feat: More heracles network dashboard config
This commit is contained in:
parent
a177443337
commit
44ef17e2ff
@ -145,6 +145,16 @@
|
|||||||
yaxis = "y1";
|
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";
|
||||||
|
};
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user