Skip to content
Snippets Groups Projects

aurweb: send traces to correct route for the otlp endpoint

Merged Sven-Hendrik Haase requested to merge fix-aurweb-otlp-endpoint into master

Partially supersedes !866 (merged) (will do the rest of that in follow-ups).

In AUR, we actually use this line but we somehow don't in our production AUR config.

I tested this locally and the new setting works. I tested it by setting

distributor:
  receivers:
    otlp:
      protocols:
        http:
          endpoint: tempo:4318
  log_received_spans:
    enabled: true

in tempo.yml. This will cause tempo to log any traces it receives. When AUR's config.dev was set to

[tracing]
otlp_endpoint = http://tempo:4318/v1/traces

this would output something as opposed to when it was set to just

[tracing]
otlp_endpoint = http://tempo:4318
  • Rolled out to production
Edited by Sven-Hendrik Haase

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading