mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-04 09:43:23 +02:00
7d8e6bd781
* Adjust instrumentation lib name / version key * Adjust array attribute serialization * Adjust span status mapping - remove `otel.status_description`; use `error` instead for description - do not report status code if unset - do not report description if OK or unset - omit tags if no tag has been mapped - adjust tests * Set remote endpoint according to the spec - See https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk_exporters/zipkin.md#remote-endpoint * Fix remaining tests * Update CHANGELOG * Add some more tests * Address PR feedback - Simplify deletion of redundant error code - Simplify endpoint rank determination * More tests for remote endpoint |
||
---|---|---|
.. | ||
metric/prometheus | ||
otlp | ||
stdout | ||
trace | ||
README.md |
Exporters
Included in this directory are exporters that export both metric and trace telemetry.
- stdout: Writes telemetry to a specified local output as structured JSON.
- otlp: Sends telemetry to an OpenTelemetry collector as OTLP.
Additionally, there are metric and trace only exporters.
Metric Telemetry Only
- prometheus: Exposes metric telemetry as Prometheus metrics.
- test: A development tool when testing the telemetry pipeline.