(no title)
stym06
|
3 months ago
off topic, but prometheus pushgateway is such a bad implementation (once you push the metrics, it always stays there until it's restarted, like counter does not increase, it just pushes a new metric with the new value) that we had to write our own metrics collector endpoint.
mickeyp|3 months ago
dewey|3 months ago
jordanb|3 months ago
pahae|3 months ago
The pushgateway's documentation itself calls out that there are only very limited cirumstances where it makes sense.
I personally only used it in $old_job and only for batch jobs that could not use the node_exporter's textfile collector. I would not use it again and would even advise against it.
valyala|3 months ago
unknown|3 months ago
[deleted]