Julius Volz
Julius Volz
Prometheus's true power comes from its multi-dimensional data model: metric names with arbitrary key/value dimensions. I wonder if it would be a good idea to allow some configurability of the...
This allows setting a default sampling factor for a statsy client. Apparently (and sadly) the only common way to "scale" statsd so far is by downsampling on the clients. To...
The parameter parsing code at https://github.com/prometheus/promu/blob/04550494378ed57e36ba704721cbefd26f4253ee/util/sh/sh.go#L46-L50 allows extracting quoted arguments (to allow such things as `-tags 'foo bar'`), but it does not remove the quotes around quoted arguments before passing...
See https://github.com/prometheus/alertmanager/pull/2897#pullrequestreview-959181763. There are currently some actors / goroutines that are shut down upon exit via the `stopc` channel, but some others (like `mem.Alerts`) are shut down differently, and yet...
Signed-off-by: Julius Volz Context: https://github.com/prometheus/collectd_exporter/pull/95#issuecomment-626669322
This is about SD meta labels like `__meta_kubernetes_node_label_`. https://prometheus.io/docs/operating/configuration does not mention that fact anywhere.
See https://github.com/prometheus/prometheus/pull/4832. We should document: - in the remote write config docs: how exactly does the partial failure behavior work? (or is there a better place to document this?) -...
**Description** If I understand correctly, the curve objects like https://motioncanvas.io/api/2d/curves/CircleSegment and utility functions like https://motioncanvas.io/api/2d/utils#arc cannot be directly used without wrapping them in custom components or other layers, is that...
Like "gofmt" for Go, we ought to have a "promfmt" for Prometheus since we have a syntax tree. The idea being that the system produces uniform style that minimizes deviation...
The remote write CI tests seem to always be failing, which is annoying, especially on unrelated PRs (e.g. for PromQL):  @tomwilkie would you be able to look into this...