Skip to content

DOC-14122 Redo essential metrics page to use new metrics.yaml file #19847

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
- metric_id: seconds.until.enterprise.license.expiry
description: Seconds until enterprise license expiry (0 if no license present or running without enterprise features)
y-axis label: License Expiration
type: GAUGE
unit: TIMESTAMP_SEC
how_to_use: See Description.
essential: true
- metric_id: security.certificate.expiration.ca
labeled_name: 'security.certificate.expiration{certificate_type=ca}'
description: Expiration for the CA certificate. 0 means no certificate or error.
y-axis label: Certificate Expiration
type: GAUGE
unit: TIMESTAMP_SEC
how_to_use: See Description.
essential: true
- metric_id: security.certificate.expiration.client-ca
labeled_name: 'security.certificate.expiration{certificate_type=client-ca}'
description: Expiration for the client CA certificate. 0 means no certificate or error.
y-axis label: Certificate Expiration
type: GAUGE
unit: TIMESTAMP_SEC
how_to_use: See Description.
essential: true
- metric_id: security.certificate.expiration.client
labeled_name: 'security.certificate.expiration{certificate_type=client}'
description: Minimum expiration for client certificates, labeled by SQL user. 0 means no certificate or error.
y-axis label: Certificate Expiration
type: GAUGE
unit: TIMESTAMP_SEC
how_to_use: See Description.
essential: true
- metric_id: security.certificate.expiration.ui-ca
labeled_name: 'security.certificate.expiration{certificate_type=ui-ca}'
description: Expiration for the UI CA certificate. 0 means no certificate or error.
y-axis label: Certificate Expiration
type: GAUGE
unit: TIMESTAMP_SEC
how_to_use: See Description.
essential: true
- metric_id: security.certificate.expiration.node
labeled_name: 'security.certificate.expiration{certificate_type=node}'
description: Expiration for the node certificate. 0 means no certificate or error.
y-axis label: Certificate Expiration
type: GAUGE
unit: TIMESTAMP_SEC
how_to_use: See Description.
essential: true
- metric_id: security.certificate.expiration.node-client
labeled_name: 'security.certificate.expiration{certificate_type=node-client}'
description: Expiration for the node's client certificate. 0 means no certificate or error.
y-axis label: Certificate Expiration
type: GAUGE
unit: TIMESTAMP_SEC
how_to_use: See Description.
essential: true
- metric_id: security.certificate.expiration.ui
labeled_name: 'security.certificate.expiration{certificate_type=ui}'
description: Expiration for the UI certificate. 0 means no certificate or error.
y-axis label: Certificate Expiration
type: GAUGE
unit: TIMESTAMP_SEC
how_to_use: See Description.
essential: true
- metric_id: security.certificate.expiration.ca-client-tenant
labeled_name: 'security.certificate.expiration{certificate_type=ca-client-tenant}'
description: Expiration for the Tenant Client CA certificate. 0 means no certificate or error.
y-axis label: Certificate Expiration
type: GAUGE
unit: TIMESTAMP_SEC
how_to_use: See Description.
essential: true
- metric_id: security.certificate.expiration.client-tenant
labeled_name: 'security.certificate.expiration{certificate_type=client-tenant}'
description: Expiration for the Tenant Client certificate. 0 means no certificate or error.
y-axis label: Certificate Expiration
type: GAUGE
unit: TIMESTAMP_SEC
how_to_use: See Description.
essential: true
- metric_id: security.certificate.ttl.ca
description: Seconds till expiration for the CA certificate. 0 means expired, no certificate or error.
y-axis label: Certificate TTL
type: GAUGE
unit: TIMESTAMP_SEC
how_to_use: See Description.
- metric_id: security.certificate.ttl.client-ca
description: Seconds till expiration for the client CA certificate. 0 means expired, no certificate or error.
y-axis label: Certificate TTL
type: GAUGE
unit: TIMESTAMP_SEC
how_to_use: See Description.
- metric_id: security.certificate.ttl.client
description: Seconds till expiration for the client certificates, labeled by SQL user. 0 means expired, no certificate or error.
y-axis label: Certificate TTL
type: GAUGE
unit: TIMESTAMP_SEC
how_to_use: See Description.
- metric_id: security.certificate.ttl.ui-ca
description: Seconds till expiration for the UI CA certificate. 0 means expired, no certificate or error.
y-axis label: Certificate TTL
type: GAUGE
unit: TIMESTAMP_SEC
how_to_use: See Description.
- metric_id: security.certificate.ttl.node
description: Seconds till expiration for the node certificate. 0 means expired, no certificate or error.
y-axis label: Certificate TTL
type: GAUGE
unit: TIMESTAMP_SEC
how_to_use: See Description.
- metric_id: security.certificate.ttl.node-client
description: Seconds till expiration for the node's client certificate. 0 means expired, no certificate or error.
y-axis label: Certificate TTL
type: GAUGE
unit: TIMESTAMP_SEC
how_to_use: See Description.
- metric_id: security.certificate.ttl.ui
description: Seconds till expiration for the UI certificate. 0 means expired, no certificate or error.
y-axis label: Certificate TTL
type: GAUGE
unit: TIMESTAMP_SEC
how_to_use: See Description.
- metric_id: security.certificate.ttl.ca-client-tenant
description: Seconds till expiration for the Tenant Client CA certificate. 0 means expired, no certificate or error.
y-axis label: Certificate TTL
type: GAUGE
unit: TIMESTAMP_SEC
how_to_use: See Description.
- metric_id: security.certificate.ttl.client-tenant
description: Seconds till expiration for the Tenant Client certificate. 0 means expired, no certificate or error.
y-axis label: Certificate TTL
type: GAUGE
unit: TIMESTAMP_SEC
how_to_use: See Description.
Loading
Loading