Skip to content

Commit

Permalink
update Application-DNS-Monitoring (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
twou12031 authored Dec 6, 2023
1 parent 95649ef commit 990ed42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboards/DeepFlow-Templates/Application-DNS-Monitoring.json
Original file line number Diff line number Diff line change
Expand Up @@ -2039,15 +2039,15 @@
"value": "__disabled"
},
"datasource": "$datasource",
"definition": "{\"database\":\"flow_metrics\",\"sql\":\"show tag chost values from vtap_app_port where display_name like '$db_wildcard'\",\"useDisabled\":true,\"useAny\":true}",
"definition": "{\"database\":\"flow_metrics\",\"sql\":\"show tag chost values from vtap_app_port where display_name like '$dns_wildcard'\",\"useDisabled\":true,\"useAny\":true}",
"hide": 0,
"includeAll": false,
"multi": false,
"name": "dns_chost",
"options": [],
"query": {
"database": "flow_metrics",
"sql": "show tag chost values from vtap_app_port where display_name like '$db_wildcard'",
"sql": "show tag chost values from vtap_app_port where display_name like '$dns_wildcard'",
"useAny": true,
"useDisabled": true
},
Expand Down

0 comments on commit 990ed42

Please sign in to comment.