(t *testing.T)
| 66 | } |
| 67 | |
| 68 | func TestWriteSummary(t *testing.T) { |
| 69 | testWriteSummary(t, false) |
| 70 | testWriteSummary(t, true) |
| 71 | } |
| 72 | |
| 73 | func testWriteSummary(t *testing.T, useTags bool) { |
| 74 | sumVec := prometheus.NewSummaryVec( |
nothing calls this directly
no test coverage detected