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
The call to /metrics on the am web server should proxy this call to the pushgateway /pushgateway/metrics. This payload will contain the metrics from a component that is not able to be scraped, such as a function, batch job, or a client.
Note that we cannot redirect the request since it is a POST request. Even if we were to do a 307 I'm not sure how well that is implemented in all the different languages/packages. So it is easier just to proxy it.
The call to
/metrics
on theam
web server should proxy this call to the pushgateway/pushgateway/metrics
. This payload will contain the metrics from a component that is not able to be scraped, such as a function, batch job, or a client.Note that we cannot redirect the request since it is a POST request. Even if we were to do a
307
I'm not sure how well that is implemented in all the different languages/packages. So it is easier just to proxy it.Related discussion: #60 (comment)
The text was updated successfully, but these errors were encountered: