rico0: prometheus - scrape more frequently
This commit is contained in:
parent
9187555785
commit
bf432b253f
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ in
|
|||
enable = true;
|
||||
listenAddress = "127.0.0.1";
|
||||
port = 9090;
|
||||
globalConfig = {
|
||||
evaluation_interval = "15s";
|
||||
scrape_interval = "15s";
|
||||
};
|
||||
alertmanagers = [
|
||||
{
|
||||
scheme = "https";
|
||||
|
|
Loading…
Reference in a new issue