You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unexpected status code 204 while pushing to http://localhost:9999/metrics/job/home.backup:
Official golang client considers the push a success if the client receives status 200 or 202. Telegraf replies with 204, so the push is considered a failure (as in, an Error object is returned from Pusher.push(). FWIW, the metrics do go through. resticprofile also treats this as a warning, not a failure.
Additional info
No response
The text was updated successfully, but these errors were encountered:
Relevant telegraf.conf
Logs from Telegraf
System info
Telegraf 1.30.3 (git: HEAD@fd4af886)
Docker
No response
Steps to reproduce
Expected behavior
Metrics are pushed without an error.
Actual behavior
With
resticprofile
, I get:Official golang client considers the push a success if the client receives status 200 or 202. Telegraf replies with 204, so the push is considered a failure (as in, an
Error
object is returned fromPusher.push()
. FWIW, the metrics do go through.resticprofile
also treats this as a warning, not a failure.Additional info
No response
The text was updated successfully, but these errors were encountered: