From 677b311a6451f2aeb37387a24bc79a165239b1d3 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Tue, 1 Sep 2026 11:07:24 +0200 Subject: [PATCH] Recommit for updates in build 8 --- doc/file.README.html | 2 - doc/index.html | 2 - .../confdroid_alloy_3A_3Aparams.html | 84 +++++++++++-------- 3 files changed, 50 insertions(+), 38 deletions(-) diff --git a/doc/file.README.html b/doc/file.README.html index 38d25ed..b246cfa 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -108,8 +108,6 @@

INSTALLATION

CONFIGURATION

diff --git a/doc/index.html b/doc/index.html index e0bcfd9..d86683f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -108,8 +108,6 @@

INSTALLATION

CONFIGURATION

diff --git a/doc/puppet_classes/confdroid_alloy_3A_3Aparams.html b/doc/puppet_classes/confdroid_alloy_3A_3Aparams.html index 60f9ae3..d6844d3 100644 --- a/doc/puppet_classes/confdroid_alloy_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_alloy_3A_3Aparams.html @@ -234,24 +234,6 @@ -
  • - - ay_manage_ne - - - (Boolean) - - - (defaults to: false) - - - — -
    -

    whether to manage metric forwarding for the node exporter (external)

    -
    - -
  • -
  • ay_prom_url @@ -284,6 +266,42 @@ —

    the logging targets

    +
    + +
  • + +
  • + + ay_prom_honor_timestamps + + + (Boolean) + + + (defaults to: true) + + + — +
    +

    whether to honor timestamps in prometheus metrics

    +
    + +
  • + +
  • + + ay_prom_track_timestamps_staleness + + + (Boolean) + + + (defaults to: true) + + + — +
    +

    whether to track timestamps staleness in prometheus metrics

  • @@ -299,8 +317,6 @@
     
     
    -17
    -18
     19
     20
     21
    @@ -330,29 +346,29 @@
     45
     46
     47
    -48
    +48 +49 -
    # File 'manifests/params.pp', line 17
    +        
    # File 'manifests/params.pp', line 19
     
     class confdroid_alloy::params (
     
    -  String $ay_reqpackages      = 'alloy',
    -  String $ay_pkg_ensure       = 'latest',
    +  String $ay_reqpackages                      = 'alloy',
    +  String $ay_pkg_ensure                       = 'latest',
     
     # loki
    -  Boolean $ay_manage_loki     = true,
    -  String $ay_loki_url         = 'https://loki.example.net/loki/api/v1/push',
    -  String $ay_loki_username    = 'loki_user',
    -  String $ay_loki_userpass    = 'loki_pass',
    -  Array $ay_log_targets       = ['/var/log/messages','/var/log/secure',],
    +  Boolean $ay_manage_loki                     = true,
    +  String $ay_loki_url                         = 'https://loki.example.net/loki/api/v1/push',
    +  String $ay_loki_username                    = 'loki_user',
    +  String $ay_loki_userpass                    = 'loki_pass',
    +  Array $ay_log_targets                       = ['/var/log/messages','/var/log/secure',],
     
     # prometheus
    -  Boolean $ay_manage_prom     = true,
    -  String $ay_prom_url         = 'https://prometheus.example.net/api/v1/write',
    -
    -# node exporter (external)
    -  Boolean $ay_manage_ne       = false,
    +  Boolean $ay_manage_prom                     = true,
    +  String $ay_prom_url                         = 'https://prometheus.example.net/api/v1/write',
    +  Boolean $ay_prom_honor_timestamps           = true,
    +  Boolean $ay_prom_track_timestamps_staleness = true,
     
     ) {
       # service