MCPcopy
hub / github.com/thanos-io/thanos / Errorf

Method Errorf

pkg/tracing/stackdriver/tracer.go:90–92  ·  view source on GitHub ↗
(format string, args ...any)

Source from the content-addressed store, hash-verified

88}
89
90func (l *gcloudRecorderLogger) Errorf(format string, args ...any) {
91 level.Error(l.logger).Log("msg", fmt.Sprintf(format, args...))
92}
93
94// TODO(bwplotka): gcloudtracer is archived. Find replacement. For now wrap traceClient for compatibility.
95type compTraceWrapper struct {

Callers 15

parseGroupcacheConfigFunction · 0.80
ParseFlagMatchersFunction · 0.80
postAlertsMethod · 0.80
UnmarshalYAMLMethod · 0.80
TestNoMarkFilterAtomicFunction · 0.80
getOldestModifiedTimeFunction · 0.80
UntilNextDownsamplingFunction · 0.80
NewGroupFunction · 0.80
ProgressCalculateMethod · 0.80
PreCompactionCallbackMethod · 0.80

Calls 2

LogMethod · 0.45
ErrorMethod · 0.45