mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-02-03 13:11:53 +02:00
7de3b58ce9
* Remove extra labels types Remove the following labels types: INT32, UINT32, UINT64 and FLOAT32. Fix all extra labels types occurrences in the project. Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com> * Update CHANGELOG.md Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com> * Delete unused helpers Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com> * Convert passed values into remaining types Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com> * Clarify func description * Fix uint64 convertion Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com> * Fix uint conversion Signed-off-by: Daniil Rutskiy <dstdfx@gmail.com> * Update OTLP exporter label types Co-authored-by: Tyler Yahn <codingalias@gmail.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.
- test: A development tool when testing the telemetry pipeline.