Skip to content

Commit

Permalink
[issue 465]Create a documentation section to use Grafana DataSource w…
Browse files Browse the repository at this point in the history
…ith SonataFlow Prometheus metrics: address review comments
  • Loading branch information
jianrongzhang89 committed Dec 21, 2024
1 parent 4504bac commit c58e684
Showing 1 changed file with 5 additions and 27 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
[source, json]
----
{
"__inputs": [
{
"name": "DS_PROMETHEUS",
"label": "prometheus",
"label": "Prometheus",
"description": "",
"type": "datasource",
"pluginId": "prometheus",
Expand Down Expand Up @@ -1093,8 +1091,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -1192,8 +1189,7 @@
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
"color": "green"
},
{
"color": "red",
Expand Down Expand Up @@ -1468,23 +1464,6 @@
"skipUrlSync": false,
"sort": 1,
"type": "query"
},
{
"datasource": {
"type": "prometheus",
"uid": "093c6eb7-1dcd-4b66-afa2-68691888f1d8"
},
"filters": [
{
"key": "process_id",
"operator": "=",
"value": "greeting"
}
],
"hide": 0,
"name": "Filters",
"skipUrlSync": false,
"type": "adhoc"
}
]
},
Expand All @@ -1496,7 +1475,6 @@
"timezone": "browser",
"title": "Workflows",
"uid": "ae4jtpwnm76rka",
"version": 3,
"version": 1,
"weekStart": ""
}
----
}

0 comments on commit c58e684

Please sign in to comment.