On 05.03.21 02:42, Rudi Rommels wrote: > > Hey lovely prometheus crowd, > we are trying to run the pushgateway on a subfolder: e.g. > /internal/metrics/pushgateway > > With this setup the pushgateway gui is broken as it tries to load its > assets from /static/* and not from the subfolder it is deployed in. > How is it possible to configure the push gateway to load the assets from > /internal/metrics/pushgateway/static/* to make the gui work.
Run it with a flag `--web.route-prefix=/internal/metrics/pushgateway` -- 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/20210305134350.GM2704%40jahnn.

