Skip to content

Commit

Permalink
BC-5649 - fix prometheus test
Browse files Browse the repository at this point in the history
  • Loading branch information
virgilchiriac committed Oct 25, 2023
1 parent 88c6f4e commit b5f1ddc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ describe('createPrometheusMetricsApp', () => {
describe('should create an app that should', () => {
it('collect all the available metrics and expose them on given route', async () => {
const testMetricsRoute = '/prometheus-metrics';
const exampleDefaultMetricName = 'process_heap_bytes';
const exampleDefaultMetricName = 'process_cpu_user_seconds_total';
const exampleMetricsRouteMetric =
`sc_api_response_time_in_seconds_count{` +
`method="GET",` +
Expand Down

0 comments on commit b5f1ddc

Please sign in to comment.