Skip to content

Commit

Permalink
PMM-13258 Rename and move dashboards (#1622)
Browse files Browse the repository at this point in the history
* PMM-13258 Rename and move dashboards

* PMM-13258 Change the folder for mongo dashboards

* PMM-13258 Update links

* PMM-13258 fix oplog filter

* PMM-13258 & PMM-13325 Fix structure and QA issues

* PMM-13325 Fix links

* PMM-13258 fix tags and top menu
  • Loading branch information
YashSartanpara1 authored Aug 29, 2024
1 parent 93f8bca commit 03d071d
Show file tree
Hide file tree
Showing 10 changed files with 10,235 additions and 12,873 deletions.
4,488 changes: 4,488 additions & 0 deletions dashboards/Experimental/MongoDB_Cluster_Summary_(Old).json

Large diffs are not rendered by default.

3,064 changes: 0 additions & 3,064 deletions dashboards/Experimental/MongoDB_Cluster_Summary_(new).json

This file was deleted.

2,648 changes: 0 additions & 2,648 deletions dashboards/Experimental/MongoDB_Instance_Summary_(new).json

This file was deleted.

Large diffs are not rendered by default.

4,043 changes: 1,307 additions & 2,736 deletions dashboards/MongoDB/MongoDB_Cluster_Summary.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -1669,7 +1669,7 @@
"style": "dark",
"tags": [
"Percona",
"MongoDB_HA"
"MongoDB"
],
"templating": {
"list": [
Expand Down
1 change: 0 additions & 1 deletion dashboards/MongoDB/MongoDB_MMAPv1_Details.json
Original file line number Diff line number Diff line change
Expand Up @@ -3404,7 +3404,6 @@
"schemaVersion": 34,
"style": "dark",
"tags": [
"MongoDB",
"Percona"
],
"templating": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1211,7 +1211,7 @@
"style": "dark",
"tags": [
"Percona",
"MongoDB_HA"
"MongoDB"
],
"templating": {
"list": [
Expand Down Expand Up @@ -1394,7 +1394,7 @@
"text": "",
"value": ""
},
"definition": "label_values(mongodb_up{environment=~\"$environment\",cluster=~\"$cluster\",node_name=~\"$node_name\",replication_set=~\"$replset\"}, service_name)",
"definition": "label_values(mongodb_mongod_replset_my_state{environment=~\"$environment\",cluster=~\"$cluster\",set=~\"$replset\"}, service_name)",
"hide": 0,
"includeAll": false,
"label": "MongoDB Node",
Expand All @@ -1403,7 +1403,7 @@
"name": "service_name",
"options": [],
"query": {
"query": "label_values(mongodb_up{environment=~\"$environment\",cluster=~\"$cluster\",node_name=~\"$node_name\",replication_set=~\"$replset\"}, service_name)",
"query": "label_values(mongodb_mongod_replset_my_state{environment=~\"$environment\",cluster=~\"$cluster\",set=~\"$replset\"}, service_name)",
"refId": "StandardVariableQuery"
},
"refresh": 2,
Expand Down
Loading

0 comments on commit 03d071d

Please sign in to comment.