From 35f8849e73a04f5775b6a1f05451932e784f1d07 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Sat, 18 Oct 2025 15:48:33 +0200 Subject: [PATCH] Recommit for updates in build 28 --- .../prometheus_cd_3A_3Aparams.html | 52 +++++++++++++++++-- 1 file changed, 48 insertions(+), 4 deletions(-) diff --git a/doc/puppet_classes/prometheus_cd_3A_3Aparams.html b/doc/puppet_classes/prometheus_cd_3A_3Aparams.html index b70075d..0c1f259 100644 --- a/doc/puppet_classes/prometheus_cd_3A_3Aparams.html +++ b/doc/puppet_classes/prometheus_cd_3A_3Aparams.html @@ -304,6 +304,42 @@ —

the password for authentication

+
+ + + +
  • + + ps_retention_time + + + (String) + + + (defaults to: '15d') + + + — +
    +

    tsdb retention time

    +
    + +
  • + +
  • + + ps_retention_size + + + (String) + + + (defaults to: '20GB') + + + — +
    +

    tsdb retention size

  • @@ -319,8 +355,6 @@
     
     
    -17
    -18
     19
     20
     21
    @@ -361,10 +395,16 @@
     56
     57
     58
    -59
    +59 +60 +61 +62 +63 +64 +65 -
    # File 'manifests/params.pp', line 17
    +        
    # File 'manifests/params.pp', line 19
     
     class prometheus_cd::params (
     
    @@ -387,6 +427,10 @@ class prometheus_cd::params (
       String $ps_auth_user          = 'changeme',
       String $ps_auth_pass          = 'changeme',
     
    +  # storage
    +  String $ps_retention_time     = '15d',
    +  String $ps_retention_size     = '20GB',
    +
     ) {
       # defaults
       $fqdn                   = $facts['networking']['fqdn']