Skip to content

Commit

Permalink
docs: Add logs exporters in README.md (#5298)
Browse files Browse the repository at this point in the history
  • Loading branch information
arukiidou committed May 6, 2024
1 parent c5807d4 commit e0ed6a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ export pipeline to send that telemetry to an observability platform.

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

| Exporter | Metrics | Traces |
|---------------------------------------|:-------:|:------:|
| [OTLP](./exporters/otlp/) |||
| [Prometheus](./exporters/prometheus/) || |
| [stdout](./exporters/stdout/) |||
| [Zipkin](./exporters/zipkin/) | ||
| Exporter | Logs | Metrics | Traces |
|---------------------------------------|:----:|:-------:|:------:|
| [OTLP](./exporters/otlp/) | | ||
| [Prometheus](./exporters/prometheus/) | | | |
| [stdout](./exporters/stdout/) | | ||
| [Zipkin](./exporters/zipkin/) | | ||

## Contributing

Expand Down

0 comments on commit e0ed6a3

Please sign in to comment.