Björn Rabenstein
Björn Rabenstein
The Prometheus server currently tolerates trailing whitespace.
> The Prometheus parser is wrong by the letter of the law This is again based on the premise that the `expfmt` parser sets the standard. I already challenged that,...
The clearest way to not use the collectors already pre-registered with the default registry is indeed to create your own registry (which is anyway recommended for any non-trivial Go program...
I'm not sure how well the semantics of Prometheus and statsd will work together, but if there is a way, we would certainly welcome a PR. (Or in other words:...
Details have to be seen, but the basic idea is to provide a package like https://godoc.org/github.com/prometheus/client_golang/prometheus/graphite . In short: You have already instrumented your software with the `client_golang/prometheus` package. You...
Un-assigning from myself as I intend to focus on other Prometheus projects. Also, this is something that will go via a different code path in Prometheus 2.x, where I have...
Deprecation path is easy. As the usage is optional, we could declare in deprecated right now, and remove it at any major release of the future. We just need to...
I mark this for the 0.10 milestone as this would be the earliest possible moment to remove namespace/subsystem. We could still decide to remove namespace/subsystem eventually but not in 0.10,...
I guess https://godoc.org/github.com/prometheus/client_golang/prometheus#WrapRegistererWithPrefix is the final nail in the coffin. Whoever wants some kind of “programmatic” prefixing can use that wrapped registry to achieve their goal in a way more...
They will never be removed from v1 of the library. They will be removed in v2 of the library, but v2 will break many other things anyway (and it would...