Commit graph

7 commits

Author SHA1 Message Date
Lauri Tirkkonen
2550ba1fe0
RX/TX Sum: make unit bytes, not bits (#33)
the metrics are called mtxrInterfaceStats{Rx,Tx}Bytes, so bits is not
correct
2023-11-17 14:40:01 +05:00
Yovko Yovkov
aa802b1c36
better ifname regexp (#23)
Before regexp for isolating interface names was relying on the the next tag in query to be exactly "instance", which were generating few issues:
  - if there is another tag starting with the word "interface"
  - if the next tag is not "interface"
then the interface name extracted are not valid.

The proposed regexp is solving that issues
2022-10-12 23:07:51 +03:00
IgorKha
aafa4316d5 updated grafana version 2022-07-27 15:53:18 +03:00
Whemoon Jang
f1107cf89f
Fix broken panels when prometheus is not default datasource. (#15)
* Fill omitted datasource on some panels

* Fill omitted datasource on some panels
2022-07-27 14:19:25 +03:00
igorkha
51ca2896de
added 60GHz monitoring
Signed-off-by: igorkha <hahabahov@yandex.ru>
2022-01-31 19:28:07 +03:00
IgorKha
142fb78e24
Updated to be compatible with version 8.2.1 2021-10-16 23:58:57 +03:00
IgorKha
ef3aab6cdb
Refactoring the directory structure and added the ability to run with docker-compose 2021-10-08 03:03:16 +03:00