Skip to content

Commit

Permalink
fix: Add missing entries to template config file
Browse files Browse the repository at this point in the history
Fixes #600
  • Loading branch information
mountaindude committed Aug 22, 2023
1 parent c0a35e5 commit d850543
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/config/production_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,13 @@ Butler-SOS:
apps:
docCount:
enable: true
# Use with caution! Enabling activeDocs, loadedDocs or inMemoryDocs may result in lots of data sent to New Relic.
activeDocs: # Should data on what docs are active in engine be sent to New Relic (true/false)?
enable: true
loadedDocs: # Should data on what docs are loaded (=having open sessions or connections) in engine be sent to New Relic (true/false)?
enable: true
inMemoryDocs: # Should data on what docs are in engine memory be sent to New Relic (true/false)?
enable: true
cache:
cache: # Cache metrics.
enable: true
Expand Down

0 comments on commit d850543

Please sign in to comment.