Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinite tracing #307

Merged
merged 3 commits into from
Feb 2, 2021
Merged

Infinite tracing #307

merged 3 commits into from
Feb 2, 2021

Conversation

binaryseed
Copy link
Collaborator

This PR adds support for Infinite Tracing! This features significantly improves the Distributed Tracing experience by collecting 100% of Spans and sending them to a dedicated Trace Observer endpoint for processing.

https://docs.newrelic.com/docs/understand-dependencies/distributed-tracing/infinite-tracing/introduction-infinite-tracing

This feature is only on when the agent is configured to point to a Trace Observer with either

  • NEW_RELIC_INFINITE_TRACING_TRACE_OBSERVER_HOST= your_trace_observer_host or
  • config :new_relic_agent, infinite_tracing_trace_observer_host: your_trace_observer_host

@binaryseed binaryseed force-pushed the infinite-tracing branch 2 times, most recently from b8a7774 to db81a60 Compare February 2, 2021 19:54
@binaryseed binaryseed merged commit b58cc96 into newrelic:master Feb 2, 2021
@binaryseed binaryseed deleted the infinite-tracing branch February 2, 2021 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant