grafana / alloy

OpenTelemetry Collector distribution with programmable pipelines
https://grafana.com/oss/alloy
Apache License 2.0
1.47k stars 221 forks source link

Add integration test for OTLP internal metrics #2058

Closed wildum closed 2 weeks ago

wildum commented 3 weeks ago

In Alloy v1.4.0 some Otel metrics were renamed but we forgot to rename them in the k8s-monitoring helm-chart. This broke some user dashboards. (see https://github.com/grafana/k8s-monitoring-helm/pull/840)

This test will ensure that the internal otel metrics are available.

It's also adding traces to the otel gen app + tempo in the docker compose. This is helpful when setting up a local lab to test configs.