Skip to content

Commit 810f2ff

Browse files
committed
Add a "compatible components" section for otelcol.exporter.debug
1 parent abf66e0 commit 810f2ff

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

docs/sources/flow/reference/compatibility/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ The following components, grouped by namespace, _export_ OpenTelemetry `otelcol.
287287
- [otelcol.connector.servicegraph](../components/otelcol.connector.servicegraph)
288288
- [otelcol.connector.spanlogs](../components/otelcol.connector.spanlogs)
289289
- [otelcol.connector.spanmetrics](../components/otelcol.connector.spanmetrics)
290+
- [otelcol.exporter.debug](../components/otelcol.exporter.debug)
290291
- [otelcol.exporter.loadbalancing](../components/otelcol.exporter.loadbalancing)
291292
- [otelcol.exporter.logging](../components/otelcol.exporter.logging)
292293
- [otelcol.exporter.loki](../components/otelcol.exporter.loki)

docs/sources/flow/reference/components/otelcol.exporter.debug.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,17 @@ otelcol.exporter.debug "default" {
8686
sampling_thereafter = 1
8787
}
8888
```
89+
<!-- START GENERATED COMPATIBLE COMPONENTS -->
90+
91+
## Compatible components
92+
93+
`otelcol.exporter.debug` has exports that can be consumed by the following components:
94+
95+
- Components that consume [OpenTelemetry `otelcol.Consumer`](../../compatibility/#opentelemetry-otelcolconsumer-consumers)
96+
97+
{{< admonition type="note" >}}
98+
Connecting some components may not be sensible or components may require further configuration to make the connection work correctly.
99+
Refer to the linked documentation for more details.
100+
{{< /admonition >}}
101+
102+
<!-- END GENERATED COMPATIBLE COMPONENTS -->

0 commit comments

Comments
 (0)