mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-20 03:30:02 +02:00
7728a52135
* Declare internal/metric module to version it separately Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com> * Remove dependency on metrics module from soon-to-be-stable modules Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com> * Add PR ID to CHANGELOG Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com> * rename metric/oteltest to metric/metrictest Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com> * Fix metrictest package name in CHANGELOG Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
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.