From e8b7dcc74298056cdddd0f3ed4cb5b1296a82bf8 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 6 Aug 2024 15:06:00 -0400 Subject: [PATCH] [infra] Fix spelling errors, update and sort local dict (#4976) --- .cspell.yml | 7 ++++--- content/en/blog/2022/tail-sampling/index.md | 1 - content/en/docs/concepts/sampling/index.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.cspell.yml b/.cspell.yml index 09674be2f550..532ff7b94363 100644 --- a/.cspell.yml +++ b/.cspell.yml @@ -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 diff --git a/content/en/blog/2022/tail-sampling/index.md b/content/en/blog/2022/tail-sampling/index.md index 35ec6d785fcb..f84b7a6132cb 100644 --- a/content/en/blog/2022/tail-sampling/index.md +++ b/content/en/blog/2022/tail-sampling/index.md @@ -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 diff --git a/content/en/docs/concepts/sampling/index.md b/content/en/docs/concepts/sampling/index.md index a6a2095cb891..dd688b1887c1 100644 --- a/content/en/docs/concepts/sampling/index.md +++ b/content/en/docs/concepts/sampling/index.md @@ -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).