MCPcopy
hub / github.com/grafana/tempo / metadataSLOPostHook

Function metadataSLOPostHook

modules/frontend/slos.go:90–92  ·  view source on GitHub ↗
(cfg SLOConfig)

Source from the content-addressed store, hash-verified

88}
89
90func metadataSLOPostHook(cfg SLOConfig) handlerPostHook {
91 return sloHook(metadataCounter, sloMetadataCounter, metadataThroughput, metadataInspectedBytes, cfg)
92}
93
94func metricsSLOPostHook(cfg SLOConfig) handlerPostHook {
95 return sloHook(metricsCounter, sloMetricsCounter, metricsThroughput, metricsInspectedBytes, cfg)

Calls 1

sloHookFunction · 0.85

Tested by

no test coverage detected