Re: [prometheus-developers] PromQL formatting/prettifying support in promtool

2020-06-23 Thread Brian Brazil
On Tue, 23 Jun 2020 at 22:19, Julius Volz wrote: > On Tue, Jun 23, 2020 at 9:47 AM Ben Kochie wrote: > >> One subject that I don't see covered in the doc is spacing. There are >> several places where whitespace is optional, and it would be good to have a >> consistent opinion on it. >> >> * Betw

Re: [prometheus-developers] PromQL formatting/prettifying support in promtool

2020-06-23 Thread Julius Volz
On Tue, Jun 23, 2020 at 9:47 AM Ben Kochie wrote: > One subject that I don't see covered in the doc is spacing. There are > several places where whitespace is optional, and it would be good to have a > consistent opinion on it. > > * Between label selectors {foo="foo",bar="bar"} vs {foo="foo", ba

Re: [prometheus-developers] Re: Helm charts home

2020-06-23 Thread Stuart Clark
On 2020-06-23 09:30, Augustin Husson wrote: @Mingchin Hsieh Sorry I didn't get your point. To enable the CI/CD with circle-ci, yes you need to have the admin right. Otherwise to see how the CI/CD is working you don't need any special right. @Cedric that's nice ! I didn't know about it. Thanks a l

[prometheus-developers] Suitable Service Discovery for Prometheus

2020-06-23 Thread pratyush ranjan
I have three service discovery in my mind for Prometheus those are consul_sd_config, ec2_sd_config & file_sd_config. Which service discovery I should choose? How can I compare them? My monitoring architecture is like I have around 35-40 projects and each project has its separate Amazon VPC. Eac

Re: [prometheus-developers] Re: Helm charts home

2020-06-23 Thread Mingchin Hsieh
Hi Augustin, No problem; just curious if prometheus-community reviewers / owners need help. Best, Mingchin On Tue, Jun 23, 2020 at 4:30 PM Augustin Husson wrote: > @Mingchin Hsieh Sorry I didn't get your point. To > enable the CI/CD with circle-ci, yes you need to have the admin right. > Othe

Re: [prometheus-developers] Re: Helm charts home

2020-06-23 Thread Augustin Husson
@Mingchin Hsieh Sorry I didn't get your point. To enable the CI/CD with circle-ci, yes you need to have the admin right. Otherwise to see how the CI/CD is working you don't need any special right. @Cedric that's nice ! I didn't know about it. Thanks a lot :) I think here we need to have a vote, b

Re: [prometheus-developers] PromQL formatting/prettifying support in promtool

2020-06-23 Thread Ben Kochie
One subject that I don't see covered in the doc is spacing. There are several places where whitespace is optional, and it would be good to have a consistent opinion on it. * Between label selectors {foo="foo",bar="bar"} vs {foo="foo", bar="bar"} * Between params: histogram_quantile(0.9, rate(...))