Metrics Monitoring

Metrics Monitoring

The monitoring for Seldon Deploy is based on the Open Source Analytics package.

The way that it can be configured is by using the seldon-analytics-kubeflow.yaml configuration file in the deployment scripts under the seldon-core/.../centralised-logging/kubeflow folder.

helm upgrade --install seldon-core-analytics \
    --name seldon-core-analytics \
    --repo https://storage.googleapis.com/seldon-charts \
    --namespace default \
    -f ./kubeflow/seldon-analytics-kubeflow.yaml

It’s possible to leverage further custom parameters provided by the helm charts, such as: * grafana_prom_admin_password - The admin password for grafana to use * persistence.enabled - This provides the configuration to enable prometheus persistence


Last modified March 3, 2020: Added metrics monitoring (0ac6ff0)