Ben Kochie

Results 1558 comments of Ben Kochie

@stanhu One thing I've been thinking about is how we could make a multi-process shared file store that is consistent across different client library implementations. The main reason for this...

> Would you be able to call this Go "web server" from the Ruby/Python/Node code? If so, you can do the incrementing / observing there too, and you don't need...

I think this might make a good topic for the Prometheus Dev summit that's on 2023-03-23. This discussion may also interest client_python. CC @csmarchbanks

> I'm pretty strongly opposed to this, and it was a very deliberate choice not to have something like this in the current implementation. +1 for the most part. The...

@ngavalas Prometheus doesn't differentiate at query time, but it does require label consistency at scrape time. OK: ``` foo{bar=""} 1 foo{bar="baz"} 1 ``` Invalid: ``` foo{} 1 foo{bar="baz"} 1 ```

@ngavalas I don't think label sets are called out in the docs. [Ordering within a metric family doesn't matter](https://prometheus.io/docs/instrumenting/exposition_formats/#grouping-and-sorting) tho. I think the label name sets was implied in Prometheus,...

Still not stale, but, seems like this project may be abandoned.