You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/ottl/contexts/ottlprofile/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ The following paths are supported.
22
22
| instrumentation_scope.version | version of the instrumentation scope of the profile being processed | string |
23
23
| instrumentation_scope.attributes | instrumentation scope attributes of the data point being processed | pcommon.Map |
24
24
| instrumentation_scope.attributes\[""\]| the value of the instrumentation scope attribute of the data point being processed. Supports multiple indexes to access nested fields. | string, bool, int64, float64, pcommon.Map, pcommon.Slice, []byte or nil |
25
+
| profile.attributes | attributes of the profile being processed | pcommon.Map |
26
+
| profile.attributes\[""\]| the value of the attribute of the profile being processed. Supports multiple indexes to access nested fields. | string, bool, int64, float64, pcommon.Map, pcommon.Slice, []byte or nil |
25
27
| profile.sample_type | the sample types of the profile being processed | pprofile.ValueTypeSlice |
26
28
| profile.sample | the samples of the profile being processed | pprofile.SampleSlice |
27
29
| profile.location_indices | the location indices of the profile being processed |[]int64 |
0 commit comments