Skip to content

Commit

Permalink
Merge pull request #2785 from newrelic/default-source-spacing-fix
Browse files Browse the repository at this point in the history
Update spacing for configs to aid translation tool
  • Loading branch information
kaylareopelle authored Jul 29, 2024
2 parents 8e17c94 + 628c026 commit a0706c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/new_relic/agent/configuration/default_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1149,9 +1149,10 @@ def self.enforce_fallback(allowed_values: nil, fallback: nil)
:type => Integer,
:allowed_from_server => true,
:dynamic_name => true,
# Keep the extra two-space indent before the second bullet to appease translation tool
:description => <<~DESC
* Specify a maximum number of custom events to buffer in memory at a time.
* When configuring the agent for [AI monitoring](/docs/ai-monitoring/intro-to-ai-monitoring), \
* When configuring the agent for [AI monitoring](/docs/ai-monitoring/intro-to-ai-monitoring), \
set to max value `100000`. This ensures the agent captures the maximum amount of LLM events.
DESC
},
Expand Down Expand Up @@ -2022,9 +2023,10 @@ def self.enforce_fallback(allowed_values: nil, fallback: nil)
:public => true,
:type => Integer,
:allowed_from_server => true,
# Keep the extra two-space indent before the second bullet to appease translation tool
:description => <<~DESC
* Defines the maximum number of span events reported from a single harvest. Any Integer between `1` and `10000` is valid.'
* When configuring the agent for [AI monitoring](/docs/ai-monitoring/intro-to-ai-monitoring), set to max value `10000`.\
* When configuring the agent for [AI monitoring](/docs/ai-monitoring/intro-to-ai-monitoring), set to max value `10000`.\
This ensures the agent captures the maximum amount of distributed traces.
DESC
},
Expand Down

0 comments on commit a0706c1

Please sign in to comment.