Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface { Int64Counter(name string, description string, unit Unit) Int64Counter Int64Gauge(name string, description string, unit Unit) Int64Gauge Int64Histogram(name string, description string, unit Unit) Int64Histogram WithTags(tags map[string]string) Handler }
func NewNoOpHandler ¶
func NewOtelHandler ¶
func NewOtelHandler(_ context.Context, provider otelmetric.MeterProvider, name string) Handler
type Int64Counter ¶
type Int64Gauge ¶
type Int64Histogram ¶
Click to show internal directories.
Click to hide internal directories.