Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

Commit 4f5c838

Browse files
bborehamtomwilkie
authored andcommitted
Revert "Metric names."
This reverts commit bab731667786d62636676b3b21b714a587455f76. Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
1 parent 8810302 commit 4f5c838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/test/runner.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ var (
2828
testcaseResult = prometheus.NewCounterVec(
2929
prometheus.CounterOpts{
3030
Subsystem: subsystem,
31-
Name: "testcase_results_total",
31+
Name: "test_case_result_total",
3232
Help: "Number of test cases that succeed / fail.",
3333
},
3434
[]string{"result"},
3535
)
3636
sampleResult = prometheus.NewCounterVec(
3737
prometheus.CounterOpts{
3838
Subsystem: subsystem,
39-
Name: "sample_results_total",
39+
Name: "sample_result_total",
4040
Help: "Number of samples that succeed / fail.",
4141
},
4242
[]string{"result"},

0 commit comments

Comments
 (0)