Skip to content

Commit 5188240

Browse files
authored
Revert agent reload backoff settings (#3937)
Revert changes to agent reload backoff settings due to a fix added in Agent v3.3.1. Tested SnippetsFilter Functional on NGINX Plus test to ensure changes work.
1 parent 698a369 commit 5188240

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

internal/controller/provisioner/templates.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,4 @@ collector:
9090
receivers: ["host_metrics", "nginx_metrics"]
9191
exporters: ["prometheus"]
9292
{{- end }}
93-
data_plane_config:
94-
nginx:
95-
reload_backoff:
96-
initial_interval: .5s
97-
max_interval: 1.5s
98-
max_elapsed_time: 3s
99-
randomization_factor: 0.5
100-
multiplier: 1.5
10193
`

0 commit comments

Comments
 (0)