1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-14 10:13:10 +02:00
opentelemetry-go/exporters/metric/prometheus
Anthony Mirabella 0aadfb27bc
Prepare release v0.16.0 (#1464)
* Prepare for releasing v0.16.0

* Prepare CHANGELOG for v0.16.0 release

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
2021-01-13 20:44:06 -05:00
..
example_test.go Combine the Push and Pull metric controllers (#1378) 2021-01-13 17:07:44 -05:00
go.mod Prepare release v0.16.0 (#1464) 2021-01-13 20:44:06 -05:00
go.sum Remove Quantile aggregation, DDSketch aggregator; add Exact timestamps (#1412) 2021-01-12 10:19:13 -08:00
prometheus_test.go Combine the Push and Pull metric controllers (#1378) 2021-01-13 17:07:44 -05:00
prometheus.go Combine the Push and Pull metric controllers (#1378) 2021-01-13 17:07:44 -05: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 chore: adds vanity import for files that don't have it. (#1297) 2020-11-04 09:10:58 -08:00

OpenTelemetry-Go Prometheus Exporter

OpenTelemetry Prometheus exporter

Installation

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