1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/exporters/metric/prometheus
Joshua MacDonald 21d094af43
Refactor the api/metrics push controller; add CheckpointSet synchronization (#737)
* Checkpoint

* Finish tests

* Checkpoint

* Checkpoint (builds)

* Checkpoint + RWMutex interface

* Comments

* Remove commitLock

* Apply feedback
2020-05-18 18:37:41 -07:00
..
example_test.go Move Resource into the metric export Record (#739) 2020-05-18 17:44:28 -07:00
go.mod Prepare for releasing v0.5.0 2020-05-13 17:11:23 -07:00
go.sum update to v0.2.3 (#512) 2020-03-04 16:12:25 -05:00
prometheus_test.go Refactor the api/metrics push controller; add CheckpointSet synchronization (#737) 2020-05-18 18:37:41 -07:00
prometheus.go Refactor the api/metrics push controller; add CheckpointSet synchronization (#737) 2020-05-18 18:37:41 -07:00
README.md Rename the exporter directory to exporters (#502) 2020-03-02 13:54:57 -08:00
sanitize_test.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00
sanitize.go Update License header for all source files (#586) 2020-03-23 22:41:10 -07:00

OpenTelemetry-Go Prometheus Exporter

OpenTelemetry Prometheus exporter

Installation

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