VictoriaMetrics / metrics

Lightweight alternative to github.com/prometheus/client_golang
MIT License
543 stars 63 forks source link

Support request method #69

Closed aierui closed 4 months ago

aierui commented 8 months ago

The current request method is hardcoded(default is GET), and we hope to configure it through options.

https://github.com/VictoriaMetrics/metrics/blob/da211e52b90a182790b140880525c94aa852cb1f/push.go#L370

mortenlocka commented 7 months ago

We are hoping for a change here too. The promethus push gateway expects a POST.