1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-04 09:43:23 +02:00
opentelemetry-go/exporters/metric/prometheus
Joshua MacDonald c56227771d
Histogram aggregator functional options (#1434)
* Add a Config/Option for histogram

* Just one option here

* Test fixes

* Support and test int64 histograms

* Changelog

* Lint

* Un-export three things.
2021-01-15 18:29:02 -05:00
..
example_test.go Combine the Push and Pull metric controllers (#1378) 2021-01-13 17:07:44 -05:00
go.mod Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 in /exporters/metric/prometheus (#1461) 2021-01-14 10:15:00 -08:00
go.sum Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#1453) 2021-01-14 12:52:19 -08:00
prometheus_test.go Combine the Push and Pull metric controllers (#1378) 2021-01-13 17:07:44 -05:00
prometheus.go Histogram aggregator functional options (#1434) 2021-01-15 18:29:02 -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