@@ -30,24 +30,24 @@ func TestSystemSandboxStats(t *testing.T) {
3030 }
3131
3232 em := `
33- # HELP fortigate_sandbox_stats_clean Number of clean files
34- # TYPE fortigate_sandbox_stats_clean counter
35- fortigate_sandbox_stats_clean 45120
36- # HELP fortigate_sandbox_stats_detected Number of detected files
37- # TYPE fortigate_sandbox_stats_detected counter
38- fortigate_sandbox_stats_detected 10
39- # HELP fortigate_sandbox_stats_risk_high Number of high risk files detected
40- # TYPE fortigate_sandbox_stats_risk_high counter
41- fortigate_sandbox_stats_risk_high 5
42- # HELP fortigate_sandbox_stats_risk_low Number of low risk files detected
43- # TYPE fortigate_sandbox_stats_risk_low counter
44- fortigate_sandbox_stats_risk_low 3
45- # HELP fortigate_sandbox_stats_risk_medium Number of medium risk files detected
46- # TYPE fortigate_sandbox_stats_risk_medium counter
47- fortigate_sandbox_stats_risk_medium 2
48- # HELP fortigate_sandbox_stats_submitted Number of submitted files
49- # TYPE fortigate_sandbox_stats_submitted counter
50- fortigate_sandbox_stats_submitted 45130
33+ # HELP fortigate_sandbox_stats_clean_total Number of clean files
34+ # TYPE fortigate_sandbox_stats_clean_total counter
35+ fortigate_sandbox_stats_clean_total 45120
36+ # HELP fortigate_sandbox_stats_detected_total Number of detected files
37+ # TYPE fortigate_sandbox_stats_detected_total counter
38+ fortigate_sandbox_stats_detected_total 10
39+ # HELP fortigate_sandbox_stats_risk_high_total Number of high risk files detected
40+ # TYPE fortigate_sandbox_stats_risk_high_total counter
41+ fortigate_sandbox_stats_risk_high_total 5
42+ # HELP fortigate_sandbox_stats_risk_low_total Number of low risk files detected
43+ # TYPE fortigate_sandbox_stats_risk_low_total counter
44+ fortigate_sandbox_stats_risk_low_total 3
45+ # HELP fortigate_sandbox_stats_risk_medium_total Number of medium risk files detected
46+ # TYPE fortigate_sandbox_stats_risk_medium_total counter
47+ fortigate_sandbox_stats_risk_medium_total 2
48+ # HELP fortigate_sandbox_stats_submitted_total Number of submitted files
49+ # TYPE fortigate_sandbox_stats_submitted_total counter
50+ fortigate_sandbox_stats_submitted_total 45130
5151 `
5252
5353 if err := testutil .GatherAndCompare (r , strings .NewReader (em )); err != nil {
0 commit comments