We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4d2a1 commit d53e026Copy full SHA for d53e026
ddev/src/ddev/cli/size/create_dashboard.py
@@ -21,7 +21,9 @@ def create_dashboard(
21
dd_org: str,
22
) -> None:
23
"""
24
- Creates a dashboard with the metrics on the Datadog platform
+ 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>`.
27
28
try:
29
config_file_info = get_org(app, dd_org)
0 commit comments