Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/administration/configuration/config-file-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,10 @@ rundeck.metrics.requestFilterEnabled=true/false
rundeck.metrics.jmxEnabled=true/false
```

:::tip
By security design, the Metrics Capturing is capped by default in the SaaS product.
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The term "Metrics Capturing" uses title case in the middle of a sentence, which is inconsistent with standard documentation style. It should be lowercase "metrics capturing" unless it's a proper noun or refers to a specific feature name. Based on the surrounding text which uses "metrics capturing" and "metrics data", lowercase is more appropriate here.

Suggested change
By security design, the Metrics Capturing is capped by default in the SaaS product.
By security design, metrics capturing is capped by default in the SaaS product.

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The phrase "the SaaS product" is inconsistent with product naming conventions used throughout the documentation. The codebase consistently uses "Runbook Automation SaaS" or "Runbook Automation" when referring to the SaaS offering. Consider changing to "Runbook Automation SaaS" for consistency.

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Feb 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The term "capped" is ambiguous in this context. It's unclear whether metrics capturing is disabled, limited, throttled, or restricted in some other way. Consider using more precise language such as "disabled", "limited", or "restricted" to clearly communicate what users should expect regarding metrics behavior in Runbook Automation SaaS.

Suggested change
By security design, the Metrics Capturing is capped by default in the SaaS product.
By security design, metrics capturing is restricted by default in the SaaS product, and not all metrics are collected.

Copilot uses AI. Check for mistakes.
:::

#### Metrics API Endpoints

Rundeck exposes Metrics data via API endpoints, which are enabled by default.
Expand Down
Loading