SuperQ / smokeping_prober

Prometheus style smokeping
Apache License 2.0
575 stars 74 forks source link

How do you graph the smoke ping in Grafana? #13

Closed kaihendry closed 4 years ago

kaihendry commented 5 years ago

https://s.natalian.org/2019-03-06/smokeping.mp4

DevOps-Dad commented 5 years ago

I have also been trying with little success to reproduce that really cool Grafana dashboard. Any insights would be much appreciated. Thanks also for creating this exporter. I love it.

zloo commented 5 years ago

I did something similar for a talk in february, maybe try importing these dashboards and change the metric names, https://github.com/CloudNativePrague/meetups/tree/master/2019/02_February/prometheus-histograms-grafana-heatmaps

paulfantom commented 4 years ago

I am using this one: https://gist.github.com/paulfantom/959d4150f4610ed332aa09cc911f8e82

@SuperQ do you want something like above as a jsonnet mixin somewhere in this repo?

SuperQ commented 4 years ago

Sure, we could either include the full json, or go mixin.

paulfantom commented 4 years ago

Ok, so lets start small with a simple dashboard and we can always change it to jsonnet if it gets too complicated. Here is a PR: #28

kaihendry commented 4 years ago

Would be nice to see a screenshot. My concern is that it doesn't match the legendary https://oss.oetiker.ch/smokeping/stats.en.html i.e. showing smoke for unstable connections and such.

paulfantom commented 4 years ago

Screenshot_20191112_094700

SuperQ commented 4 years ago

I've got a few more ideas for the dashboard. Once I have it worked up, I'll update the screenshot in the README based on the new dashboard.