Skip to content

Commit 7781b7c

Browse files
committed
Add DD_DASHBOARD_FORCE_SYNC_PERIOD documentation
Signed-off-by: puretension <rlrlfhtm5@gmail.com>
1 parent d7ce92c commit 7781b7c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/datadog_dashboard.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ The DatadogDashboard controller supports the following environment variable:
1818

1919
- `DD_DASHBOARD_FORCE_SYNC_PERIOD`: Configures the frequency at which the controller performs a force sync with the Datadog API to ensure dashboard parity. Defaults to 60 minutes if not set. Example: `DD_DASHBOARD_FORCE_SYNC_PERIOD=30m`
2020

21+
## Configuration
22+
23+
### Environment Variables
24+
25+
The DatadogDashboard controller supports the following environment variable:
26+
27+
- `DD_DASHBOARD_FORCE_SYNC_PERIOD`: Configures the frequency at which the controller performs a force sync with the Datadog API to ensure dashboard parity. Defaults to 60 minutes if not set. Example: `DD_DASHBOARD_FORCE_SYNC_PERIOD=30m`
28+
2129

2230
## Adding a DatadogDashboard
2331

0 commit comments

Comments
 (0)