swo-k8s-collector-4.0.0-alpha.1
Pre-release
Pre-release
Changed
- As a followup to 3.4.0-alpha.2, the
otel.metrics.filter
,otel.logs.filter
andotel.events.filter
are now again backwards compatible. If a user is using the old filtering syntax, they behave like in 3.3.0 and previous versions. If a user switches to using the new syntax, some of the attributes, likek8s.deployment.name
, become resource attributes.
Because until now users had to use the old syntax (because our default filters were using the old syntax), we can use this as the "master" switch, allowing for backwards compatibility. - Removed use of
swmetricstransform
(replaced withfilterprocessor
)