Why is this path not excluded from the tracing #4404
Replies: 3 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I'm sorry, I have no clue what point you are trying to make. I'm not a Java dev, I'm just one of the people maintaining the Kubernetes cluster. According to the information I am given, we don't use OpenTelemetry, but the old Java way of doing it (whatever that might mean). I have no reason to doubt that the default strategy is what's being used. Not sure what you are trying to say with that curl command either. What should I query, jaeger itself you mean? Sorry, your explanation is unclear to me. |
Beta Was this translation helpful? Give feedback.
-
We have SpringBoot applications that have an actuator running on port 8081 on path
/actuator/health
. I want to exclude those from Jaeger tracing, so I tried the following config:Aas you can see, the sampling rate is set to 0 for
/actuator/health
, but still they show up in the tracing. What am I missing? Do I have to include the port number in the strategy in some way?Also, are wildcards supported? I want to exclude everything from the actuator endpoint, so can I use
/actuator/*
in the strategy pattern?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions