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

PMM-13258 Rename and move dashboards (#1622) #1625

Merged
merged 1 commit into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
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
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,030 changes: 1,309 additions & 2,721 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
Loading