File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -97,12 +97,12 @@ export pipeline to send that telemetry to an observability platform.
97
97
98
98
All officially supported exporters for the OpenTelemetry project are contained in the [ exporters directory] ( ./exporters ) .
99
99
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/ ) | | | ✓ |
106
106
107
107
## Contributing
108
108
You can’t perform that action at this time.
0 commit comments