Skip to content

Commit a61c277

Browse files
golopotopentelemetrybotsvrnm
authored
Clarify collector exporter key format in docs (#5771)
Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Severin Neumann <[email protected]>
1 parent 6a865f5 commit a61c277

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

content/en/docs/collector/configuration.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -415,10 +415,14 @@ Exporters send data to one or more backends or destinations. Exporters can be
415415
pull or push based, and may support one or more
416416
[data sources](/docs/concepts/signals/).
417417

418-
The `exporters` section contains exporters configuration. Most exporters require
419-
configuration to specify at least the destination, as well as security settings,
420-
like authentication tokens or TLS certificates. Any setting you specify
421-
overrides the default values, if present.
418+
Each key within the `exporters` section defines an exporter instance, The key
419+
follows the `type/name` format, where `type` specifies the exporter type (e.g.,
420+
`otlp`, `kafka`, `prometheus`), and `name` (optional) can be appended to provide
421+
a unique name for multiple instance of the same type.
422+
423+
Most exporters require configuration to specify at least the destination, as
424+
well as security settings, like authentication tokens or TLS certificates. Any
425+
setting you specify overrides the default values, if present.
422426

423427
> Configuring an exporter does not enable it. Exporters are enabled by adding
424428
> them to the appropriate pipelines within the [service](#service) section.

0 commit comments

Comments
 (0)