Skip to content

Commit e0ed6a3

Browse files
authored
docs: Add logs exporters in README.md (#5298)
1 parent c5807d4 commit e0ed6a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ export pipeline to send that telemetry to an observability platform.
9797

9898
All officially supported exporters for the OpenTelemetry project are contained in the [exporters directory](./exporters).
9999

100-
| Exporter | Metrics | Traces |
101-
|---------------------------------------|:-------:|:------:|
102-
| [OTLP](./exporters/otlp/) |||
103-
| [Prometheus](./exporters/prometheus/) || |
104-
| [stdout](./exporters/stdout/) |||
105-
| [Zipkin](./exporters/zipkin/) | ||
100+
| Exporter | Logs | Metrics | Traces |
101+
|---------------------------------------|:----:|:-------:|:------:|
102+
| [OTLP](./exporters/otlp/) | | ||
103+
| [Prometheus](./exporters/prometheus/) | | | |
104+
| [stdout](./exporters/stdout/) | | ||
105+
| [Zipkin](./exporters/zipkin/) | | ||
106106

107107
## Contributing
108108

0 commit comments

Comments
 (0)