Anyone have a good reference for limiting data ing...
# observability
r
Anyone have a good reference for limiting data ingestion and applying best practices?
a
+1 Following.
s
This is what comes to mind for me: https://opentelemetry.io/docs/concepts/sampling/. I like the idea of tail sampling because it allows you to make sure that you don’t miss the critical events you need (like errors, for example).