From 82b7ab971f598d7e66e492564849b51d17a86e96 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Fri, 15 Mar 2024 11:05:21 +0100 Subject: [PATCH] disable dropsonde --- puppetserver/puppetserver.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/puppetserver/puppetserver.conf b/puppetserver/puppetserver.conf index 97c6119ec..df036c1cd 100644 --- a/puppetserver/puppetserver.conf +++ b/puppetserver/puppetserver.conf @@ -46,7 +46,7 @@ jruby-puppet: { # (optional) maximum number of JRuby instances to allow max-active-instances: ${PUPPETSERVER_MAX_ACTIVE_INSTANCES} - + # (optional) number of HTTP requests a given JRuby instance will handle in its lifetime max-requests-per-instance: ${PUPPETSERVER_MAX_REQUESTS_PER_INSTANCE} @@ -72,7 +72,7 @@ http-client: { #metrics-enabled: true } -# Provide a reasonable default here. Use case is mounting a valid projects volume to have PS serve files from there even if +# Provide a reasonable default here. Use case is mounting a valid projects volume to have PS serve files from there even if # CM did not actually put them there. bolt: { projects-dir: "/etc/puppetlabs/code/projects" @@ -83,3 +83,8 @@ profiler: { # enable or disable profiling for the Ruby code; defaults to 'true'. #enabled: true } + +# settings related to submitting module metrics via Dropsonde +dropsonde: { + enabled: false +}