loki
loki copied to clipboard
fix: fix parsing of default per tenant otlp config
What this PR does / why we need it: There was a mistake I made in setting the default per tenant otlp config parsed from the overall Loki config, which causes Loki to ignore it. The per tenant otlp config set in overrides works as expected. This PR fixes the issue and updates the otlp integration test to validate the change.
Which issue(s) this PR fixes: Fixes #12780
Checklist
- [x] Tests updated