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

Function readDistinctStringDiff

pkg/collector/distinct_string_collector_test.go:84–88  ·  view source on GitHub ↗
(t *testing.T, d *DistinctString)

Source from the content-addressed store, hash-verified

82}
83
84func readDistinctStringDiff(t *testing.T, d *DistinctString) []string {
85 res, err := d.Diff()
86 require.NoError(t, err)
87 return res
88}
89
90func TestDistinctStringCollectorIsSafe(t *testing.T) {
91 d := NewDistinctString(0, 0, 0) // no limit

Callers 1

Calls 1

DiffMethod · 0.45

Tested by

no test coverage detected