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: internal/filter/filterconfig/config.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ var (
130
130
ErrInvalidLogField=errors.New("services, span_names, span_kinds and metric_names are not valid for log records")
131
131
ErrMissingRequiredLogField=errors.New(`at least one of "attributes", "libraries", "span_kinds", "resources", "log_bodies", "log_severity_texts" or "log_severity_number" field must be specified`)
132
132
ErrMissingRequiredMetricField=errors.New(`at least one of "metric_names" or "resources" field must be specified`)
133
-
ErrInvalidMetricField=errors.New("span_names, span_kinds, resources, log_bodies, log_severity_texts, log_severity_number, services, attributes and libraries are not valid for metrics")
133
+
ErrInvalidMetricField=errors.New(`"span_names", "span_kinds", "log_bodies", "log_severity_texts", "log_severity_number", "services", "attributes" and "libraries" are not valid for metrics`)
0 commit comments