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

Function hasNativeHistograms

modules/generator/registry/registry.go:312–314  ·  view source on GitHub ↗
(s HistogramMode)

Source from the content-addressed store, hash-verified

310}
311
312func hasNativeHistograms(s HistogramMode) bool {
313 return s == HistogramModeNative || s == HistogramModeBoth
314}
315
316func hasClassicHistograms(s HistogramMode) bool {
317 return s == HistogramModeClassic || s == HistogramModeBoth

Callers 3

collectMetricsMethod · 0.85
NewHistogramMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected