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
+the maximum number of shards to use for prometheus metrics
+the maximum number of samples to send
+the maximum time to wait before sending
-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