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
dependabot[bot] 59c658380b
Bump github.com/google/go-cmp from 0.4.0 to 0.5.0 (#836)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: evantorrie <evantorrie@users.noreply.github.com>
2020-06-22 13:31:15 -04:00
..
example_test.go Add resources in the Prom tests 2020-05-21 01:38:43 -07:00
go.mod Prepare for releasing v0.6.0 2020-05-21 12:10:12 -07:00
go.sum Bump github.com/google/go-cmp from 0.4.0 to 0.5.0 (#836) 2020-06-22 13:31:15 -04:00
prometheus_test.go Merge branch 'master' into jmacd/prom_res 2020-05-21 11:55:41 -07:00
prometheus.go Add export timestamps; distinguish Accumulation vs. Record (#835) 2020-06-18 10:16:33 -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