diff --git a/third_party/pyth/price-service/src/promClient.ts b/third_party/pyth/price-service/src/promClient.ts index 0f317b8d..021977fa 100644 --- a/third_party/pyth/price-service/src/promClient.ts +++ b/third_party/pyth/price-service/src/promClient.ts @@ -28,7 +28,7 @@ export class PromClient { help: "Number of not found responses for latest vaa of a price feed request" }); private apiLatestVaaSuccessResponseCounter = new client.Counter({ - name: `${SERVICE_PREFIX}api_latest_vaa_not_found`, + name: `${SERVICE_PREFIX}api_latest_vaa_success_response`, help: "Number of successful responses for latest vaa of a price feed request" }); private apiLatestVaaFreshnessHistogram = new client.Histogram({