Skip to content

Commit d53e026

Browse files
Change create-dashboard help
1 parent 0c4d2a1 commit d53e026

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ddev/src/ddev/cli/size/create_dashboard.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ def create_dashboard(
2121
dd_org: str,
2222
) -> None:
2323
"""
24-
Creates a dashboard with the metrics on the Datadog platform
24+
Creates a Datadog dashboard to visualize size metrics for integrations and dependencies.
25+
A new dashboard is created on each run. This command does not send data to Datadog.
26+
To send metrics, use: `ddev size status --to-dd-org <org>`.
2527
"""
2628
try:
2729
config_file_info = get_org(app, dd_org)

0 commit comments

Comments
 (0)