1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-18 16:47:18 +02:00
opentelemetry-go/exporters/metric/prometheus
Joshua MacDonald 9674c81cb7
Drop the gauge instrument (#537)
* drop gauge instrument

* Restore the benchmark and stress test for lastvalue aggregator, but remove monotonic last-value support

* Rename gauge->lastvalue and remove remaining uses of the word 'gauge'

Co-authored-by: Krzesimir Nowak <krzesimir@kinvolk.io>
2020-03-10 16:00:37 -07:00
..
go.mod update to v0.2.3 (#512) 2020-03-04 16:12:25 -05:00
go.sum update to v0.2.3 (#512) 2020-03-04 16:12:25 -05:00
prometheus_test.go Drop the gauge instrument (#537) 2020-03-10 16:00:37 -07:00
prometheus.go Drop the gauge instrument (#537) 2020-03-10 16:00:37 -07:00
README.md Rename the exporter directory to exporters (#502) 2020-03-02 13:54:57 -08:00
sanitize_test.go Rename the exporter directory to exporters (#502) 2020-03-02 13:54:57 -08:00
sanitize.go Rename the exporter directory to exporters (#502) 2020-03-02 13:54:57 -08:00

OpenTelemetry-Go Prometheus Exporter

OpenTelemetry Prometheus exporter

Installation

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