Re: [prometheus-developers] Limiting the blast radius of OTel / UTF-8 support for normal Prometheus users?

2024-05-29 Thread Julius Volz
Hah, I knew it would be a good idea to check with Björn :D Thanks Björn, that's a great write-up! Yes, that also convinced me about not allowing the dot as a normal character for now. Lots of good arguments, but number 3 actually resonates the most with me - why allow two different separator

Re: [prometheus-developers] Limiting the blast radius of OTel / UTF-8 support for normal Prometheus users?

2024-05-27 Thread Julius Volz
sn't collide with our existing strings, so you could just write something like: m"some.metric.name.with.dots"{foo="bar"} I'm not sure if I like that much more though  However, this is all irrelevant if we choose to accept dot anyway :) > As long as people stick to OTel

Re: [prometheus-developers] Limiting the blast radius of OTel / UTF-8 support for normal Prometheus users?

2024-05-24 Thread Julius Volz
tax nicer for the vast >> majority of people who need a change. >> >> Bryan >> >> On 24 May 2024, at 10:00, Julius Volz wrote: >> >>  >> Hi, >> >> While others are figuring out how to add UTF-8 support and other OTel >> compatib

[prometheus-developers] Limiting the blast radius of OTel / UTF-8 support for normal Prometheus users?

2024-05-24 Thread Julius Volz
Hi, While others are figuring out how to add UTF-8 support and other OTel compatibility functionality to Prometheus, my brain has been trying to figure out what all of this will mean for the normal Prometheus user, how we should explain this new optionality in Prometheus, and what we should

Re: [prometheus-developers] time() function...

2024-03-02 Thread Julius Volz
No, that expression would give you the number of seconds since the start of the last scrape of a target (or recording rule evaluation), relative to the query evaluation timestamp. For example, if you had a scrape interval of 15s, that value would move somewhere roughly between 0s - 15s. See:

Re: [prometheus-developers] Rename "start_time_seconds" to "start_timestamp_seconds"?

2023-09-04 Thread Julius Volz
Since that's a metric that is standardized across our client libraries, we should keep the existing name IMO. I'm also not sure if the naming doc is that clear on whether a timestamp necessarily has to be named "timestamp" vs. just "time". We also use just "time" in other places as well, like

Re: [prometheus-developers] Re: Call for maintainers: Exporter team

2023-07-27 Thread Julius Volz
Ah it's not public, but it currently contains four members (Matthias Rampke, Julien Pivotto, Ben Kochie, Suraj Nath). On Tue, Jul 18, 2023 at 1:06 AM Daniel Swarbrick wrote: > Should that URL be accessible to anybody? I get 404... > > On Wednesday, May 31, 2023 at 2:24:22 PM UTC+2 Ben Kochie

Re: [prometheus-developers] [feature/proposal] Changing alert fingerprint calculation in prometheus/common

2023-06-27 Thread Julius Volz
mail to prometheus-developers+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/prometheus-developers/CAMV%3D_gYviO9Ad%3DJXrHKHdZzMDgnu545rTEtPi_hnALvyWzaxAA%40mail.gmail.com > <https://groups.google.com/d/msgid/prometheus-developers/C

Re: [prometheus-developers] is this a valid prometheus exposition?

2023-06-26 Thread Julius Volz
discussion on the web visit > https://groups.google.com/d/msgid/prometheus-developers/MW4PR04MB7170F604B4C4803FD408B80EA520A%40MW4PR04MB7170.namprd04.prod.outlook.com > <https://groups.google.com/d/msgid/prometheus-developers/MW4PR04MB7170F604B4C4803FD408B80EA520A%40MW4PR04MB7170.namprd04.prod.outlo

Re: [prometheus-developers] Re: Welcome Jesús Vázquez to the Prometheus team

2023-04-05 Thread Julius Volz
Woohoo, welcome! :) On Mon, Apr 3, 2023 at 3:36 PM Jesus Vazquez wrote: > Hello!! > > Thank you for the invitation to join the team! > > I believe I met some of you at PromCon 2022 and the dev summit on the day > after, looking forward to working with you and sharing more time together. > > As

Re: [prometheus-developers] Windows Exporter License

2022-12-21 Thread Julius Volz
Same! On Tue, Dec 20, 2022 at 4:15 PM Bjoern Rabenstein wrote: > On 13.12.22 11:19, Julien Pivotto wrote: > > > > In this sense, I think we should ask for an exception to the GB with the > > following arguments: > > Silence means consent, right? > > But just in case you are wondering if anyone

Re: [prometheus-developers] Preventing Prometheus from running out of memory

2022-11-29 Thread Julius Volz
then others and so I'm more willing to make trade-offs to fix that. > I do expect us to run in production with HEAD & soft limit patches (as we > already do) since doing so without it requires too much firefighting, so > I'm happy to share more experience of that later. > On Monday, 28

Re: [prometheus-developers] Preventing Prometheus from running out of memory

2022-11-28 Thread Julius Volz
My reaction is similar to that of Ben and Julien: if metrics within a target go partially missing, all kinds of expectations around aggregations, histograms, and other metric correlations are off in ways that you wouldn't expect in a normal Prometheus setup. Everyone expects full scrape failures,

Re: [prometheus-developers] Welcoming Kemal Akkoyun to the Prometheus team

2022-11-17 Thread Julius Volz
Woot, welcome, Kemal! On Thu, Nov 17, 2022 at 11:26 AM Matthias Loibl (MetalMatze) < metalmatze...@gmail.com> wrote: > Dear Prometheans, > > The Prometheus team is growing: I am happy to announce that Kemal > Akkoyun is joining our team! > > Kemal has been active as a maintainer in

Re: [prometheus-developers] Welcoming Bryan Boreham to the Prometheus team

2022-10-07 Thread Julius Volz
Woot, welcome Bryan!! On Fri, Oct 7, 2022 at 10:44 AM Julien Pivotto wrote: > Dear Prometheans, > > The Prometheus team is growing: I am happy to announce that Bryan > Boreham is joining our team! > > Bryan has done a lot of work in the past year to improve the > performances of the Prometheus

Re: [prometheus-developers] Would tooling for PromQL formatting/manipulation be useful and where should it live?

2022-10-06 Thread Julius Volz
ot; flag > addition > > too David if you like, also happy to wait too until that's available if > > that's preferential. > > > > > > On Wednesday, October 5, 2022 at 5:55:58 AM UTC-4 Julius Volz wrote: > > > > > The versioning aspect is a good point, I

Re: [prometheus-developers] Would tooling for PromQL formatting/manipulation be useful and where should it live?

2022-10-05 Thread Julius Volz
s well, so > it is shipped to everyone, and has a known version. > > On 05 Oct 11:22, Julius Volz wrote: > > I do feel that formatting entire rule files would be in scope for > promtool, > > but more specialized formatting and manipulations of individual PromQL > > que

Re: [prometheus-developers] Would tooling for PromQL formatting/manipulation be useful and where should it live?

2022-10-05 Thread Julius Volz
I do feel that formatting entire rule files would be in scope for promtool, but more specialized formatting and manipulations of individual PromQL queries (while cool) should likely live in a separate tool. I see the scope of promtool to be mostly a tool to interact with both the Prometheus

Re: [prometheus-developers] Move from CircleCI to GitHub action

2022-07-11 Thread Julius Volz
Great to hear, sounds good to me! On Fri, Jul 8, 2022 at 12:26 PM Julien Pivotto wrote: > On 19 Jun 14:39, Julius Volz wrote: > > That's actually an interesting idea. Disclaimer: I'm not neutral because > > I'm a mini-investor in Dagger (just for fun). But the idea that the

Re: [prometheus-developers] Move from CircleCI to GitHub action

2022-06-19 Thread Julius Volz
That's actually an interesting idea. Disclaimer: I'm not neutral because I'm a mini-investor in Dagger (just for fun). But the idea that the CI pipeline would really run locally (or anywhere) exactly as it would run on the final cloud CI provider is a nice one. I'd also leave that up to Julien to

Re: [prometheus-developers] clomonitor

2022-03-04 Thread Julius Volz
What does CLO mean? I couldn't find the definition of that acronym anywhere. Yeah, an ADOPTERS.md file can't hurt. We could add a few seed entries and then just post it on Twitter and let everyone add themselves. On Wed, Mar 2, 2022 at 8:06 PM Julien Pivotto wrote: > Hello, > > CNCF is

Re: [prometheus-developers] [VOTE] Rename blackbox_exporter to prober

2022-01-20 Thread Julius Volz
NO (just think the pain will be large for such a rename) On Thu, Jan 20, 2022 at 3:41 PM Julien Pivotto wrote: > Dear Prometheans, > > As per our governance, I'd like to cast a vote to rename the Blackbox > Exporter to Prober. > This vote is based on the following thread: > >

Re: [prometheus-developers] Re: Feature Interest - reduce cardinality of node_cpu_seconds_total

2021-12-16 Thread Julius Volz
sion on the web visit > https://groups.google.com/d/msgid/prometheus-developers/38fbf8a5-4079-47f1-9d6f-b30cefd17d6dn%40googlegroups.com > <https://groups.google.com/d/msgid/prometheus-developers/38fbf8a5-4079-47f1-9d6f-b30cefd17d6dn%40googlegroups.com?utm_medium=email_source=footer> &g

Re: [prometheus-developers] Agent flags stability

2021-12-05 Thread Julius Volz
Hi Arthur, Others can provide more input about Agent-mode specifics and the most likely changes in that realm, but definitely it's still considered an experimental feature (being hidden behind an experimental feature flag --enable-feature=agent). The beta release was more of a 2.32 beta to get

[prometheus-developers] Welcoming Matthias Loibl as a new Prometheus team member

2021-11-25 Thread Julius Volz
Hi Prometheans, Please welcome Matthias Loibl as a new member to the Prometheus team! Matthias has been a friend of the Prometheus project for a long time and has helped out with a lot of community work (meetups, evangelism, contributor office hours, best practices around SLOs, and more).

[prometheus-developers] Welcoming Augustin Husson as a Prometheus team member

2021-11-25 Thread Julius Volz
Hi Prometheans, Please welcome Augustin Husson as a new member to the Prometheus team! Augustin has built a lot of the underlying new PromQL editor language support so far and is now also helping to maintain the React UI in Prometheus. Cheers, Julius -- You received this message because you

[prometheus-developers] (Re-)Welcoming Max Inden as a Prometheus team member

2021-11-25 Thread Julius Volz
Hi Prometheans, Please welcome Max Inden back as a member to the Prometheus team! Max had previously been on the team, but left to explore other things in life. However, he is now returning with one of his goals being to maintain an official Prometheus Rust client library that he built in the

[prometheus-developers] Updating the Prometheus "Roadmap" page

2021-11-02 Thread Julius Volz
Hi, As Björn pointed out somewhere, our roadmap page at https://prometheus.io/docs/introduction/roadmap/ is pretty outdated. I'd encourage everyone who is working on great new roadmap items (sparse histograms are an obvious candidate, but maybe something else as well?) to incorporate them there

Re: [prometheus-developers] Re: Mirroring lezer-promql

2021-11-01 Thread Julius Volz
Yes on both counts as well from me :) On Mon, Nov 1, 2021 at 10:06 PM Julien Pivotto wrote: > 1 yes > 2 yes > > On Friday, October 29, 2021 at 12:54:39 PM UTC+2 husson@gmail.com > wrote: > >> Hello Prometheans, >> >> As you may know, one month ago we moved the code living in >>

Re: [prometheus-developers] Does prometheus support scraping from a TLS 1.3 enabled target

2021-08-26 Thread Julius Volz
his discussion on the web visit > https://groups.google.com/d/msgid/prometheus-developers/02c1b689-b836-4e2f-a5e8-0cbc9463400en%40googlegroups.com > <https://groups.google.com/d/msgid/prometheus-developers/02c1b689-b836-4e2f-a5e8-0cbc9463400en%40googlegroups.com?utm_medium=email_source=foo

Re: [prometheus-developers] Adding timestamps to Gauge Metric

2021-08-25 Thread Julius Volz
>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Prometheus Developers" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to prometheus-devel...

Re: [prometheus-developers] Adding timestamps to Gauge Metric

2021-08-24 Thread Julius Volz
/d/msgid/prometheus-developers/f365ad0c-75b0-4bad-a75d-3980f0f61669n%40googlegroups.com?utm_medium=email_source=footer> > . > -- Julius Volz PromLabs - promlabs.com -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group.

[prometheus-developers] Making Augustin Husson a maintainer for the PromQL editor support code in the Prometheus repo

2021-08-11 Thread Julius Volz
that this is fine unless someone objects. Regards, Julius -- Julius Volz PromLabs - promlabs.com -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [prometheus-developers] Moving the PromQL editor to prometheus/prometheus

2021-08-10 Thread Julius Volz
some people actually build Prometheus from the tags and >>>> adding extra tags could break quite a few workloads. I do not think >>>> that building tags is a xkcd 1172 case https://xkcd.com/1172/ >>>> >>>> Additionally, there has been interests in t

Re: [prometheus-developers] Moving the PromQL editor to prometheus/prometheus

2021-08-10 Thread Julius Volz
ups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/prometheus-developers/CAOJizGebmGjD3%2Bde%3Dzb3dGUSSoprV0zk3JdobpAmpQ%2BhFD7uiQ%40mail.gmail.com > <https://groups.google.com/d/msgid/prometheus-developers/CAOJizGebmGjD3%2Bde%3Dzb3dGUSSoprV0zk3Jdo

Re: [prometheus-developers] Support additional query parameters in blackbox exporter

2021-06-30 Thread Julius Volz
The proposal makes sense to me! On Wed, Jun 23, 2021 at 4:50 PM Julien Pivotto wrote: > Hi all, > > > https://docs.google.com/document/d/1VwqXi2TOb5KXaZY6Iio7411x64pJao3GusX8MqYsJ2g/edit?usp=sharing > > Here is a design doc about adding additional HTTP parameters to the > /probe endpoint. > >

Re: [prometheus-developers] Prometheus Remote Write "compliance suite"

2021-04-15 Thread Julius Volz
y team would be happy to write it and contribute, but only if people think > it's useful (and it's not already being worked on by others). > > > > On Thu, Apr 15, 2021 at 4:58 AM Julius Volz wrote: > >> Great, PromLabs is donating its PromQL compliance tester to this e

Re: [prometheus-developers] Prometheus Remote Write "compliance suite"

2021-04-13 Thread Julius Volz
: > Yeah I’m fine with either - but would probably prefer a single big repo. > Are your PromQl tests golang unit tests by any chance? > > On Tue, 13 Apr 2021 at 20:36, Julius Volz wrote: > >> I'm fine with the main org too. Then there's just the question of whether >> we

Re: [prometheus-developers] Prometheus Remote Write "compliance suite"

2021-04-13 Thread Julius Volz
so less > keen on a dedicated prometheus-compatibility org... but could be convinced. > > Cheers > > Tom > > On Tue, Apr 13, 2021 at 1:48 PM Richard Hartmann < > richih.mailingl...@gmail.com> wrote: > >> On Tue, Apr 13, 2021 at 2:16 PM Julius Volz >> wr

Re: [prometheus-developers] Prometheus Remote Write "compliance suite"

2021-04-13 Thread Julius Volz
Great! I think as we start taking compatibility more seriously, we could even create a home for remote_write / PromQL / ... compatibility tests in either the main Prometheus org, or in a dedicated "Prometheus Compatibility Project" org? On Tue, Apr 13, 2021 at 2:12 PM Tom Wilkie wrote: > Hello

Re: [prometheus-developers] [VOTE] Allow environment variable expansion on external label values

2021-03-30 Thread Julius Volz
YES On Thu, Mar 25, 2021 at 11:07 PM Julien Pivotto wrote: > Hereby I am calling a vote to allow the expansion on environment > variables in the prometheus configuration file. > Because it can be seen as an override of a previous vote[1], I am calling a > new vote for this specific part. > >

Re: [prometheus-developers] Adding a CODEOWNERS file to prometheus/prometheus?

2021-03-01 Thread Julius Volz
her week... Big +1 from > me. Mind adding a line for /storage/remote too? > > Thanks > > Tom > > On Mon, Mar 1, 2021 at 8:05 PM Julius Volz wrote: > >> Heya all, >> >> Julien often helpfully pings me on PRs that touch the React UI, but it >> would

[prometheus-developers] Adding a CODEOWNERS file to prometheus/prometheus?

2021-03-01 Thread Julius Volz
Heya all, Julien often helpfully pings me on PRs that touch the React UI, but it would be much nicer if I could somehow get auto-notified by GitHub specifically of those that touch anything under /web/ui/. Others might feel the same about their areas of purview. GitHub has a CODEOWNERS file

Re: [prometheus-developers] Docker images from scratch

2021-02-05 Thread Julius Volz
+1 for distroless. On Mon, Feb 1, 2021 at 3:03 PM Bjoern Rabenstein wrote: > On 31.01.21 17:32, Ben Kochie wrote: > > Another option is we could fully build our own busybox binary, with the > > necessary fixes. > > > > I'm somewhat in favor of going distroless. With a large number of users > >

Re: [prometheus-developers] pkg-prometheus BSP tomorrow 28/1 21h UTC

2021-01-31 Thread Julius Volz
That's great to hear :) Thank you for all the Debian packaging efforts! On Sun, Jan 31, 2021 at 9:23 PM Martina Ferrari wrote: > On 30/01/2021 21:55, Julius Volz wrote: > > I had to look up what "BSP" means :) For anyone else curious, although I > > realize I'm late: ht

Re: [prometheus-developers] pkg-prometheus BSP tomorrow 28/1 21h UTC

2021-01-30 Thread Julius Volz
etheus-developers+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/prometheus-developers/9362ad7d-edcc-10bb-9929-98069190da3b%40tina.pm > . > -- Julius Volz PromLabs - promlabs.com -- You received this message because y

Re: [prometheus-developers] Multiple metrics path for Prometheus

2021-01-30 Thread Julius Volz
(I mean /a, /b, etc. of course, not a, b, ...) On Sat, Jan 30, 2021 at 10:49 PM Julius Volz wrote: > On Fri, Jan 29, 2021 at 3:50 PM Vitaly Shupak > wrote: > >> This is possible to do using relabel_configs: >> >> scrape_configs: >> - job_

Re: [prometheus-developers] Multiple metrics path for Prometheus

2021-01-30 Thread Julius Volz
ometheus Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to prometheus-developers+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/prometheus-developers/c604b921-828a-

Re: [prometheus-developers] Prometheus

2021-01-29 Thread Julius Volz
s/CAHJKeLrqLd5BYVZKvrW-A7MW%3DZksB9qP4Lk%3Dt2BLK-CcVok%2BrA%40mail.gmail.com > <https://groups.google.com/d/msgid/prometheus-developers/CAHJKeLrqLd5BYVZKvrW-A7MW%3DZksB9qP4Lk%3Dt2BLK-CcVok%2BrA%40mail.gmail.com?utm_medium=email_source=footer> > . > -- Julius Volz PromLabs - promlabs.com -

Re: [prometheus-developers] Removing fuzzit from Prometheus

2020-12-09 Thread Julius Volz
Yeah, since we also have oss-fuzz now, it's fine to remove fuzzit IMO. On Tue, Dec 8, 2020 at 6:03 PM Brian Brazil < brian.bra...@robustperception.io> wrote: > On Tue, 8 Dec 2020 at 16:04, Julien Pivotto > wrote: > >> Hi all, >> >> I'd like to remove fuzzit from Prometheus/prometheus. >> >> The

Re: [prometheus-developers] Prometheus ecosystem certification

2020-11-19 Thread Julius Volz
ser, admin, and developer, because those roles often overlap in the Prometheus use case. If you have opinions on that, do let us know! Regards, Julius On Tue, Nov 17, 2020 at 1:23 PM 'Evelyn Pereira Souza' via Prometheus Developers wrote: > On 12.11.20 15:28, Julius Volz wrote: > > Yes we sta

Re: [prometheus-developers] Prometheus ecosystem certification

2020-11-12 Thread Julius Volz
On Wed, Nov 11, 2020 at 4:14 PM 'Evelyn Pereira Souza' via Prometheus Developers wrote: > On 04.11.20 20:08, Julius Volz wrote: > > It's hard to put an ETA on it currently. We are interested, but still > > evaluating who will do this, and when. Let me try and get back to you

Re: [prometheus-developers] Prometheus ecosystem certification

2020-11-04 Thread Julius Volz
and get back to you in a couple of days or so. Regards, Julius On Wed, Nov 4, 2020 at 7:54 PM Evelyn Pereira Souza wrote: > On 04.11.20 15:57, Julius Volz wrote: > > Hi Evelyn, > > Hi Julius > > > We discussed exactly this a couple of weeks ago with the CNCF, and

Re: [prometheus-developers] Prometheus ecosystem certification

2020-11-04 Thread Julius Volz
heus Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to prometheus-developers+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/prometheus-developers/598b9b4e-8

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

2020-10-31 Thread Julius Volz
On Sat, Oct 31, 2020 at 10:44 PM Julien Pivotto wrote: > On 31 Oct 22:26, Julius Volz wrote: > > Hi Tobi, > > > > I just had another brief exchange with Alex privately a few days ago. As > > far as I understand it, his team will come up with a design idea in t

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

2020-10-31 Thread Julius Volz
ecision making. All results of different iterations of course we can share >> in the chat or via email. >> >> We very like Prometheus and what does it mean for the dev/devops >> community so it deserves the great design, that we can help you create! >> >> On Wednesday, O

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

2020-10-14 Thread Julius Volz
speedup was big. Hopefully this will actually work better with Gatsby :) > On Wed, Oct 14, 2020 at 6:26 PM Julius Volz wrote: > >> On Wed, Oct 14, 2020 at 6:20 PM Julien Pivotto < >> roidelapl...@prometheus.io> wrote: >> >>> I am 1000% for this, but it

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] Docker Hub's upcoming 100 pulls per user/IP limit

2020-08-27 Thread Julius Volz
On Thu, Aug 27, 2020 at 4:37 PM Bjoern Rabenstein wrote: > On 26.08.20 12:07, Julius Volz wrote: > > For a start, I filled out dummy answers (without submitting) to get to > see all > > the subsequent pages of the application form. You can see all the > questi

Re: [prometheus-developers] Docker Hub's upcoming 100 pulls per user/IP limit

2020-08-26 Thread Julius Volz
On Wed, Aug 26, 2020 at 10:16 AM Johannes Ziemke wrote: > Hi everyone, > > as mentioned in chat yesterday, Docker will limit the number of layers a > user can pull within 6 hours: > > > https://www.docker.com/blog/scaling-docker-to-serve-millions-more-developers-network-egress > > This will

Re: [prometheus-developers] Wakatime Exporter - Would love some feedback

2020-08-24 Thread Julius Volz
Nice. Note that I pointed this out to the WakaTime owner (friend of mine), so it's linked off of https://wakatime.com/community now :) On Sat, Aug 22, 2020 at 11:18 PM Jacob Colvin wrote: > Hello Prometheus Developers, > > I recently created my first exporter in Go, wakatime_exporter, which >

Re: [prometheus-developers] Re: Adding Gitpod environments to prometheus/prometheus (as CI checks and for people to get started)

2020-08-18 Thread Julius Volz
t;> at >> > least the initial onboarding is automated as well. >> > >> > [1] - https://www.gitpod.io/blog/prebuilds/ >> > >> > On Thu, 13 Aug 2020 at 22:50, Julien Pivotto < >> roidelapl...@prometheus.io> >> > w

Re: [prometheus-developers] Re: hi how do i get all labels list in prometheus?

2020-08-17 Thread Julius Volz
s/latest/querying/api/#finding-series-by-label-matchers There is an open issue to allow providing matcher constraints for the labels metadata API as well: https://github.com/prometheus/prometheus/issues/6178 > tirsdag den 2. april 2019 kl. 10.03.11 UTC+2 skrev bai...@gmail.com: > >

Re: [prometheus-developers] Adding the prometheus logo to the react ui

2020-08-15 Thread Julius Volz
The logo link is broken in the deploy preview. Did you mean: "./prometheus_logo_grey.svg" -> "/prometheus_logo_grey.svg" On Sat, Aug 15, 2020 at 11:54 PM Julien Pivotto wrote: > > Hi, > > Since that is an importand change, I want to check with this list if > everyone is ok with the change: >

Re: [prometheus-developers] Re: Adding Gitpod environments to prometheus/prometheus (as CI checks and for people to get started)

2020-08-04 Thread Julius Volz
Great, ok :) I'll go ahead and work with Sven to get some Gitpod integration going then for prometheus/prometheus as a start, unless someone else objects. On Tue, Aug 4, 2020 at 8:52 PM Julien Pivotto wrote: > On 04 Aug 20:47, Julius Volz wrote: > > I think it could be a really useful

Re: [prometheus-developers] Re: Adding Gitpod environments to prometheus/prometheus (as CI checks and for people to get started)

2020-08-04 Thread Julius Volz
I think it could be a really useful addition, both for new contributors, as well as for reviewers / maintainers. Julien, are you still opposed to this in principle? Any opinions by other team members? On Tue, Jul 28, 2020 at 11:30 AM Sven Efftinge wrote: > >> Besides I would be a bit surprised

Re: [prometheus-developers] Pushgateway metrics cleanup

2020-07-28 Thread Julius Volz
.com/d/msgid/prometheus-developers/5da59638-f9d4-4c76-9df3-0b793b6656fao%40googlegroups.com > <https://groups.google.com/d/msgid/prometheus-developers/5da59638-f9d4-4c76-9df3-0b793b6656fao%40googlegroups.com?utm_medium=email_source=footer> > . > -- Julius Volz PromLabs - promlabs.com

Re: [prometheus-developers] Re: Adding Gitpod environments to prometheus/prometheus (as CI checks and for people to get started)

2020-07-27 Thread Julius Volz
ation itself has < 1000 users according to GitHub. > > Le dim. 26 juil. 2020 à 14:42, Julius Volz a > écrit : > >> +CC Sven from Gitpod >> >> On Sun, Jul 26, 2020 at 2:40 PM Julius Volz >> wrote: >> >>> Hi, >>> >>> I got to

[prometheus-developers] Re: Adding Gitpod environments to prometheus/prometheus (as CI checks and for people to get started)

2020-07-26 Thread Julius Volz
+CC Sven from Gitpod On Sun, Jul 26, 2020 at 2:40 PM Julius Volz wrote: > Hi, > > I got to know the people from Gitpod.io (https://www.gitpod.io/), and > when I learned about their capability to not only use Gitpod as a regular > online web-based dev environment, but t

[prometheus-developers] Adding Gitpod environments to prometheus/prometheus (as CI checks and for people to get started)

2020-07-26 Thread Julius Volz
Hi, I got to know the people from Gitpod.io (https://www.gitpod.io/), and when I learned about their capability to not only use Gitpod as a regular online web-based dev environment, but to create ad-hoc environments based off PR branches as CI checks, I thought it would be a really neat thing to

Re: [prometheus-developers] go build generated prometheus binary doesn't include frontend assets

2020-07-06 Thread Julius Volz
stop receiving emails from it, send >>> an email to prometheus-devel...@googlegroups.com. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/prometheus-developers/c731c457-f9c8-44da-b8f1-3253dab6cbffo%40googlegroups.com >>> <https://groups

Re: [prometheus-developers] go build generated prometheus binary doesn't include frontend assets

2020-07-05 Thread Julius Volz
57-f9c8-44da-b8f1-3253dab6cbffo%40googlegroups.com > <https://groups.google.com/d/msgid/prometheus-developers/c731c457-f9c8-44da-b8f1-3253dab6cbffo%40googlegroups.com?utm_medium=email_source=footer> > . > -- Julius Volz PromLabs - promlabs.com -- You received this message beca

Re: [prometheus-developers] Shipping mixins

2020-07-04 Thread Julius Volz
subscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/prometheus-developers/20200703185353.GA486029%40oxygen > . > -- Julius Volz PromLabs - promlabs.com -- You received this message because you are subscribed to the Google Groups "Prome

Re: [prometheus-developers] Auto Scale Prometheus-Pushgateway Deployment

2020-06-30 Thread Julius Volz
ps.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/prometheus-developers/26c62a54-059d-466c-a958-3e41aa3eb8fdn%40googlegroups.com > <https://groups.google.com/d/msgid/prometheus-developers/26c62a54-059d-466c-a958-3e41aa3eb8fdn%40googlegroups.com?ut

[prometheus-developers] Re: [VOTE] Allow listing non-SNMP exporters for devices that can already be monitored via the SNMP Exporter

2020-06-26 Thread Julius Volz
Circling back on this vote long after its end date: There have been 10 YES votes and no explicit NO votes, so the proposal has passed. On Thu, May 28, 2020 at 9:30 PM Julius Volz wrote: > Dear Prometheans, > > https://github.com/prometheus/docs/pull/1640 proposes to list an

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",

Re: [prometheus-developers] Optimizing Histogram Buckets Format

2020-06-21 Thread Julius Volz
+CC Björn, who has been looking into sparse histograms for a while. On Sun, Jun 21, 2020 at 2:44 AM Bashar Al Rawi wrote: > Hi all, > > I would like to propose a new format for storing bucket counts that can > provide substantial improvements for sparse/bi-modal metrics along with > changes to

Re: [prometheus-developers] Change language on blackbox vs whitebox to closedbox vs openbox

2020-06-11 Thread Julius Volz
Btw. in case we do end up going for a rename, I think Probe Exporter or Prober Exporter would be a nice and descriptive name for what it's doing (active probing of things). On Thu, Jun 11, 2020, 12:03 Julius Volz wrote: > Hi, > > Good motivation, personally I think that kind of re

Re: [prometheus-developers] Change language on blackbox vs whitebox to closedbox vs openbox

2020-06-11 Thread Julius Volz
Hi, Good motivation, personally I think that kind of replacement is a good thing to do with blacklist/whitelist (as is happening with flag names in the Node Exporter). But I don't know how people feel about blackbox / whitebox yet, as it doesn't carry the same negative/positive association with

Re: [prometheus-developers] [VOTE] Allow listing non-SNMP exporters for devices that can already be monitored via the SNMP Exporter

2020-05-29 Thread Julius Volz
On Thu, May 28, 2020 at 10:53 PM Brian Brazil < brian.bra...@robustperception.io> wrote: > On Thu, 28 May 2020 at 20:30, Julius Volz wrote: > >> Dear Prometheans, >> >> https://github.com/prometheus/docs/pull/1640 proposes to list an >> exporter for Fo

Re: [prometheus-developers] Re: [VOTE] Allow listing non-SNMP exporters for devices that can already be monitored via the SNMP Exporter

2020-05-28 Thread Julius Volz
t can we make sure to mention* what kind of vote is > it? (*majority/supermajority/yolo) > > I personally don't have opinion on this topic, but don't want to block the > vote as well. > > Kind Regards, > Bartek > > On Thu, 28 May 2020 at 20:35, Julius Volz wrote: > &

[prometheus-developers] [VOTE] Allow listing non-SNMP exporters for devices that can already be monitored via the SNMP Exporter

2020-05-28 Thread Julius Volz
Dear Prometheans, https://github.com/prometheus/docs/pull/1640 proposes to list an exporter for Fortigate devices that uses a REST API. Brian's stance so far has been to only add exporters for metrics that cannot be already produced by another exporter on the list at

Re: [prometheus-developers] [VOTE] Allow Kelvin as temperature unit in some cases

2020-05-28 Thread Julius Volz
YES After reading the arguments, I agree that Kelvin / temperature is special enough to warrant an exception. Overall I think it's good that we have rules like "base units only", but it's ok to have occasional exceptions if enough people think it's worth it. On Thu, May 28, 2020 at 8:52 PM

Re: [prometheus-developers] Changing Prometheus from lazy to rough consensus?

2020-05-26 Thread Julius Volz
source*. Our license (Apache 2) allows almost > anything. Free distribution, modification, forking etc. This ensures that > there is always an open path if there will be a major blocker or conflict > etc. It does not mean that forks are often. > > Kind Regards, > Bartek > > > On Tu

Re: [prometheus-developers] Changing Prometheus from lazy to rough consensus?

2020-05-26 Thread Julius Volz
On Tue, May 26, 2020 at 10:57 PM Julien Pivotto wrote: > On 26 May 22:55, Julius Volz wrote: > > On Tue, May 26, 2020 at 10:17 PM Bartłomiej Płotka > > wrote: > > > > > Hi > > > > > > I support 100% of what Julius said: > > > > &

Re: [prometheus-developers] Changing Prometheus from lazy to rough consensus?

2020-05-26 Thread Julius Volz
> Kind Regards, > Bartek > > On Mon, 25 May 2020 at 20:53, Julien Pivotto > wrote: > >> On 25 May 19:41, Richard Hartmann wrote: >> > On Mon, May 25, 2020 at 7:08 PM Julius Volz >> wrote: >> > >> > > I would also want to understand a bit more

Re: [prometheus-developers] Changing Prometheus from lazy to rough consensus?

2020-05-26 Thread Julius Volz
t; > > > Kind Regards, > > Bartek > > > > On Mon, 25 May 2020 at 20:53, Julien Pivotto > > > wrote: > > > > > On 25 May 19:41, Richard Hartmann wrote: > > > > On Mon, May 25, 2020 at 7:08 PM Julius Volz > > > wrote:

Re: [prometheus-developers] Changing Prometheus from lazy to rough consensus?

2020-05-25 Thread Julius Volz
In general, +10 for a change in this direction, since currently the balance is too much in favor of inaction - it's really easy to veto something, but really hard to unblock it because team-wide votes are high-overhead. I would also want to understand a bit more specifically how this would work

[prometheus-developers] Re: Prometheus User Survey - please tell us about your Prometheus usage!

2020-05-22 Thread Julius Volz
following the raw results as they come in live, they are written into this spreadsheet: https://docs.google.com/spreadsheets/d/1piPNpm-JaksUxHoMlJvxFOy35Mwhtt2iSLInihPPe7w/edit?usp=sharing On Fri, May 22, 2020 at 3:34 PM Julius Volz wrote: > Hi everyone, > > the Prometheus Team would like

[prometheus-developers] Prometheus User Survey - please tell us about your Prometheus usage!

2020-05-22 Thread Julius Volz
Hi everyone, the Prometheus Team would like to learn more about how people use and operate Prometheus. For this purpose, we would love it if you could take a couple of minutes to fill out this survey: https://forms.gle/jjp2AqHttZYYrYkR7 Note that all questions are *optional*, so feel free to

Re: [prometheus-developers] Fuzzing Prometheus

2020-05-14 Thread Julius Volz
both platforms > and get the benefits of both projects. We could see if this in practice > reaps any practical benefits during the course of a trial period of a > couple of months. > > On Wednesday, 13 May 2020 18:56:20 UTC+1, Julius Volz wrote: >> >> +cc Yevgeny fr

Re: [prometheus-users] Re: [prometheus-developers] Looking for a maintainer for the collectd_exporter

2020-05-11 Thread Julius Volz
:) > Best regards, > —octo > > (*) In theory. I'm not operating such a setup myself. > > On 2020-05-10 13:22, Julius Volz wrote: > > That's a good question - googling I found > > https://collectd.org/wiki/index.php/Plugin:Write_Prometheus, which > > says: > > >

Re: [prometheus-users] Re: [prometheus-developers] Looking for a maintainer for the collectd_exporter

2020-05-10 Thread Julius Volz
och wrote: > On Sat, May 9, 2020, at 04:23, Ben Kochie wrote: > > On Fri, May 8, 2020, 16:10 Julius Volz wrote: > > By some historic accident I became the maintainer of the collectd exporter > (https://github.com/prometheus/collectd_exporter), although I have never > use

[prometheus-developers] Looking for a maintainer for the collectd_exporter

2020-05-08 Thread Julius Volz
Hi everyone, By some historic accident I became the maintainer of the collectd exporter ( https://github.com/prometheus/collectd_exporter), although I have never used collectd myself and know very little about it. This has led to some neglect from my side... Does anyone feel invested in collectd

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

2020-04-27 Thread Julius Volz
Ping... Ben, any opinion on how to proceed? On Thu, Apr 16, 2020 at 2:24 PM Julius Volz wrote: > +cc SuperQ (Ben) > > Sounds reasonable to me at a first glance. > > On Wed, Apr 15, 2020 at 2:56 PM Naseem Ullah wrote: > >> bump >> >> -- >> You receiv

Re: [prometheus-developers] Re: Call for Consensus: node_exporter 1.0.0 release

2020-04-23 Thread Julius Volz
Agreed as well under these circumstances. On Thu, Apr 23, 2020 at 1:53 PM Matthias Rampke wrote: > I agree, if we plan on releasing 1.0, have an RC, a security review for a > feature marked experimental doesn't need to hold things up. We should make > it clear when we consider TLS "ready for

Re: [prometheus-developers] Scraping metrics from Splunk Logs

2020-04-23 Thread Julius Volz
Hi Sudhakar, This is the development mailing list for Prometheus - questions about usage are better asked (and you'll get better replies) on the Prometheus users mailing list: https://groups.google.com/forum/#!forum/prometheus-users (see also https://prometheus.io/community/). Cheers, Julius On

Re: [prometheus-developers] Re: Structure of reference and user documentation

2020-04-18 Thread Julius Volz
On Fri, Apr 17, 2020 at 5:46 PM 'Diana Payton' via Prometheus Developers < prometheus-developers@googlegroups.com> wrote: > > >> Question is, does someone feel called upon (and has the capacity) to >> coordinate such a style guide and structural master plan? >> > > I would recommend starting with

Re: [prometheus-developers] Re: Structure of reference and user documentation

2020-04-17 Thread Julius Volz
Agreed with everything that Björn said. Great that we actually all agree on more than the controversial tone here could have suggested. Question is, does someone feel called upon (and has the capacity) to coordinate such a style guide and structural master plan? On Fri, Apr 17, 2020 at 1:19 PM

  1   2   >