i would like to add a sampler but there are certain logs that i want them not to be sampled.
for example i have an http server,
and if there is a panic on certain requests, i don't want to crash the server,
but i catch the request and log it.
i want to always catch those regardless of the sample rates.
i would like to add a sampler but there are certain logs that i want them not to be sampled.
for example i have an http server,
and if there is a panic on certain requests, i don't want to crash the server,
but i catch the request and log it.
i want to always catch those regardless of the sample rates.