Skip to content

Commit

Permalink
Update glossary.md to remove instrumentation lib where incorret (#3897)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Jan 30, 2024
1 parent 3e474f0 commit 4afa92a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions content/en/docs/concepts/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down Expand Up @@ -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**
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4afa92a

Please sign in to comment.