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
feat(filebeat): add input_type resource attribute for CEL OTel telemetry (#50645)
* feat(filebeat): add input_type resource attribute for CEL OTel telemetry
CEL emits both custom input metrics and HTTP client metrics via
different instrumentation libraries, so they do not share a common
filter key by default. Add a built-in input_type resource attribute so
both metric families (and CEL traces) can be filtered together
consistently across backends that preserve resource attributes as
queryable labels/fields.
* Apply suggestions from code review
Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
* add logptest import
* goimports -local github.com/elastic
---------
Co-authored-by: Dan Kortschak <dan.kortschak@elastic.co>
0 commit comments