[prometheus-developers] Protect main branch on client_java

2022-11-04 Thread Bryan Boreham
Hi, when I visited https://github.com/prometheus/client_java today, GitHub warned me that the main branch is not protected against force-push or deletion. It seems that client_golang is protected (and requires CI to pass for merge); do we want to turn on protection for client_java? Bryan --

[prometheus-developers] Prometheus client_model protobuf question

2022-11-04 Thread 'Fabian Stäber' via Prometheus Developers
Hi, I'm implementing the metrics.proto exposition format in client_java because it's needed for native histograms. Now, I'm not sure how to set the MetricFamily.name field for Counter metrics.

Re: [prometheus-developers] Protect main branch on client_java

2022-11-04 Thread 'Fabian Stäber' via Prometheus Developers
Hi Bryan, if there is a common policy for Prometheus projects to have a protected main branch I'm happy to do that. However, it won't change much as long as I'm the only active maintainer. On Fri, Nov 4, 2022 at 7:22 PM Bryan Boreham wrote: > Hi, when I visited

Re: [prometheus-developers] Protect main branch on client_java

2022-11-04 Thread Bryan Boreham
The main point of branch protection is to avoid accidents from people who are not active maintainers. all 38 members of the Prometheus org have write permissions on this repo; On Friday, 4 November 2022 at 19:29:20 UTC fab...@fstab.de wrote: > Hi Bryan, if there is a common policy for

Re: [prometheus-developers] Exemplars for _count in Summaries

2022-11-04 Thread Jonatan Ivanov
Hi, *@Fabian:* Thank you very much! Is the summit open, can I join? *@Bryan:* I think I would make the decision if it would make sense for the Prometheus Server to be able to process the Exemplars on _count first. If so, then I would look into the different clients and their APIs. For

Re: [prometheus-developers] Exemplars for _count in Summaries

2022-11-04 Thread 'Fabian Stäber' via Prometheus Developers
Thanks a lot Jonatan. Just a quick heads-up: We have a Prometheus dev summit on Thursday next week, and I put this on the agenda: https://docs.google.com/document/d/11LC3wJcVk00l8w5P3oLQ-m3Y37iom6INAMEu2ZAGIIE/edit Fabian On Fri, Nov 4, 2022 at 6:46 AM Jonatan Ivanov wrote: > Hi, > > Sorry