Skip to content

Releases: kyma-project/telemetry-manager

1.17.0

05 Jun 12:42
1ff2ae5
Compare
Choose a tag to compare

Release Notes

  • Promoted to stable: Telemetry Manager now checks the health of the data flow in agents and gateways, and reports it to the pipeline resources under a new status condition TelemetryFlowHealthy. With this, you can easily detect if there are problems with the data flow for logs, traces, and metrics; for example, caused by unavailability of backends (#425).

  • For better usability and consistency, the reasons and messages for status conditions have been extended and aligned (#1023)

  • Metrics: Metrics provided using a MetricPipeline input now have a well-defined OTEL instrumentationScope version attribute defined to identify the Telemetry module's version as origin of the metric (#1000).

  • Metrics/Traces: Update to OTel Collector to version 0.100.0 (#1085)

Changelog

Features

Bug fixes

Documentation

Test suites

1.15.1

24 May 10:54
0b96332
Compare
Choose a tag to compare

Changelog

Features

1.16.1

23 May 12:21
bfb158f
Compare
Choose a tag to compare

Changelog

Features

1.16.0

21 May 14:15
6f53bb7
Compare
Choose a tag to compare

Release Notes

General

  • For the Telemetry Kubernetes API (CRD), we've aligned the status conditions, so that all reasons are named consistently (#1038).
  • The Telemetry module is now visualized in the Kyma Dashboard (#1092).

Metrics

  • Metrics provided using a MetricPipeline input now have a well-defined OTEL instrumentationScope attribute defined to identify the Telemetry module's input as origin of the metric, like io.kyma-project.telemetry/prometheus (#973)

Logs

  • Update of Fluent Bit to version 3.0.3 (#1027)

Changelog

Features

Bug fixes

  • d35811d: fix: Always set OwnerReference for telemetry-fluent-bit-sections ConfigMap (#1084) (@shorim)
  • acc3198: fix: Update telemetry-manager to latest fluent-bit version 3.0.3 (#1082) (@a-thaler)
  • 56ae4db: fix: Use different UI path for telemetry module view to not clash with Istio resources (#1092) (@a-thaler)

Documentation

Test suites

1.15.0

07 May 13:58
5787122
Compare
Choose a tag to compare

Release Notes

General

  • All pipeline types verify if the configured TLS client certificate matches the configured TLS private key. If it does not match it reports an error in the pipeline status. (#1018)

Traces/Metrics

  • Update of Otel Collector to version 0.99.0 (#1016)

Traces

  • Removed OpenCensus integration and service endpoint which was used for the Istio trace integration. As Istio got migrated to OTLP, the endpoint has no usage any longer and got removed without replacement (#739)

Changelog

Features

Bug fixes

Documentation

Test suites

1.14.0

23 Apr 10:29
4b490c0
Compare
Choose a tag to compare

Release Notes

General

  • To use the memory limits more efficiently, the resource setup has been improved for all components. (#804)
  • Support for Kubernetes 1.29 (#967)

Logs

  • Improved status message for LogPipeline if the used certificate is invalid (#996)

Metrics/Traces

  • You can now easily detect whether there is an invalid or expired client certificate, because the TracePipeline and MetricPipeline status shows what's wrong (#930).

Experimental

  • Data flow problems in a LogPipeline are now reflected in the status for LogPipelines as well (#963)

Changelog

Features

Bug fixes

Documentation

Test suites

1.13.1

18 Apr 14:17
9ce82ec
Compare
Choose a tag to compare

Changelog

Features

1.13.0

09 Apr 15:01
66193df
Compare
Choose a tag to compare

Release Notes

Logs

  • You can now easily detect whether there is an invalid or expired client certificate, because the LogPipeline status shows what's wrong (#653).

Metrics/Traces

  • Update to Otel Collector 0.97.0 (#923)

Experimental

The first version of the advanced pipeline status is available in the development release (#425), covering the following features:

  • Collection of agent metrics with a new self-monitor component
  • Calculation of alert situations in the self-monitor regarding data flow problems like backpressure
  • Enrichment of pipeline status with alert situations

Changelog

Features

Bug fixes

Documentation

Test suites

1.12.0

26 Mar 12:35
df77ce1
Compare
Choose a tag to compare

Release Notes

  • Update Otel Collector to 0.96.0 (#882)

Changelog

Features

Bug fixes

Documentation

Test suites

1.11.1

14 Mar 12:43
451310b
Compare
Choose a tag to compare

Release Notes

A bug got fixed which was introduced with 1.11.0 and which was breaking the compatibility of the TracePipeline status attribute (#891)

Changelog

Bug fixes