Skip to content

Commit

Permalink
[Model Monitoring] Implementing model monitoring dashboards and datas…
Browse files Browse the repository at this point in the history
…ource in Grafana (#64)
  • Loading branch information
Eyal-Danieli authored May 21, 2023
1 parent ec010c8 commit fbbdaf2
Show file tree
Hide file tree
Showing 5 changed files with 1,782 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/mlrun-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
version: 0.6.0-rc2
version: 0.6.0-rc3
name: mlrun-ce
description: MLRUn Open Source Stack
home: https://iguazio.com
Expand Down
1 change: 1 addition & 0 deletions charts/mlrun-ce/templates/config/mlrun-env-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ data:
MLRUN_CE__VERSION: {{ .Chart.Version }}
MLRUN_DEFAULT_TENSORBOARD_LOGS_PATH: /home/jovyan/data/tensorboard/{{ `{{project}} `}}
MLRUN_FEATURE_STORE__DEFAULT_TARGETS: parquet
MLRUN_MODEL_ENDPOINT_MONITORING__STORE_TYPE: sql
Loading

0 comments on commit fbbdaf2

Please sign in to comment.