Closed vinistoisr closed 6 months ago
hmm, which provider you use?
I'm writing to VictoriaMetrics vm_agent according to these docs https://docs.victoriametrics.com/vmagent/#prometheus-remote_write-proxy
Published npmjs package 0.4.1, could you test?
thank you, that solved the issue.
with verbose and timing set to true, I get the following response when writing timeseries data:
but the data is indeed written successfully to the db.
index.js seems to treat http status 204 as a failure.
Changing the segment to include status 204 along with 200 as a successful response might be a fix?
https://github.com/huksley/prometheus-remote-write/blob/63a391dfcd6daf12e013acf3bf7d6288b79440af/index.js#L111