From 7225773a25422c6947c5bf8dc3be7297e0836219 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Tue, 1 Sep 2026 11:36:07 +0200 Subject: [PATCH] Recommit for updates in build 9 --- .../confdroid_alloy_3A_3Aparams.html | 70 +++++++++++++++++-- 1 file changed, 65 insertions(+), 5 deletions(-) diff --git a/doc/puppet_classes/confdroid_alloy_3A_3Aparams.html b/doc/puppet_classes/confdroid_alloy_3A_3Aparams.html index d6844d3..70f177c 100644 --- a/doc/puppet_classes/confdroid_alloy_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_alloy_3A_3Aparams.html @@ -302,6 +302,60 @@ —

whether to track timestamps staleness in prometheus metrics

+
+ + + +
  • + + ay_prom_max_shards + + + (String) + + + (defaults to: '10') + + + — +
    +

    the maximum number of shards to use for prometheus metrics

    +
    + +
  • + +
  • + + ay_prom_max_samples_per_send + + + (String) + + + (defaults to: '2000') + + + — +
    +

    the maximum number of samples to send

    +
    + +
  • + +
  • + + ay_prom_batch_send_deadline + + + (String) + + + (defaults to: '5s') + + + — +
    +

    the maximum time to wait before sending

  • @@ -317,9 +371,6 @@
     
     
    -19
    -20
    -21
     22
     23
     24
    @@ -347,10 +398,16 @@
     46
     47
     48
    -49
    +49 +50 +51 +52 +53 +54 +55 -
    # File 'manifests/params.pp', line 19
    +        
    # File 'manifests/params.pp', line 22
     
     class confdroid_alloy::params (
     
    @@ -369,6 +426,9 @@ class confdroid_alloy::params (
       String $ay_prom_url                         = 'https://prometheus.example.net/api/v1/write',
       Boolean $ay_prom_honor_timestamps           = true,
       Boolean $ay_prom_track_timestamps_staleness = true,
    +  String $ay_prom_max_shards                  = '10',
    +  String $ay_prom_max_samples_per_send        = '2000',
    +  String $ay_prom_batch_send_deadline         = '5s',
     
     ) {
       # service