Re: [prometheus-developers] Revamp of prometheus.io website sponsored by Pixel Point

2020-10-14 Thread Alex Barashkov
Hi Prometheans, Thank you for the great introduction Julius! Our team is looking forward to working with you guys and creating new stunning UI. We have some vision of how could it look like. If you are up for the idea of redesigning the website, we will need to start from the content at first.

Re: [prometheus-developers] Revamp of prometheus.io website sponsored by Pixel Point

2020-10-14 Thread Julius Volz
On Wed, Oct 14, 2020 at 6:54 PM Tobias Schmidt wrote: > It'd be rad to see a complete site overhaul! The UI could definitely see a > lot of improvements, so does our documentation structure actually. > > Though, I'm not so keen on adopting a JS site builder for Prometheus. > Compilation speed

[prometheus-developers] Combine 2 prom queries without Unique value

2020-10-14 Thread Prajakta Solanke
Hello Everyone, I am trying to combine 2 queries which do not have unique value among each. Can anybody please help me to find the solution. Below are the 2 queries. Query1 : sum by(statefulset)((kube_statefulset_replicas) == (kube_statefulset_status_replicas_ready)) Query2 :

Re: [prometheus-developers] Revamp of prometheus.io website sponsored by Pixel Point

2020-10-14 Thread Tobias Schmidt
It'd be rad to see a complete site overhaul! The UI could definitely see a lot of improvements, so does our documentation structure actually. Though, I'm not so keen on adopting a JS site builder for Prometheus. Compilation speed has already been brought up, but the more important factor is that

Re: [prometheus-developers] Revamp of prometheus.io website sponsored by Pixel Point

2020-10-14 Thread Julius Volz
On Wed, Oct 14, 2020 at 6:20 PM Julien Pivotto wrote: > I am 1000% for this, but it gatsby a replacement for nanoc? > Yes. It's a JS/TS-based static site builder that would completely replace nanoc if we determine that the compilation speed is ok. -- You received this message because you are

[prometheus-developers] Revamp of prometheus.io website sponsored by Pixel Point

2020-10-14 Thread Julius Volz
Hi Prometheans, I just came off a chat and call with Alex (CC-ed) from Pixel Point ( https://pixelpoint.io/). They are a web design agency that likes to contribute back to OSS projects that they love and use, so Alex offered us a redesign of the https://prometheus.io/ website for free (complete

Re: [prometheus-developers] Delta usage issues?

2020-10-14 Thread Bjoern Rabenstein
On 13.10.20 01:22, linux...@gmail.com wrote: > I want to get the difference between the current time and the past 5 minutes, > but I tried two methods and couldn’t get it > > 1. delta(isphone{name="qq",exname!~"test|test1"}[5m]) > > 2. sum_over_time(isphone{name="qq",exname!~"test|test1"}[5m])