mirror of https://github.com/statping/statping
prometheus metric updates tests
parent
91efe7db63
commit
859615bc70
|
@ -248,9 +248,9 @@ func TestMainApiRoutes(t *testing.T) {
|
||||||
ExpectedContains: []string{
|
ExpectedContains: []string{
|
||||||
`go_goroutines`,
|
`go_goroutines`,
|
||||||
`go_memstats_alloc_bytes`,
|
`go_memstats_alloc_bytes`,
|
||||||
`statping_service_success`,
|
`process_cpu_seconds_total`,
|
||||||
`statping_http_duration_seconds`,
|
`promhttp_metric_handler_requests_total`,
|
||||||
`statping_service_duration_count`,
|
`go_threads`,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue