mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-05 22:54:18 +02:00
1dbc75bc2f
* Clean stale indirect dependency requirements In the recent changes to isolate the main `otel` package there were many indirect dependencies of the package that were removed, however, the go.mod was not automatically cleaned of these. This removes those (and similar ones in the otel-collector example and otel exporter) and prunes the go.sum files accordingly. * Run in a clean system to reproduce build |
||
---|---|---|
.. | ||
example_test.go | ||
go.mod | ||
go.sum | ||
prometheus_test.go | ||
prometheus.go | ||
README.md | ||
sanitize_test.go | ||
sanitize.go |
OpenTelemetry-Go Prometheus Exporter
OpenTelemetry Prometheus exporter
Installation
go get -u go.opentelemetry.io/otel/exporters/metric/prometheus