1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/exporters/prometheus
Eric Hsueh c37f485678
added Float64 CounterObserver and UDCounterObserver tests (#2487)
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
2022-01-10 18:22:31 -05:00
..
go.mod Remove sdk/export/metric module, embed into the sdk/metric (#2382) 2021-12-13 12:13:03 -08:00
go.sum Dependabot bump (#2477) 2021-12-20 08:54:44 -08:00
prometheus_test.go added Float64 CounterObserver and UDCounterObserver tests (#2487) 2022-01-10 18:22:31 -05:00
prometheus.go Remove sdk/export/metric module, embed into the sdk/metric (#2382) 2021-12-13 12:13:03 -08:00
README.md Deprecate the exporters in the "trace" and "metric" sub-directories (#1993) 2021-06-12 11:39:22 -07:00
sanitize_test.go Deprecate the exporters in the "trace" and "metric" sub-directories (#1993) 2021-06-12 11:39:22 -07:00
sanitize.go Deprecate the exporters in the "trace" and "metric" sub-directories (#1993) 2021-06-12 11:39:22 -07:00

OpenTelemetry-Go Prometheus Exporter

OpenTelemetry Prometheus exporter

Installation

go get -u go.opentelemetry.io/otel/exporters/prometheus