Exclude /health endpoint from being traced in distributed tracing #686
-
Hi, I am currently configuring distributed tracing for OPA using the following configuration: distributed_tracing:
type: grpc
address: <address>
service_name: <custom_name>
resource:
deployment_environment: Dev/Qa/Prod I would like to know if there is a way to exclude the /health endpoint from being traced. I am aware that other languages have filters to support this functionality, but I couldn't find any documentation for OPA regarding this. Any guidance or suggestions would be greatly appreciated. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It's not configurable, OTel is a binary affair at the moment: on or off, for all handlers. This would make for a fine feature request, though, are you OK with me converting it into one? |
Beta Was this translation helpful? Give feedback.
It's not configurable, OTel is a binary affair at the moment: on or off, for all handlers.
This would make for a fine feature request, though, are you OK with me converting it into one?