Replies: 1 comment
-
hi @kworkbee! sampling is done when the span starts and the http response status code isn't available until the span ends there is support for "tail sampling" in the OpenTelemetry Collector if you need that functionality |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I would like to create a custom Sampler and a custom SpanProcessor using SDK to give the sampling rate according to
http.response.status_code
among span attributes. However, it seems thathttp.response.status_code
is found to be null inside the span attributes.Beta Was this translation helpful? Give feedback.
All reactions