feat(server/prometheus): add prometheus module and enable it on apollo
This commit is contained in:
parent
d9f2603f4b
commit
887dff6840
2 changed files with 27 additions and 3 deletions
|
@ -20,9 +20,14 @@
|
|||
};
|
||||
|
||||
server = {
|
||||
monitoring.grafana = {
|
||||
enable = true;
|
||||
url = "grafana.bwfiq.com";
|
||||
monitoring = {
|
||||
prometheus = {
|
||||
enable = true;
|
||||
};
|
||||
grafana = {
|
||||
enable = true;
|
||||
url = "grafana.bwfiq.com";
|
||||
};
|
||||
};
|
||||
networking.ddns = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue