Skip to content

Commit

Permalink
fix(jenkinscontroller) correct JCasC Datadog template to remove depre…
Browse files Browse the repository at this point in the history
…cated `retryLogs` directive

Part of jenkins-infra/helpdesk#4377 (comment)

Ref. jenkinsci/datadog-plugin#467 (comment)

Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal committed Nov 14, 2024
1 parent 131396b commit 6823d65
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ unclassified:
globalTags: <%= @jcasc['datadog']['globalTags'] ? @jcasc['datadog']['globalTags'] : "controller:" + @jcasc['datadog']['host'] %>
# Send security events like login, logout, and login failure.
emitSecurityEvents: <%= @jcasc['datadog']['emitSecurityEvents'] ? @jcasc['datadog']['emitSecurityEvents'] : true %>
# Retry sending a log if sending to Datadog fails
retryLogs: <%= @jcasc['datadog']['retryLogs'] ? @jcasc['datadog']['retryLogs'] : true %>
# Refresh Dogstatsd Client when your agent IP changes
refreshDogstatsdClient: true
# Cache build runs when calculating pause duration
Expand Down

0 comments on commit 6823d65

Please sign in to comment.