1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-11-29 23:07:45 +02:00

Metrics instrumentation version (#811)

* Support instrumentation library in metrics

* Update stdout exporter to display instrumentation info

* Fix tests that use the STDOUT exporter

* Refactor to keep SDK out of API

* Update global Meter and test Meter version

* Revert unneeded import syntax change

* Fix Unit comment

* Update comments

* Update comment

* Revert no-op change to import
This commit is contained in:
Tyler Yahn
2020-06-12 09:11:17 -07:00
committed by GitHub
parent 7d5117fafd
commit 288a3dd435
18 changed files with 338 additions and 209 deletions

View File

@@ -47,7 +47,7 @@ func ExampleNew() {
// {
// "updates": [
// {
// "name": "a.counter{key=value}",
// "name": "a.counter{instrumentation.name=example,key=value}",
// "sum": 100
// }
// ]