Skip to content

Conversation

@Taukon
Copy link
Contributor

@Taukon Taukon commented Sep 30, 2025

This PR provides a permanent solution to the issue temporarily addressed in #2137. It migrates the log-analyser from the deprecated loki exporter to the recommended otlphttp exporter, ensuring it works with the latest otel/opentelemetry-collector-contrib images.

Changes:

  • Updated otel-collector-config.yaml to use the otlphttp exporter and added the service.name resource attribute for better indexing.
  • Updated Grafana dashboard JSON files with queries compatible with the OTLP log format.
  • Updated the image versions in log-analyser.yml.

log-analyser.yml Outdated
loki:
container_name: loki
image: grafana/loki:3.0.0
image: grafana/loki
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pin it to some version please.

log-analyser.yml Outdated
otel-collector:
container_name: otel
image: otel/opentelemetry-collector-contrib:0.130.0
image: otel/opentelemetry-collector-contrib
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pin it sto some version please.

@Taukon
Copy link
Contributor Author

Taukon commented Sep 30, 2025

I've pinned the image versions. Please take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants