Skip to content

Commit

Permalink
Updated config for data drift monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
emeli-dral committed Oct 13, 2021
1 parent edc2d4a commit 8aea802
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion evidently/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# coding: utf-8

version_info = (0, 1, 26, 'dev0')
version_info = (0, 1, 27, 'dev0')
__version__ = ".".join(map(str, version_info))
28 changes: 13 additions & 15 deletions evidently/tutorials/monitoring_service/dashboards/data_drift.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
]
},
"editable": true,
"fiscalYearStartMonth": 0,
"gnetId": null,
"graphTooltip": 0,
"id": 1,
"links": [],
"liveNow": false,
"panels": [
{
"datasource": null,
Expand All @@ -37,7 +38,7 @@
"content": "# Evidently Data Drift Monitoring\n\n Here can be your information about dashboard and its usage.\n",
"mode": "markdown"
},
"pluginVersion": "8.1.5",
"pluginVersion": "8.2.1",
"type": "text"
},
{
Expand All @@ -60,28 +61,24 @@
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
"mode": "fixed"
},
"custom": {
"fillOpacity": 70,
"lineWidth": 0
},
"links": [
{
"title": "Details",
"url": "http://localhost:3000/d/8e6Ij_Dnz/data-drift-details"
}
],
"mappings": [
{
"options": {
"0": {
"color": "green",
"index": 1,
"text": "No data drift"
"text": "No Data Drift"
},
"1": {
"color": "red",
"index": 0,
"text": "Data drift detected"
"text": "Data Drift Detected"
}
},
"type": "value"
Expand Down Expand Up @@ -266,7 +263,7 @@
"text": {},
"textMode": "auto"
},
"pluginVersion": "8.1.5",
"pluginVersion": "8.2.1",
"targets": [
{
"exemplar": true,
Expand Down Expand Up @@ -330,7 +327,7 @@
"text": {},
"textMode": "auto"
},
"pluginVersion": "8.1.5",
"pluginVersion": "8.2.1",
"targets": [
{
"exemplar": true,
Expand Down Expand Up @@ -369,6 +366,7 @@
"mode": "palette-classic"
},
"custom": {
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
Expand Down Expand Up @@ -484,7 +482,7 @@
}
],
"refresh": "10s",
"schemaVersion": 30,
"schemaVersion": 31,
"style": "dark",
"tags": [],
"templating": {
Expand All @@ -498,5 +496,5 @@
"timezone": "",
"title": "Evidently Data Drift Dashboard",
"uid": "U54hsxv7k",
"version": 3
"version": 1
}

0 comments on commit 8aea802

Please sign in to comment.