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

Function dimensionMappingsPtr

cmd/tempo/app/overrides_validation_test.go:38–40  ·  view source on GitHub ↗
(d []sharedconfig.DimensionMappings)

Source from the content-addressed store, hash-verified

36}
37
38func dimensionMappingsPtr(d []sharedconfig.DimensionMappings) *[]sharedconfig.DimensionMappings {
39 return &d
40}
41
42func histogramMethodPtr(h histograms.HistogramMethod) *histograms.HistogramMethod {
43 return &h

Callers 1

Test_overridesValidatorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected