Skip to content

Commit

Permalink
Merge pull request #6726 from aschmid13/patch-2
Browse files Browse the repository at this point in the history
Add context to Trace Observer restrictions
  • Loading branch information
rhetoric101 committed Mar 23, 2022
2 parents d2ad182 + dd7f8d2 commit 55268e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ With Infinite Tracing, you can send us 100% of your trace data from your applica
Only your spans go to the trace observer—all other data such as metrics, custom events, and transaction traces are sent the normal route to New Relic and are subject to local sampling.
</Callout>

You configure a unique trace observer endpoint for the AWS region you want to send data to. You can request multiple endpoints, one per AWS region. The endpoint represents a trace observer for a particular workload. For example, all spans from a single trace (request) must go to that endpoint.
You configure a unique trace observer endpoint for the AWS region you want to send data to. Since Tracing is a cross-account feature, the trace observers are limited to one observer per region per [account family](https://docs.newrelic.com/docs/accounts/original-accounts-billing/original-users-roles/parent-child-account-structure/). You can request multiple endpoints, one per AWS region. The endpoint represents a trace observer for a particular workload. For example, all spans from a single trace (request) must go to that endpoint.

Here are two architectural diagrams: one showing how data flows if you use APM agents and another if you use New Relic integrations like OpenTelemetry exporters:

Expand Down

0 comments on commit 55268e5

Please sign in to comment.