Skip to content

Commit

Permalink
fix metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Dec 1, 2023
1 parent a11c5b6 commit 8c3ab7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ enum METRIC_TYPES {
runtime_specs = 'runtime_specs',
endpoint_response_times_histogram = 'endpoint_response_times_histogram',
endpoint_response_status = 'endpoint_response_status',
gpa_fetch_duration = 'endpoint_response_status',
gpa_fetch_duration = 'gpa_fetch_duration',
health_status = 'health_status',
}

Expand Down

0 comments on commit 8c3ab7e

Please sign in to comment.