MCPcopy
hub / github.com/prometheus/client_golang / Handle

Method Handle

exp/api/remote/remote_api.go:118–118  ·  view source on GitHub ↗
(context.Context, slog.Record)

Source from the content-addressed store, hash-verified

116
117func (n nopSlogHandler) Enabled(context.Context, slog.Level) bool { return false }
118func (n nopSlogHandler) Handle(context.Context, slog.Record) error { return nil }
119func (n nopSlogHandler) WithAttrs([]slog.Attr) slog.Handler { return n }
120func (n nopSlogHandler) WithGroup(string) slog.Handler { return n }
121

Callers 15

ExampleCollectorFunction · 0.80
ExampleRegisterFunction · 0.80
ExampleWithExtraMethodsFunction · 0.80
ExampleWithLabelFromCtxFunction · 0.80
ExampleNewGoCollectorFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls