Hacker News new | ask | show | jobs
by merb 732 days ago
I use sentry selfhosted and started with Otel under gcloud and grafana and everything worked. Perfectly even, with low effort in dotnet.

However with sentry it’s still a pain and the visualization in sentry is kinda weird, since it goes beyond tracing.

And since sentry itself has no otel endpoint it is also really hard to do things like tail sampling.

1 comments

Can you give more context on what you mean around sampling. What does an OTLP endpoint have to do with it?
multiple services, that should be sampled based on latency. this only works if you have something like: https://github.com/open-telemetry/opentelemetry-collector-co... or https://grafana.com/docs/tempo/latest/configuration/grafana-... in between.

we do use it quite extensivly besides the overhead, because we get lots of insights wenn we have a slow running endpoint.