Skip to content

Releases: solarwinds/swi-k8s-opentelemetry-collector

0.0.8

06 Jun 12:07
efcb0bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.7...0.0.8

0.0.7

03 Jun 07:26
e2dbffe
Compare
Choose a tag to compare

What's Changed

  • NH-9636 Use namespace attribute when exported_namespace is not available by @michalJakubis in #36
  • NH-9887: Rename kubernetes_io_hostname attribute to k8s.node.name by @michalJakubis in #37

Full Changelog: 0.0.6...0.0.7

0.0.6

02 Jun 07:47
e6d29d6
Compare
Choose a tag to compare

What's Changed

  • NH-9816: Adding 3 new aggregated metrics by @gantrior in #31
  • NH-9816: Adding CPU/Memory utilization metrics by @gantrior in #32
  • NH-9816: renaming metrics to Otel formatted namings by @gantrior in #33
  • NH-9816: fixing metric names by @gantrior in #35
  • NH-9823 added metric kube_node_status_condition by @juraj-paska in #34

Full Changelog: 0.0.5...0.0.6

0.0.5

27 May 19:57
8ce3fd1
Compare
Choose a tag to compare
  • updating Otel collector to v0.51.0
  • Collector now produces 3 new metrics:
    • k8s.container_cpu_usage_seconds_rate - transformed from k8s.container_cpu_usage_seconds_total
    • k8s.kube_node_status_capacity_cpu - transformed from k8s.kube_node_status_capacity ("resource": "cpu" datapoints)
    • k8s.kube_node_status_capacity_memory - transformed from k8s.kube_node_status_capacity ("resource": "memory" datapoints)
  • fixing type of k8s.container_cpu_usage_seconds_total from Gauge to Sum

0.0.4

27 May 08:22
0d28871
Compare
Choose a tag to compare

Enhancements

  • Introducing K8s Events monitoring

0.0.3

05 May 08:38
cc0aa21
Compare
Choose a tag to compare

Enhancements

  • Make otel collector address replaceable

0.0.2

04 May 10:11
58cb027
Compare
Choose a tag to compare

Enhancements

  • Updated manifest with replaceable values
  • Moving otel config to the docker image
  • Fixed clustername and entry command

0.0.1

18 Mar 08:51
ffee223
Compare
Choose a tag to compare

Initial release