Releases: solarwinds/swi-k8s-opentelemetry-collector
Releases · solarwinds/swi-k8s-opentelemetry-collector
swo-k8s-collector-4.0.0-alpha.3
Added
- Watch all supported resources and send their full manifests to SolarWinds Observability
- The equivalent of
kubectl get pod some-pod-name -o=yaml --show-managed-fields
- The current list of watched resources:
pods
,deployments
,statefulsets
,replicasets
,daemonsets
,jobs
,cronjobs
,nodes
,services
,persistentvolumes
andpersistentvolumeclaims
- Disabled by default, can be enabled by setting
otel.manifests.enabled
totrue
. - It runs in the event collector, so
otel.events.enabled
has to be set totrue
(default).
- The equivalent of
0.11.1
What's Changed
- Bump library/golang from 1.22.3-nanoserver-ltsc2022 to 1.22.4-nanoserver-ltsc2022 in /build/docker by @dependabot in #642
- Bump library/golang from
08fb710
to1999551
in /build/docker by @dependabot in #652 - Upgraded OTEL Collector (from 0.98.0 to 0.103.0) and 3rd party Docker images by @pstranak-sw in #647
Full Changelog: 0.11.0...0.11.1
swo-k8s-collector-3.4.0
Changed
- Upgraded collector image to
0.10.1
which brings following changes:- See Release notes for 0.10.1.
- Bumped 3rd party dependencies and Docker images.
- Upgraded OTEL Collector to v0.103.0.
- Upgraded SWO Agent image to
v2.8.85
Fixed
- Only metric
k8s.cluster.version
metric is supposed to have attributesw.k8s.cluster.version
swo-k8s-collector-3.4.0-alpha.3
- Reverted changes from 3.4.0-alpha.2. They are available in the 4.x branch.
- Upgraded collector image to
0.10.1
which brings following changes:- See Release notes for 0.10.1.
- Bumped 3rd party dependencies and Docker images.
- Upgraded OTEL Collector to v0.103.0.
- Upgraded SWO Agent image to
v2.8.85
0.10.1
What's Changed
- Upgraded OTEL Collector (from 0.98.0 to 0.103.0) and 3rd party Docker images by @pstranak-sw in #647
Full Changelog: 0.10.0...0.10.1
0.11.0
What's Changed
- Bump library/golang from 1.22.2-nanoserver-ltsc2022 to 1.22.3-nanoserver-ltsc2022 in /build/docker by @dependabot in #626
- NH-68385: Adding k8sobjectsreceiver to k8s collector docker image by @gantrior in #645
- NH-36351: Removed use of
swmetricstransform
by @gantrior in #632
Full Changelog: 0.10.1...0.11.0
swo-k8s-collector-4.0.0-alpha.2
Fixed
- Filtering journal logs stopped working in 3.4.0-alpha.2
swo-k8s-collector-4.0.0-alpha.1
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
)
swo-k8s-collector-3.4.0-alpha.2
Changed
- Changed the
otel.metrics.filter
,otel.logs.filter
andotel.events.filter
settings to be able to access resource attributes likek8s.deployment.name
, ...- This is a breaking change if anyone was using them before to include only metrics/logs/events with a specific non-resource attribute.
swo-k8s-collector-3.4.0-alpha.1
Fixed
- Only
k8s.cluster.version
metric has attributesw.k8s.cluster.version