-
I think I'm seeing 100% sample rate in my app... I'm using: I would expect a 1/200 sample rate with that config, but I'm pretty sure it's at 100%. Is the syntax correct? Ideally I'd love to set a number of samples per time unit rather than a percentage. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
hm. this isn't a thing: You want: Hope that helps. |
Beta Was this translation helpful? Give feedback.
hm. this isn't a thing:
-Dotel.traces.sampler.traceidratio
.You want:
-Dotel.traces.sampler=traceidratio
Hope that helps.