Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upAllow customizing the server name #4683
Comments
simonpasquier
added
kind/enhancement
component/ui
labels
Oct 11, 2018
This comment has been minimized.
This comment has been minimized.
|
Hi, is anyone working on this one? If not, could I work on it? |
This comment has been minimized.
This comment has been minimized.
|
What would be the optimal way to implement this? Through the config file, or through the flag? I see the flags are purely for configuring immutable system parameters, so i'm guessing the flag wouldn't be the way? Thanks |
This comment has been minimized.
This comment has been minimized.
|
IMO config file or flag is fine. Front end would not be preferred, as that's harder to automate ;) |
achiuBAE
referenced this issue
Nov 8, 2018
Merged
Allow setting the Prometheus instance document title through a flag. #4841
This comment has been minimized.
This comment has been minimized.
|
Fixed by a9050c4 |
austin987
closed this
Feb 7, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
austin987 commentedOct 1, 2018
Currently, it's hardcoded:
prometheus/web/ui/templates/_base.html
Line 6 in 9ee4b05
as
Prometheus Time Series Collection and Processing ServerI'd like the ability to customize it with my own title. In particular, I'd like to show the current environment, so I can distinguish between different instances.
So for example:
'Dev Prometheus ServerProd Prometheus ServerNoticed while running app-metrics/prometheus-2.3.2, but the relevant code is unchanged in 2.4.2.