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

Function HasNativeHistograms

modules/overrides/config.go:425–427  ·  view source on GitHub ↗
(s histograms.HistogramMethod)

Source from the content-addressed store, hash-verified

423}
424
425func HasNativeHistograms(s histograms.HistogramMethod) bool {
426 return s == histograms.HistogramMethodNative || s == histograms.HistogramMethodBoth
427}
428
429type Uint32Value uint32
430

Callers 2

NewFunction · 0.92
watchOverridesMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected