mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
Reduce scraping frequency
This should reduce Prometheus data to 1/4 the current size.
This commit is contained in:
parent
6e2cdd5c1e
commit
684b1dc2a7
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ async function main() {
|
|||
|
||||
const prometheusConfigJson = {
|
||||
global: {
|
||||
scrape_interval: '15s',
|
||||
scrape_interval: '1m',
|
||||
},
|
||||
scrape_configs: [
|
||||
{job_name: 'prometheus', static_configs: [{targets: [prometheusLocation]}]},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue