Skip to content

How do I get the routing to work #8801

Closed Answered by trajano
trajano asked this question in Q&A
Discussion options

You must be logged in to vote

Ok took a bit of research but here's my otel-config.yaml which drops the healthchecks

exporters:
  otlp:
    endpoint: jaeger:4317
    tls:
      insecure: true
receivers:
  otlp:
    protocols:
      grpc:
      http:
processors:
  batch:
  filter/drop_actuator:
    traces:
      span:
        - attributes["http.route"] == "/actuator/prometheus"
        - attributes["http.route"] == "/actuator/health"
service:
  pipelines:
    traces:
      receivers: [otlp]
      processors: [filter/drop_actuator,batch]
      exporters: [otlp]

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by trajano
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant