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

Function newJobsPerQueryHistogram

modules/frontend/search_sharder_test.go:1005–1011  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1003}
1004
1005func newJobsPerQueryHistogram() *prometheus.HistogramVec {
1006 return prometheus.NewHistogramVec(prometheus.HistogramOpts{
1007 Name: "test_query_frontend_jobs_per_query",
1008 Help: "Test histogram for jobs per query.",
1009 Buckets: prometheus.DefBuckets,
1010 }, []string{"op"})
1011}
1012
1013func TestHashTraceQLQuery(t *testing.T) {
1014 // exact same queries should have the same hash

Calls

no outgoing calls

Tested by

no test coverage detected