[infra] Fix spelling errors, update and sort local dict (#4976)
This commit is contained in:
parent
2889b28a1b
commit
e8b7dcc742
|
|
@ -34,8 +34,8 @@ words:
|
|||
- appender
|
||||
- appenders
|
||||
- aspecto
|
||||
- autoconfigure
|
||||
- autoconfiguration
|
||||
- autoconfigure
|
||||
- autoinstrumentation
|
||||
- autoload
|
||||
- autoloaded
|
||||
|
|
@ -46,6 +46,7 @@ words:
|
|||
- cartservice
|
||||
- cassandra
|
||||
- checkoutservice
|
||||
- Chronosphere
|
||||
- classpath
|
||||
- cncf
|
||||
- currencyservice
|
||||
|
|
@ -112,8 +113,8 @@ words:
|
|||
- otelcol
|
||||
- otep
|
||||
- otlp
|
||||
- overridable
|
||||
- outro
|
||||
- overridable
|
||||
- packagist
|
||||
- pageinfo
|
||||
- Paixão
|
||||
|
|
@ -166,6 +167,7 @@ words:
|
|||
- traefik
|
||||
- Trask
|
||||
- uids
|
||||
- unsampled
|
||||
- unshallow
|
||||
- upstreamed
|
||||
- Villela
|
||||
|
|
@ -173,4 +175,3 @@ words:
|
|||
- WSGI
|
||||
- zend
|
||||
- zipkin
|
||||
- Chronosphere
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ linkTitle: Tail Sampling
|
|||
date: 2022-09-26
|
||||
author: '[Reese Lee](https://github.com/reese-lee)'
|
||||
canonical_url: https://newrelic.com/blog/best-practices/open-telemetry-tail-sampling
|
||||
cSpell:ignore: unsampled
|
||||
---
|
||||
|
||||
Tail sampling is useful for identifying issues in your distributed system while
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ Sampling might not be appropriate for you. You might want to avoid sampling if
|
|||
you meet any of the following criteria:
|
||||
|
||||
- You generate very little data (tens of small traces per second or lower).
|
||||
- You only use obsevability data in aggregate, and can thus pre-aggregate data.
|
||||
- You only use observability data in aggregate, and can thus pre-aggregate data.
|
||||
- You are bound by circumstances such as regulation that prohibit dropping data
|
||||
(and cannot route unsampled data to low-cost storage).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue