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
installs alloy binaries
-installs node exporter (optional, set ay_manage_neto true)
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
installs alloy binaries
-installs node exporter (optional, set ay_manage_neto true)
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 @@ -whether to manage metric forwarding for the node exporter (external)
-the logging targets
+whether to honor timestamps in prometheus metrics
+whether to track timestamps staleness in prometheus metrics
-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