File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 34
34
- appender
35
35
- appenders
36
36
- aspecto
37
- - autoconfigure
38
37
- autoconfiguration
38
+ - autoconfigure
39
39
- autoinstrumentation
40
40
- autoload
41
41
- autoloaded
46
46
- cartservice
47
47
- cassandra
48
48
- checkoutservice
49
+ - Chronosphere
49
50
- classpath
50
51
- cncf
51
52
- currencyservice
@@ -112,8 +113,8 @@ words:
112
113
- otelcol
113
114
- otep
114
115
- otlp
115
- - overridable
116
116
- outro
117
+ - overridable
117
118
- packagist
118
119
- pageinfo
119
120
- Paixão
@@ -166,11 +167,11 @@ words:
166
167
- traefik
167
168
- Trask
168
169
- uids
170
+ - unsampled
169
171
- unshallow
170
172
- upstreamed
171
173
- Villela
172
174
- wordpress
173
175
- WSGI
174
176
- zend
175
177
- zipkin
176
- - Chronosphere
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ linkTitle: Tail Sampling
6
6
date : 2022-09-26
7
7
author : ' [Reese Lee](https://github.com/reese-lee)'
8
8
canonical_url : https://newrelic.com/blog/best-practices/open-telemetry-tail-sampling
9
- cSpell:ignore : unsampled
10
9
---
11
10
12
11
Tail sampling is useful for identifying issues in your distributed system while
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Sampling might not be appropriate for you. You might want to avoid sampling if
77
77
you meet any of the following criteria:
78
78
79
79
- You generate very little data (tens of small traces per second or lower).
80
- - You only use obsevability data in aggregate, and can thus pre-aggregate data.
80
+ - You only use observability data in aggregate, and can thus pre-aggregate data.
81
81
- You are bound by circumstances such as regulation that prohibit dropping data
82
82
(and cannot route unsampled data to low-cost storage).
83
83
You can’t perform that action at this time.
0 commit comments