MCPcopy Create free account
hub / github.com/docker/secrets-engine / Handle

Method Handle

x/telemetry/otel.go:128–130  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

126}
127
128func (eh *errorhandler) Handle(err error) {
129 eh.logger.Warnf("otel: %s", err)
130}
131
132func sanitizeEndpoint(endpoint string) (string, bool) {
133 u, err := url.Parse(endpoint)

Callers 11

muxServerFunction · 0.80
setupFunction · 0.80
Test_setupFunction · 0.80
lockFileFunction · 0.80
releaseLockFunction · 0.80
createMetricProviderFunction · 0.80
createTraceProviderFunction · 0.80
newResourceFunction · 0.80
sanitizeEndpointFunction · 0.80
Test_hijackingFunction · 0.80

Calls 1

WarnfMethod · 0.65

Tested by 4

muxServerFunction · 0.64
Test_setupFunction · 0.64
Test_hijackingFunction · 0.64