Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

grafana dashboard modifications for state estimation orchestrator server in memory #461

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
"disableTextWrap": false,
"editorMode": "builder",
"exemplar": true,
"expr": "stateestimation_orchestrator_network_store_seconds_max",
"expr": "stateestimation_orchestrator_create_network_seconds_max",
"fullMetaSearch": false,
"includeNullMetadata": true,
"instant": false,
Expand All @@ -290,7 +290,7 @@
"visible": true
}
],
"title": "Store network in database",
"title": "Create network",
"type": "timeseries"
},
{
Expand Down Expand Up @@ -490,7 +490,7 @@
"disableTextWrap": false,
"editorMode": "builder",
"exemplar": true,
"expr": "stateestimation_orchestrator_network_load_seconds_max",
"expr": "stateestimation_orchestrator_stateestimation_run_seconds_max",
"fullMetaSearch": false,
"includeNullMetadata": true,
"instant": false,
Expand All @@ -508,7 +508,7 @@
"visible": true
}
],
"title": "Load network from database",
"title": "State estimation",
"type": "timeseries"
},
{
Expand Down Expand Up @@ -599,7 +599,7 @@
"disableTextWrap": false,
"editorMode": "builder",
"exemplar": true,
"expr": "stateestimation_orchestrator_stateestimation_run_seconds_max",
"expr": "stateestimation_orchestrator_loadflow_run_seconds_max",
"fullMetaSearch": false,
"includeNullMetadata": true,
"instant": false,
Expand All @@ -617,7 +617,7 @@
"visible": true
}
],
"title": "State estimation",
"title": "Loadflow",
"type": "timeseries"
},
{
Expand Down Expand Up @@ -708,7 +708,7 @@
"disableTextWrap": false,
"editorMode": "builder",
"exemplar": true,
"expr": "stateestimation_orchestrator_loadflow_run_seconds_max",
"expr": "stateestimation_orchestrator_network_export_seconds_max",
"fullMetaSearch": false,
"includeNullMetadata": true,
"instant": false,
Expand All @@ -726,7 +726,7 @@
"visible": true
}
],
"title": "Loadflow",
"title": "Export network to BIIDM format output file",
"type": "timeseries"
},
{
Expand Down Expand Up @@ -817,7 +817,7 @@
"disableTextWrap": false,
"editorMode": "builder",
"exemplar": true,
"expr": "stateestimation_orchestrator_network_flush_seconds_max",
"expr": "stateestimation_orchestrator_output_case_import_seconds_max",
"fullMetaSearch": false,
"includeNullMetadata": true,
"instant": false,
Expand All @@ -835,7 +835,7 @@
"visible": true
}
],
"title": "Flush network to database",
"title": "Store output file in case-server",
"type": "timeseries"
},
{
Expand Down Expand Up @@ -917,224 +917,6 @@
"sort": "none"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"disableTextWrap": false,
"editorMode": "builder",
"exemplar": true,
"expr": "stateestimation_orchestrator_network_export_seconds_max",
"fullMetaSearch": false,
"includeNullMetadata": true,
"instant": false,
"interval": "",
"range": true,
"refId": "A",
"useBackend": false
}
],
"thresholds": [
{
"colorMode": "critical",
"op": "gt",
"value": 0,
"visible": true
}
],
"title": "Export network to BIIDM format output file",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "s"
},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 8,
"x": 16,
"y": 16
},
"id": 10,
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": false
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"disableTextWrap": false,
"editorMode": "builder",
"exemplar": true,
"expr": "stateestimation_orchestrator_output_case_import_seconds_max",
"fullMetaSearch": false,
"includeNullMetadata": true,
"instant": false,
"interval": "",
"range": true,
"refId": "A",
"useBackend": false
}
],
"thresholds": [
{
"colorMode": "critical",
"op": "gt",
"value": 0,
"visible": true
}
],
"title": "Store output file in case-server",
"type": "timeseries"
},
{
"datasource": {
"type": "prometheus",
"uid": "${DS_PROMETHEUS}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 0,
"gradientMode": "none",
"hideFrom": {
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "linear",
"lineWidth": 1,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "auto",
"spanNulls": false,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "s"
},
"overrides": []
},
"gridPos": {
"h": 8,
"w": 8,
"x": 0,
"y": 24
},
"id": 11,
"options": {
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": false
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"targets": [
{
"datasource": {
Expand Down