Skip to content

Commit

Permalink
fix longstanding slip in docs after comparing to prom
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandawsonuk committed Feb 12, 2020
1 parent f1de416 commit 0d60a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/analytics/analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 0d60a3e

Please sign in to comment.