wozniakpawel / synology-grafana-prometheus-overly-comprehensive-dashboard

A complete Docker, Grafana, and Prometheus stack for Synology NAS metrics & monitoring
62 stars 10 forks source link

Total Network (traffic metric) #6

Open Pootch opened 5 months ago

Pootch commented 5 months ago

Hello.

Is this an issue? Getting the message from this metric:

Screenshot 2024-06-16 143602

PromQL_info: metric might not be a counter, name does not end in _total/_sum/_count/_bucket: ifHCInOctets (1:14)

wozniakpawel commented 4 months ago

It is not an issue, it's just a warning about a data type which is fine to ignore in this case. You should still be able to see all the network counters fine.

wozniakpawel commented 4 months ago

This is more of a Grafana issue I suppose, see https://github.com/grafana/grafana/issues/84636

wozniakpawel commented 4 months ago

Sorry for my ignorance, this actually might be an issue. Reopening to investigate