From 0d60a3e61b9e8fc113c35a564f3e6c754fa2e7fa Mon Sep 17 00:00:00 2001 From: ryandawsonuk Date: Wed, 12 Feb 2020 11:44:32 +0000 Subject: [PATCH] fix longstanding slip in docs after comparing to prom --- doc/source/analytics/analytics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/analytics/analytics.md b/doc/source/analytics/analytics.md index 2e7cee43e3..a722f2fce5 100644 --- a/doc/source/analytics/analytics.md +++ b/doc/source/analytics/analytics.md @@ -6,8 +6,8 @@ The metrics are: **Prediction Requests** - * ```seldon_api_executor_server_requests_duration_seconds_(bucket,count,sum) ``` : Requests to the service orchestrator from an ingress, e.g. API gateway or Ambassador - * ```seldon_api_executor_client_requests_duration_seconds_(bucket,count,sum) ``` : Requests from the service orchestrator to a component, e.g., a model + * ```seldon_api_executor_server_requests_seconds_(bucket,count,sum) ``` : Requests to the service orchestrator from an ingress, e.g. API gateway or Ambassador + * ```seldon_api_executor_client_requests_seconds_(bucket,count,sum) ``` : Requests from the service orchestrator to a component, e.g., a model Each metric has the following key value pairs for further filtering which will be taken from the SeldonDeployment custom resource that is running: