lablabs / cloudflare-exporter

Prometheus CloudFlare Exporter
Apache License 2.0
313 stars 104 forks source link

Add Grafana Dashboard #127

Open morremeyer opened 5 months ago

morremeyer commented 5 months ago

Hey everyone, I'd love if the project would have a maintained Grafana Dashboard.

@martinhaus already created https://grafana.com/grafana/dashboards/13133-cloudflare-zone-analytics/ and with his permission (since grafana.com does not say anything about a license), I'd love to contribute an updated version of that dashboard here.

That updated version would:

I would open a PR to add the JSON file to the examples directory for now.

@martinhaus Can I use your dashboard as base for this? In here, it would be licensed Apache 2.0 from then on.

ehnwebmaster commented 1 month ago

Hello, please can you share your dashboard panel?

Can upload here of Grafana Dashboards website (requires previous registration)

Thanks in advance

morremeyer commented 1 month ago

@ehnwebmaster As I said, I’d love to, but since there is no license, I won’t be able to until @martinhaus agrees to it.

ehnwebmaster commented 1 month ago

Seems this project is no longer maintained so we can wait forever....

I've just added to my Grafana panel firewall events not mentioned in the docs but I suppose you already did.

cloudflare_zone_firewall_events_count

Using query:

sum by(rule) (cloudflare_zone_firewall_events_count)

And using Bar gauge in Grafana looks pretty cool

edited_Screenshot_2024-10-19-17-00-03-09_40deb401b9ffe8e1df2f1cc5ba480b12.jpg

I will upload it to Grafana Dashboards. I honestly don't care about licenses.

Just will cite it's based on this dashboard like many other's dashboard are just improved versions.