1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-10 09:50:58 +02:00
opentelemetry-go/exporters/metric/prometheus
Tyler Yahn 4883cb119d
Refactor exporter creation functions (#1985)
* Remove InstallNewPipeline/NewExportPipeline funcs

* Rename stdout NewExporter to New

* Rename prometheus NewExporter func to New

* Rename Jaeger exporter NewRawExporter func to New

* Rename zipkin exporter NewRawExporter func to New

* Rename otlp exporter creation funcs

* Rename processortest exporter creation funcs

* Update PR number in changelog

* Fix spelling error

* Rename remaining NewUnstartedExporter in otlp

* Remove unused testing file
2021-06-10 09:22:47 -07:00
..
go.mod Bump github.com/prometheus/client_golang from 1.10.0 to 1.11.0 in /exporters/metric/prometheus (#1974) 2021-06-07 08:41:38 -07:00
go.sum Bump github.com/prometheus/client_golang from 1.10.0 to 1.11.0 in /exporters/metric/prometheus (#1974) 2021-06-07 08:41:38 -07:00
prometheus_test.go Refactor exporter creation functions (#1985) 2021-06-10 09:22:47 -07:00
prometheus.go Refactor exporter creation functions (#1985) 2021-06-10 09:22:47 -07:00
README.md Fix existing markdown lint issues (#1866) 2021-04-30 10:51:19 -07:00
sanitize_test.go
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