Hi,
I'm trying to solve how to create some graph's at grafana related to your's exporter data but can't understand.
For example: how to build some latency graph:
Is I need to division mtr_latency to mtr_sent like this:
(sum(mtr_latency{alias=~"$mtr_endpoint",instance="$instance",hop_id=~"$hop_id",hop_ip=~"$hop_ip"}) by (instance, alias, hop_id, hop_ip))/(sum(mtr_sent{alias=~"$mtr_endpoint",instance="$instance",hop_id=~"$hop_id",hop_ip=~"$hop_ip"}) by (alias,instance,hop_id,hop_ip))
or something else?
Is there some ready grafana template?
Regards
Hi,
I'm trying to solve how to create some graph's at grafana related to your's exporter data but can't understand.
For example: how to build some latency graph:
Is I need to division mtr_latency to mtr_sent like this:
(sum(mtr_latency{alias=~"$mtr_endpoint",instance="$instance",hop_id=~"$hop_id",hop_ip=~"$hop_ip"}) by (instance, alias, hop_id, hop_ip))/(sum(mtr_sent{alias=~"$mtr_endpoint",instance="$instance",hop_id=~"$hop_id",hop_ip=~"$hop_ip"}) by (alias,instance,hop_id,hop_ip))or something else?
Is there some ready grafana template?
Regards