Skip to content

Commit 5e6beb7

Browse files
committed
Adding a DNS dashboard
1 parent ec214ed commit 5e6beb7

File tree

2 files changed

+416
-4
lines changed

2 files changed

+416
-4
lines changed

psconfig/perfsonar-psconfig/etc/grafana-agent.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@
128128
"stat_field": "result.time",
129129
"stat_type": "max",
130130
"row_field": "test.spec.host.keyword",
131-
"col_field": "test.spec.query.keyword",
131+
"col_field": "test.spec.nameserver.keyword",
132132
"value_field": "Max",
133133
"value_text": "Time",
134134
"unit": "s",
135-
"matrix_url_template": "/usr/lib/perfsonar/psconfig/templates/endpoints.json.j2",
136-
"matrix_url_var1": "source",
137-
"matrix_url_var2": "dest",
135+
"matrix_url_template": "/usr/lib/perfsonar/psconfig/templates/dns.json.j2",
136+
"matrix_url_var1": "dns_host",
137+
"matrix_url_var2": "dns_nameserver",
138138
"thresholds": [
139139
{
140140
"color": "green",

0 commit comments

Comments
 (0)