Skip to content

Commit

Permalink
Merge pull request #73 from voxpupuli/7-we-should-verify-if-analytics…
Browse files Browse the repository at this point in the history
…-is-disabled-upon-container-start

disable dropsonde
  • Loading branch information
rwaffen authored Mar 15, 2024
2 parents e6c09e2 + 82b7ab9 commit 5587071
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions puppetserver/puppetserver.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand All @@ -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"
Expand All @@ -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
}

0 comments on commit 5587071

Please sign in to comment.