You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support to for tail-based sampling: sampling based on properties of the trace known only after the trace completes, such as the root transaction duration and outcome. This will enable users to retain traces based on how interesting they are, i.e. preferring to keep slower traces, or traces with a failure outcome.
The solution we plan to implement will be primarily based in apm-server, in order to avoid network transfer costs and adding significant load on Elasticsearch. Servers will individually reservoir-sample root transactions, and synchronise their sampling decisions in order to index any other events that are part of sampled traces.
Add support to for tail-based sampling: sampling based on properties of the trace known only after the trace completes, such as the root transaction duration and outcome. This will enable users to retain traces based on how interesting they are, i.e. preferring to keep slower traces, or traces with a failure outcome.
The solution we plan to implement will be primarily based in apm-server, in order to avoid network transfer costs and adding significant load on Elasticsearch. Servers will individually reservoir-sample root transactions, and synchronise their sampling decisions in order to index any other events that are part of sampled traces.
The text was updated successfully, but these errors were encountered: