fix metric name

This commit is contained in:
wphan
2023-12-01 00:48:00 -08:00
parent a11c5b67d3
commit 8c3ab7eceb

View File

@@ -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',
}