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: backend/modules/observability/lib/otel/otel_convert.go
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ import (
25
25
26
26
// FieldConfMap Field configuration, supports configuring data sources and export methods for fields, currently supports attribute, event, is_tag, data_type
27
27
// Among them, attributes and events support configuring multiple, while tags and datatypes only support configuring one.
28
+
// For AttributeKey and AttributeKeyPrefix, the field at the head has higher priority, and result will be returned once a match is found.
29
+
// FOr Events, the fields have same priority, and result will be fixed by all fields.
28
30
// Other types of configurations need to be manually processed in the code.
0 commit comments