Skip to content

Is there some ready grafana dashboard temlate? #2

@itbomops

Description

@itbomops

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions