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
ET 8fae0a644a
Create resource.Default() with required attributes/default values (#1507)
* Create resource.Default() with required attributes/default values

Add metric controller and tracer provider tests for resources

* Updated CHANGELOG

* PR comments

+ some small CHANGELOG PR addition, rewording
+ change default resource servicename to `unknown_service:go` (this
matches the Java codebase which uses `unknown_service:java`)
2021-02-15 12:28:37 -08:00
..
example_test.go Combine the Push and Pull metric controllers (#1378) 2021-01-13 17:07:44 -05:00
go.mod Release v0.17.0 (#1534) 2021-02-15 10:48:14 -08:00
go.sum Organize API into Go modules based on stability and dependencies (#1528) 2021-02-12 08:23:51 -08:00
prometheus_test.go Create resource.Default() with required attributes/default values (#1507) 2021-02-15 12:28:37 -08:00
prometheus.go Organize API into Go modules based on stability and dependencies (#1528) 2021-02-12 08:23:51 -08: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