feat: More heracles network dashboard config

This commit is contained in:
Jeremy Wall 2024-06-20 23:24:56 -04:00
parent a177443337
commit 44ef17e2ff

View File

@ -145,6 +145,16 @@
yaxis = "y1";
};
}
{
source = "http://${config.services.prometheus.listen}";
query = ''
delta(ping_counter{result="dropped"}[5m])
'';
config = {
name_format = "`icmp \${labels.domain} drop count`";
yaxis = "y1";
};
}
];
}
{