mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-26 03:52:03 +02:00
25ccf5a08a
* Updating version of OTLP to 0.5.0 * updating trace transform to use latest protos * update otlp span test * forgot one test * finishing the rest of the implementation In this change: - MetricDescriptor is no longer a member of the metric - splitting Sum, Gauge, Histogram by Int/Float - SummaryDataPoints are no longer around, MinMaxSumCount is now a Histogram * update changelog * Update CHANGELOG.md Move changes to the Unreleased section. This is to account for the recent release. Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.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.