From 4afa92a519b6f3f9e69def70ac41ff91b55d7ac4 Mon Sep 17 00:00:00 2001 From: Cijo Thomas Date: Tue, 30 Jan 2024 14:30:25 -0800 Subject: [PATCH] Update glossary.md to remove instrumentation lib where incorret (#3897) --- content/en/docs/concepts/glossary.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/content/en/docs/concepts/glossary.md b/content/en/docs/concepts/glossary.md index cd38493c842d..387cf3fad7bb 100644 --- a/content/en/docs/concepts/glossary.md +++ b/content/en/docs/concepts/glossary.md @@ -116,9 +116,7 @@ Something that happened where representation depends on the ### **Exporter** -Provides functionality to emit telemetry to consumers. Used by -[`Instrumentation Libraries`][spec-exporter-lib] and the -[`Collector`](/docs/collector/configuration#basics). Exporters can be push- or +Provides functionality to emit telemetry to consumers. Exporters can be push- or pull-based. ### **Field** @@ -232,8 +230,7 @@ Short for [OpenTelemetry Protocol](/docs/specs/otlp/). ### **Processor** The operation performed on data between being received and being exported. For -example, batching. Used by -['Instrumentation Libraries'](#instrumentation-library) and the +example, batching. Used by the [Collector](/docs/collector/configuration/#processors). ### **Propagators** @@ -363,7 +360,6 @@ on web pages when requested. See [more][zpages]. [sampling]: /docs/specs/otel/trace/sdk#sampling [signals]: /docs/concepts/signals/ [span]: /docs/specs/otel/trace/api#span -[spec-exporter-lib]: /docs/specs/otel/glossary/#exporter-library [spec-instrumentation-lib]: /docs/specs/otel/glossary/#instrumentation-library [spec-instrumented-lib]: /docs/specs/otel/glossary/#instrumented-library [specification]: /docs/concepts/components/#specification