@clacke I think you're mistaken. I used kibana pretty much up until I switched to Grafana and I don't see how they could be a fork of each other.
btw, personal preference is grafana. but that's also because they have a whole open source ecosystem for observability. At work we use Loki, OpenTelemetry and Grafana, all Grafana labs products.
And now I'm goimg down the rabbit hole of looking at what's the difference between Graphite, InfluxDb, ...
I played a lot with Nagios and RRDTool and glanced at Cacti at the end of last millennium, and played a little bit with Prometheus the other year, and to me these all seem like basically RRDTool on steroids.
I'm not saying they're not an improvement, it's not a bad thing to be RRDTool on steroids, but the hype seems to be saying that everything is brand new when everything is iterative improvement on solid concepts.
And now I'm going down the rabbit hole of looking at what's the difference between Graphite, InfluxDb, ...
I played a lot with Nagios and RRDTool and glanced at Cacti at the end of last millennium, and played a little bit with Prometheus the other year, and to me these all seem like basically RRDTool on steroids.
I'm not saying they're not an improvement, it's not a bad thing to be RRDTool on steroids, but the hype seems to be saying that everything is brand new when everything is iterative improvement on solid concepts.
@frox I really appreciated how easy Prometheus was to set up. Add a plugin to our flask application, point Prometheus at the metrics endpoint, boom, colorful graphs.
@clacke ooooh, I want to know how your explorations go. I wanted to deploy a stack to monitor some small selfhosted servers of mine. And was hoping to avoid anything that was overly heavy on resources. Collectd, influxdb and grafana seemed like an option from my browsing
@clacke For me, grafana helps to merge various datasources under one single dashboard. From what i've seen in the wild, in kibana you can only query elasticSearch. With grafana, it's easier to mix data sources. I found also that setting up a dashboard in grafana is somehow easoer than in kibana. I prefer grafana because you can aggregate mysql, elasticsearch and whatnot
@lefarfadet Yeah, after being less lazy and doing my research I learned that this is basically the difference, that Kibana has a much more specific use case of being an Elastic dashboard and Grafana is the Swiss knife.