Arthur Silva Sens

Results 418 comments of Arthur Silva Sens

Hmmmm, I was looking at this today @bwplotka and got a bit stuck finding a good place for it on the website. If we put this under "Community", it will...

I haven't seen any discussion about new mentorship projects for now @mohamedawnallah To be completely honest I think there's room for improvement in how our organization interacts with GSoC and...

Thanks for the reminder here! Let's close this one since it's solved by #2717

Meanwhile, @tombrk has made some experiments with code generation that is able to provide type-safe client_golang code based on Weaver and Semantic conventions. Here is the code for generation: https://github.com/tombrk/promconv/blob/main/generate.go...

> Are there implications for this? Are there cases where a user with a cumulative backend would be upset to see new series with a start time corresponding to the...

It took me a while to understand the chicken-and-egg problem between measuring and including the scrape metrics in the same transaction, but it's understood now! :) > I wonder if...

> I've reviewed the discussion and understand the plan forward: we will introduce new, fine-grained scrape metrics (like prometheus_scrape_to_commit_duration_seconds) and expose them via Prometheus's internal /metrics endpoint to solve the...

Thanks for working on this kyle :) It seems like some data races were introduced though, could you take a look?

Well, the spec says `SHOULD`, not `MUST`. So technically, an SDK is still compliant even if multiple underscores are kept between words. However, for `SHOULD`, usually folks provide an explanation...

For Go, we do the escaping before registering the metric, so it's not during scrape time.