MCPcopy Create free account
hub / github.com/cortexproject/cortex / testPushHeader

Function testPushHeader

integration/remote_write_v2_test.go:683–687  ·  view source on GitHub ↗
(t *testing.T, stats remoteapi.WriteResponseStats, expectedSamples, expectedHistogram, expectedExemplars int)

Source from the content-addressed store, hash-verified

681}
682
683func testPushHeader(t *testing.T, stats remoteapi.WriteResponseStats, expectedSamples, expectedHistogram, expectedExemplars int) {
684 require.Equal(t, expectedSamples, stats.Samples)
685 require.Equal(t, expectedHistogram, stats.Histograms)
686 require.Equal(t, expectedExemplars, stats.Exemplars)
687}

Callers 5

TestIngestFunction · 0.85
TestExemplarFunction · 0.85

Calls 1

EqualMethod · 0.65

Tested by

no test coverage detected