Closed tbavelier closed 1 month ago
Attention: Patch coverage is 54.54545%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 49.01%. Comparing base (
7fe7979
) to head (6a54ec4
).
Files with missing lines | Patch % | Lines |
---|---|---|
internal/controller/datadogmonitor/controller.go | 54.54% | 4 Missing and 1 partial :warning: |
/merge
:steam_locomotive: MergeQueue: pull request added to the queue
The median merge time in main
is 14m.
Use /merge -c
to cancel this operation!
/merge
:steam_locomotive: MergeQueue: pull request added to the queue
The median merge time in main
is 14m.
Use /merge -c
to cancel this operation!
What does this PR do?
DD_MONITOR_FORCE_SYNC_PERIOD
env varMotivation
Describe your test plan
DD_MONITOR_FORCE_SYNC_PERIOD
set to5
kubectl apply -f examples/datadogmonitor/metric-monitor-imagepullbackoff.yaml
DatadogMonitor
)DatadogMonitor
query within 5 minutes at most from your modification : you can identify this by looking at the monitor audit trail in the UI or in kubernetes by reviewing theMonitor Last Force Sync Time
in theDatadogMonitor
(withinStatus
) or the associated eventsDD_MONITOR_FORCE_SYNC_PERIOD
to a non integer value, e.g. "0,5" and assess the presence of the operator log complaining the value is invalid:Checklist
bug
,enhancement
,refactoring
,documentation
,tooling
, and/ordependencies
qa/skip-qa
label