From 2f4c30509ce61838e7c0de1565c42fe0ca88aedd Mon Sep 17 00:00:00 2001 From: Tanmay Satam Date: Wed, 6 Dec 2023 15:37:36 -0500 Subject: [PATCH] Add information to admin-portal.md about Prometheus UI --- docs/admin-portal.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/admin-portal.md b/docs/admin-portal.md index 2c758b866a5..dd70ce765be 100644 --- a/docs/admin-portal.md +++ b/docs/admin-portal.md @@ -12,6 +12,9 @@ The portal front end lives in the top level directory of the ARO-RP repo within The front end code is compiled into go code using the bindata golang module. This front end code is then served through the RP. +The admin portal also serves a static Prometheus web frontend. + +The contents are taken from a Prometheus release's web-ui artifact (e.g. [2.48](https://github.com/prometheus/prometheus/releases/download/v2.48.0/prometheus-web-ui-2.48.0.tar.gz)), and the static/react subdirectory is mirrored to this repository's pkg/portal/assets/prometheus-ui directory. ## Developing