All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.golang.common_wrapper.go.template Maven / Gradle / Ivy

The newest version!
package metrics

import (
	"context"
	"github.com/prometheus/client_golang/prometheus"
)

type MetricWrapper interface {
	PushToSummarytMetrics() func(*prometheus.SummaryVec, string, *error, context.Context)
	PushToErrorCounterMetrics() func(*prometheus.CounterVec, error, context.Context)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy