-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bare minimum docker-compose sample for EXPORTER/LOKI #29340
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Looks like the tenant's aren't matching in the two configs? |
And you've just made mine :-) |
I am trying to do the setup with same files. Can you elaborate what was missing ? |
secureJsonData:
httpHeaderValue1: "tenant1" in config/otel-collector.yml, and headers:
"X-Scope-OrgID": "1" in config/grafana-datasource.yml values have to match. in other words the issue was |
Thanks a lot! It worked. |
Component(s)
exporter/loki
Describe the issue you're reporting
I am trying to export logs through OTEL-COLLECTOR to LOKI via the LOKI-EXPORTER.
With the setup below, I see the logs in the OTEL-COLLECTOR container, but not in LOKI.
As far as I can tell, there is no immediate visible error.
I would thoroughly appreciate any help to point me in the right direction to make this work.
docker-compose.yml
config/otel-collector.yml
config/loki.yml
config/grafana-datasource.yml
The text was updated successfully, but these errors were encountered: