ShutdownFunc is a delegate that shuts down the OpenTelemetry components.
func(ctx context.Context) error
| 36 | |
| 37 | // ShutdownFunc is a delegate that shuts down the OpenTelemetry components. |
| 38 | type ShutdownFunc func(ctx context.Context) error |
| 39 | |
| 40 | func NewMetrics(meter metric.Meter) (*Metrics, error) { |
| 41 | req, err := meter.Int64Counter( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…