You've already forked opentelemetry-go
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:
@@ -47,7 +47,7 @@ func ExampleNew() {
|
||||
// {
|
||||
// "updates": [
|
||||
// {
|
||||
// "name": "a.counter{key=value}",
|
||||
// "name": "a.counter{instrumentation.name=example,key=value}",
|
||||
// "sum": 100
|
||||
// }
|
||||
// ]
|
||||
|
||||
Reference in New Issue
Block a user