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
Copy file name to clipboardExpand all lines: src/content/docs/apm/agents/go-agent/configuration/distributed-tracing-go-agent.mdx
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,11 @@ redirects:
15
15
freshnessValidatedDate: never
16
16
---
17
17
18
-
Distributed tracing allows you to see the entire journey of your requests throughout a [distributed system](/docs/distributed-tracing/concepts/introduction-distributed-tracing). For the Go agent, we offer two types of distributed tracing (for more details, see [How span sampling works](/docs/understand-dependencies/distributed-tracing/get-started/how-new-relic-distributed-tracing-works#sampling)):
18
+
Distributed tracing allows you to see the entire journey of your requests throughout a [distributed system](/docs/distributed-tracing/concepts/introduction-distributed-tracing). For the Go agent, we offer two types of distributed tracing (for more details, see [How span sampling works](/docs/distributed-tracing/concepts/how-new-relic-distributed-tracing-works/#sampling)):
19
19
20
-
* Standard (head-based sampling): Before any traces arrive, we determine a set percentage of traces to accept and analyze. This gives you a solid starting point to see how tracing can help you. It is turned on by default in Go agents 3.16.0 and higher.
20
+
* Standard (head-based sampling): Before any traces arrive, we determine a set percentage of traces to accept and analyze. This gives you a solid starting point to see how tracing can help you. It is turned on by default in Go agents 3.16.0 and higher. By default, the Go agent samples 10 traces per minute, with a max span limit of 2000 spans per minute.
21
21
22
-
* Infinite Tracing (tail-based sampling): Our cloud-based service accepts all your traces and then sorts through them to find the most important. Infinite tracing analyzes all of your traces and gives you configuration options to sample the traces that matter most to you.
22
+
* Infinite Tracing (tail-based sampling): Our cloud-based service accepts all your traces and then sorts through them to find the most important. Infinite Tracing analyzes all of your traces and gives you configuration options to sample the traces that matter most to you.
23
23
24
24
Whether you just want to try out standard distributed tracing (head-based sampling) or also want to set up Infinite Tracing (tail-based sampling), you need to start by setting up standard tracing.
25
25
@@ -111,9 +111,7 @@ This is the best approach to set up [standard distributed tracing](/docs/distrib
[Standard distributed tracing](#quick-start-apm) for APM agents [captures up to 10 traces per minute](/docs/distributed-tracing/concepts/how-new-relic-distributed-tracing-works/#trace-origin-sampling), but if you want us to analyze all your data and find the most relevant traces, you can set up [Infinite Tracing](/docs/understand-dependencies/distributed-tracing/infinite-tracing/introduction-infinite-tracing).
115
-
116
-
Before you start, first ensure you meet [the requirements](/docs/understand-dependencies/distributed-tracing/infinite-tracing/introduction-infinite-tracing#requirements).
114
+
With Infinite Tracing (tail-based sampling) we can analyze all of your data and determine which traces are the most relevant.
Copy file name to clipboardExpand all lines: src/content/docs/apm/agents/java-agent/configuration/distributed-tracing-java-agent.mdx
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ freshnessValidatedDate: never
10
10
11
11
Distributed tracing allows you to see the entire journey of your requests throughout a [distributed system](/docs/distributed-tracing/concepts/introduction-distributed-tracing). For the Java agent, we offer two types of distributed tracing (for more details, see [How span sampling works](/docs/understand-dependencies/distributed-tracing/get-started/how-new-relic-distributed-tracing-works#sampling)):
12
12
13
-
* Standard (head-based sampling): Before any traces arrive, we determine a set percentage of traces to accept and analyze. This gives you a solid starting point to see how tracing can help you. It is turned on by default in Java agents 7.4.0 and higher.
13
+
* Standard (head-based sampling): Before any traces arrive, we determine a set percentage of traces to accept and analyze. This gives you a solid starting point to see how tracing can help you. It is turned on by default in Java agents 7.4.0 and higher. By default, the Java agent samples 120 traces per minute, with a max span limit of 2000 spans per minute.
14
14
15
-
* Infinite Tracing (tail-based sampling): Our cloud-based service accepts all your traces and then sorts through them to find the most important. Infinite tracing analyzes all of your traces and gives you configuration options to sample the traces that matter most to you.
15
+
* Infinite Tracing (tail-based sampling): Our cloud-based service accepts all your traces and then sorts through them to find the most important. Infinite Tracing analyzes all of your traces and gives you configuration options to sample the traces that matter most to you.
16
16
17
17
Whether you just want to try out standard distributed tracing (head-based sampling) or also want to set up Infinite Tracing (tail-based sampling), you need to start by setting up standard tracing.
18
18
@@ -99,11 +99,9 @@ This is the best approach to set up [standard distributed tracing](/docs/distrib
[Standard distributed tracing](#quick-start-apm) for APM agents [captures up to 10 traces per minute](/docs/distributed-tracing/concepts/how-new-relic-distributed-tracing-works/#trace-origin-sampling), but if you want us to analyze all your data and find the most relevant traces, you can set up [Infinite Tracing](/docs/understand-dependencies/distributed-tracing/infinite-tracing/introduction-infinite-tracing).
105
-
106
-
Before you start, first ensure you meet [the requirements](/docs/understand-dependencies/distributed-tracing/infinite-tracing/introduction-infinite-tracing#requirements).
104
+
With Infinite Tracing (tail-based sampling) we can analyze all of your data and determine which traces are the most relevant.
0 commit comments