Skip to content

Exclude GRPC health checks from distributed tracing

Andrew Newdigate requested to merge exclude-health-checks-from-tracing into master

GRPC Health Checks are high volume and low value.

This MR excludes them from our tracing. As we refine our sampling strategies, we may want to consider this, but certainly as an initial starting point, excluding these calls make sense to me.

image

cc @igorwwwwwwwwwwwwwwwwwwww

Edited by Andrew Newdigate

Merge request reports