Replies: 1 comment 3 replies
-
|
Edit: The below only applies to Asp.Net, not Asp.Net Core (As per comment below) |
Beta Was this translation helpful? Give feedback.
3 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.
-
I found the examples for Stratified sampling and would love to do this based on the ASP.NET Core route (or any info from that route, like the URL).
When I try it, it seems like the sampling logic is run before any information is propagated into the
SamplingParametersThe value of
samplingParameters.Nameis always justMicrosoft.AspNetCore.Hosting.HttpRequestInand thesamplingParameters.Tagsisnull. And from testing the sampler is called beforeFilterorEnrichWithHttpRequestHas anyone else ever gotten this working?
Beta Was this translation helpful? Give feedback.
All reactions