Skip to content
Closed
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
27 changes: 27 additions & 0 deletions src/current/v26.1/cli.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: security: add certificate rotation timestamp and expiry days metrics
summary: I need to clarify something important about this request.
toc: true
docs_area: reference.cli
---

I need to clarify something important about this request.

**PR #167902 does not introduce any new CLI commands.** The "Extracted Commands" section confirms this: "(No CLI commands detected in diff)".

Instead, this PR introduces **new certificate lifecycle metrics** that would be documented in the monitoring/metrics section of the reference documentation, not the CLI commands section.

The PR adds two families of metrics:

1. **`security.certificate.last_rotation.*`** - Unix timestamps of last certificate rotations
2. **`security.certificate.expiry_days.*`** - Days until certificate expiration

These metrics would be exposed through existing monitoring endpoints (like `/metrics` or queried via `crdb_internal.node_metrics`), not through new CLI commands.

Would you like me to:

1. **Generate metrics reference documentation** for these new certificate lifecycle metrics instead?
2. **Generate supplementary monitoring guidance** showing how to query and alert on these metrics?
3. **Clarify what specific documentation type you need** for this PR?

The appropriate documentation for this PR would be metrics reference content, not CLI command documentation.
Loading