On 10.08.20 09:12, Michael Black wrote: > I have a lot of metrics I need to push to the Gateway but it appears I've > exceeded the capacity of the Request Entity. Is there a way to increase the > allowable request size?
First of all, you are not using the Pushgateway (PGW) for what it is designed for. In fact, the PGW doesn't impose any limitation on the request size, simply because its inteded usecases never get anywhere close to a request size that would require limitation. Therefore, there is no setting for the request size, either. I strongly assume that the 413 HTTP error is coming from something in between, most likely nginx. -- Björn Rabenstein [PGP-ID] 0x851C3DA17D748D03 [email] [email protected] -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/20200811122303.GV3395%40jahnn.

