Skip to content

Releases: solarwinds/swi-k8s-opentelemetry-collector

swo-k8s-collector-4.0.0-alpha.3

03 Jul 04:47
66c13e2
Compare
Choose a tag to compare
Pre-release

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 and persistentvolumeclaims
    • Disabled by default, can be enabled by setting otel.manifests.enabled to true.
    • It runs in the event collector, so otel.events.enabled has to be set to true (default).

0.11.1

02 Jul 05:16
54a0ebd
Compare
Choose a tag to compare

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 to 1999551 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

28 Jun 14:50
f1b5c43
Compare
Choose a tag to compare

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 attribute sw.k8s.cluster.version

swo-k8s-collector-3.4.0-alpha.3

27 Jun 11:55
c339bd5
Compare
Choose a tag to compare
Pre-release
  • 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

26 Jun 15:35
726436e
Compare
Choose a tag to compare

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

25 Jun 06:25
b1b81e1
Compare
Choose a tag to compare

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

31 May 13:53
d42adc2
Compare
Choose a tag to compare
Pre-release

Fixed

  • Filtering journal logs stopped working in 3.4.0-alpha.2

swo-k8s-collector-4.0.0-alpha.1

30 May 09:56
5f78359
Compare
Choose a tag to compare
Pre-release

Changed

  • As a followup to 3.4.0-alpha.2, the otel.metrics.filter, otel.logs.filter and otel.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, like k8s.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 with filterprocessor)

swo-k8s-collector-3.4.0-alpha.2

16 May 12:02
5b8d2c7
Compare
Choose a tag to compare
Pre-release

Changed

  • Changed the otel.metrics.filter, otel.logs.filter and otel.events.filter settings to be able to access resource attributes like k8s.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

09 May 08:50
3b2854e
Compare
Choose a tag to compare
Pre-release

Fixed

  • Only k8s.cluster.version metric has attribute sw.k8s.cluster.version