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
Tyler Yahn 8b1be11a54
Rename resource pkg label vars and methods (#1692)
* Rename resource pkg label vars and methods

The former `labels` package is now named `attributes` to conform with
the specification requirement. This removes the lingering `label` term
from the `resource` package.

Resolve https://github.com/open-telemetry/opentelemetry-go/issues/1691

* Update PR number in CHANGELOG

* Propagate rename to the prometheus exporter pkg
2021-03-11 11:00:12 -08:00
..
example_test.go Rename otel/label -> otel/attribute (#1541) 2021-02-18 12:59:37 -05:00
go.mod Pre release v0.18.0 (#1635) 2021-03-03 14:40:00 -05:00
go.sum Bump github.com/google/go-cmp from 0.5.4 to 0.5.5 (#1667) 2021-03-08 12:15:49 -08:00
prometheus_test.go Rename otel/label -> otel/attribute (#1541) 2021-02-18 12:59:37 -05:00
prometheus.go Rename resource pkg label vars and methods (#1692) 2021-03-11 11:00:12 -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