Re: [prometheus-users] Smokeping_prober 0.7.1 - amount or buckets

2024-01-15 Thread Ben Kochie
More buckets cost more to store and process, but thankfully there is now Prometheus "native histograms", which give you high resolution for less cost. https://prometheus.io/docs/prometheus/latest/feature_flags/#native-histograms

[prometheus-users] Smokeping_prober 0.7.1 - amount or buckets

2024-01-15 Thread Alexander Wilke
Hello, I would Like to know If there are any technical disadvantages or limitations If I use a high(er) amount of buckets? And is there a possibility to Aggregate buckets later in PromQL/Grafana? My Idea was so unsere more buckets to have detailed View in latencies If I want to investigate

[prometheus-users] Re: Weird node_exporter network metrics behaviour - NIC problem?

2024-01-15 Thread Bryan Boreham
I would recommend you stop using irate(). With 4 samples per minute, irate(...[1m]) discards half your information. This can lead to artefacts. There is probably some instability in the underlying samples, which is worth investigating. An *instant* query like