Commit c304c9b9 authored by Kevin Di Lallo's avatar Kevin Di Lallo
Browse files

reducing prometheus retention time + setting default gc configuration

parent 7b825519
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -157,7 +157,7 @@ repo:
      # enable garbage collection
      enabled: true
      # garbage collection interval (duration string)
      interval: 1m
      interval: 4h
      # run garbage collection on start
      run-on-start: true
      # Redis configuration
@@ -167,7 +167,7 @@ repo:
      # Influx configuration
      influx:
        # enable influx garbage collection
        enabled: true
        enabled: false
        # list of databases that must not be removed
        exceptions:
        #   - my_db_to_keep
@@ -175,7 +175,7 @@ repo:
      # Postgis configuration
      postgis:
        # enable postgis garbage collection
        enabled: true
        enabled: false

    # Default monitoring dashboards
    dashboards:
+1 −1
Original line number Diff line number Diff line
@@ -1804,7 +1804,7 @@ prometheus:

    ## How long to retain metrics
    ##
    retention: 100d
    retention: 10d

    ## Maximum size of metrics
    ##