Julius Volz

Results 26 issues of 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...

bug
help wanted

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...

kind/cleanup

Signed-off-by: Julius Volz Context: https://github.com/prometheus/collectd_exporter/pull/95#issuecomment-626669322

stale

This is about SD meta labels like `__meta_kubernetes_node_label_`. https://prometheus.io/docs/operating/configuration does not mention that fact anywhere.

missing documentation
priority/p3

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?) -...

missing documentation
priority/p3

**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...

b-enhancement
c-discussion
a-2d

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...

help wanted
kind/enhancement
component/promtool
priority/P3

The remote write CI tests seem to always be failing, which is annoying, especially on unrelated PRs (e.g. for PromQL): ![remote-write-test-failures](https://user-images.githubusercontent.com/538008/140550688-8f9b89fd-b30e-43c8-9354-deae831005f2.png) @tomwilkie would you be able to look into this...

bug