getDefaultMeter gets the default metric.Meter for the application using the given metric.MeterProvider
(mp metric.MeterProvider)
| 175 | // getDefaultMeter gets the default metric.Meter for the application |
| 176 | // using the given metric.MeterProvider |
| 177 | func getDefaultMeter(mp metric.MeterProvider) metric.Meter { |
| 178 | return mp.Meter( |
| 179 | "github.com/docker/cli", |
| 180 | metric.WithInstrumentationVersion(version.Version), |
| 181 | ) |
| 182 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…