seldon-core-analytics¶
Prometheus and Grafana installation with a basic Grafana dashboard showing the default Prometheus metrics exposed by Seldon for each inference graph deployed.
Usage¶
To use this chart, you will first need to add the seldonio
Helm repo:
helm repo add seldonio https://storage.googleapis.com/seldon-charts
helm repo update
Once that’s done, you should then be able to deploy the chart as:
kubectl create namespace seldon-system
helm install seldon-core-analytics seldonio/seldon-core-analytics --namespace seldon-system
Homepage: https://github.com/SeldonIO/seldon-core
Source Code¶
Requirements¶
Repository |
Name |
Version |
---|---|---|
grafana |
~5.1.4 |
|
prometheus |
~11.4.0 |
Values¶
Key |
Type |
Default |
Description |
---|---|---|---|
alertmanager.config.enabled |
bool |
|
|
grafana.adminPassword |
string |
|
|
grafana.adminUser |
string |
|
|
grafana.datasources.”datasources.yaml”.apiVersion |
int |
|
|
grafana.datasources.”datasources.yaml”.datasources[0].access |
string |
|
|
grafana.datasources.”datasources.yaml”.datasources[0].name |
string |
|
|
grafana.datasources.”datasources.yaml”.datasources[0].type |
string |
|
|
grafana.datasources.”datasources.yaml”.datasources[0].url |
string |
|
|
grafana.enabled |
bool |
|
|
grafana.sidecar.dashboards.enabled |
bool |
|
|
grafana.sidecar.dashboards.label |
string |
|
|
prometheus.enabled |
bool |
|
|
prometheus.server.configPath |
string |
|
|
prometheus.server.extraConfigmapMounts[0].configMap |
string |
|
|
prometheus.server.extraConfigmapMounts[0].mountPath |
string |
|
|
prometheus.server.extraConfigmapMounts[0].name |
string |
|
|
prometheus.server.extraConfigmapMounts[0].readOnly |
bool |
|
|
prometheus.server.extraConfigmapMounts[0].subPath |
string |
|
|
prometheus.server.extraConfigmapMounts[1].configMap |
string |
|
|
prometheus.server.extraConfigmapMounts[1].mountPath |
string |
|
|
prometheus.server.extraConfigmapMounts[1].name |
string |
|
|
prometheus.server.extraConfigmapMounts[1].readOnly |
bool |
|
|
prometheus.server.extraConfigmapMounts[1].subPath |
string |
|
|
prometheus.server.name |
string |
|
|
prometheus.server.persistentVolume.enabled |
bool |
|
|
prometheus.server.persistentVolume.existingClaim |
string |
|
|
prometheus.server.persistentVolume.mountPath |
string |
|
|
prometheus.service_type |
string |
|
|
rbac.enabled |
bool |
|