Skip to content
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
33 changes: 22 additions & 11 deletions src/current/_data/v26.2/cluster-settings.csv

Large diffs are not rendered by default.

4,904 changes: 2,797 additions & 2,107 deletions src/current/_data/v26.2/metrics/datadog-cockroachdb.csv

Large diffs are not rendered by default.

1,434 changes: 959 additions & 475 deletions src/current/_data/v26.2/metrics/datadog-crdb-dedicated.csv

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions src/current/_data/v26.2/metrics/export/crdb_metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,17 @@ metrics:
addsstable_applications: sum
addsstable_copies: sum
addsstable_proposals: sum
admission_elastic_cpu_nanos_exhausted_duration: sum
admission_granter_elastic_io_tokens_exhausted_duration_kv: sum
admission_granter_io_tokens_exhausted_duration_kv: sum
admission_granter_slots_exhausted_duration_kv: sum
admission_io_overload: mean
admission_wait_durations_elastic_cpu: sum
admission_wait_durations_elastic_stores: sum
admission_wait_durations_kv: sum
admission_wait_durations_kv_stores: sum
admission_wait_durations_sql_kv_response: sum
admission_wait_durations_sql_sql_response: sum
admission_wait_sum_kv: sum
admission_wait_sum_kv_stores: sum
admission_wait_sum_sql_kv_response: sum
Expand Down Expand Up @@ -46,6 +54,9 @@ metrics:
jobs_row_level_ttl_total_rows: sum
keybytes: sum
keycount: sum
kvflowcontrol_eval_wait_elastic_duration: sum
kvflowcontrol_eval_wait_regular_duration: sum
kvflowcontrol_send_queue_bytes: sum
leases_epoch: sum
leases_error: sum
leases_expiration: sum
Expand Down
34 changes: 16 additions & 18 deletions src/current/_data/v26.2/metrics/metrics-cloud.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# metrics.yml is a manually curated file of metrics that are included in the Canned Metrics for Serverless deployment.
# The metrics are in the order of appearance in the configuration file:
# https://github.com/cockroachlabs/managed-service/pull/16129/files
# console/assets/js/pages/clusterDetail/metrics/graphConfigs.tsx
# https://github.com/cockroachlabs/managed-service/blob/master/console/ui/cc-console/assets/js/pages/clusterDetail/metrics/graphConfigs.tsx
# The data for the metrics was also sourced from
# https://github.com/cockroachdb/docs/blob/main/src/current/_includes/v23.2/essential-metrics.md
#
# The corresponding metrics-list.csv file was generated using the v23.2.0 binary with the following command:
# cockroach gen metric-list --format=csv > metrics-list.csv
# Once generated, the metrics-list.csv was manually modified to change the case of the headers to lowercase to work with liquid comparison code.
# https://github.com/cockroachdb/docs/blob/main/src/current/_includes/v26.2/metric-names.md
#
# The corresponding metrics.yaml file was generated using the v26.2 binary with the following command:
# cockroach gen metric-list > metrics.yaml

- metric_id: sql.new_conns
deploy_selfhosted: true
Expand Down Expand Up @@ -80,7 +78,7 @@
metric_ui_tab: [ Overview, SQL ]
metric_ui_graph: "Service Latency: SQL Statements"

- metric_id: tenant.consumption.request_units
- metric_id: tenant.sql_usage.request_units
deploy_selfhosted: false
deploy_dedicated: false
deploy_standard: true
Expand All @@ -106,7 +104,7 @@
metric_ui_graph: Storage
how_to_use: 'The amount of data being stored in the cluster. In the Storage Used graph, this is the logical number of live bytes and does not account for compression or replication.'

- metric_id: tenant.consumption.sql_pods_cpu_seconds
- metric_id: tenant.sql_usage.sql_pods_cpu_seconds
deploy_selfhosted: false
deploy_dedicated: false
deploy_standard: true
Expand All @@ -124,7 +122,7 @@

Correlate this metric with Request Units (RUs) and determine if your workload is CPU-intensive. To learn more about how RUs are calculated, refer to Resource Usage.

- metric_id: tenant.consumption.pgwire_egress_bytes
- metric_id: tenant.sql_usage.pgwire_egress_bytes
deploy_selfhosted: false
deploy_dedicated: false
deploy_standard: true
Expand All @@ -142,7 +140,7 @@

Correlate this metric with Request Units (RUs). To learn more about how RUs are calculated, refer to Resource Usage.

- metric_id: tenant.consumption.external_io_egress_bytes
- metric_id: tenant.sql_usage.external_io_egress_bytes
deploy_selfhosted: false
deploy_dedicated: false
deploy_standard: true
Expand All @@ -160,7 +158,7 @@

Correlate this metric with Request Units (RUs). To learn more about how RUs are calculated, refer to Resource Usage.

- metric_id: tenant.consumption.read_requests
- metric_id: tenant.sql_usage.read_requests
deploy_selfhosted: false
deploy_dedicated: false
deploy_standard: true
Expand All @@ -178,7 +176,7 @@

Correlate this metric with Request Units (RUs). To learn more about how RUs are calculated, refer to Resource Usage.

- metric_id: tenant.consumption.read_batches
- metric_id: tenant.sql_usage.read_batches
deploy_selfhosted: false
deploy_dedicated: false
deploy_standard: true
Expand All @@ -196,7 +194,7 @@

Correlate this metric with Request Units (RUs). To learn more about how RUs are calculated, refer to Resource Usage.

- metric_id: tenant.consumption.read_bytes
- metric_id: tenant.sql_usage.read_bytes
deploy_selfhosted: false
deploy_dedicated: false
deploy_standard: true
Expand All @@ -214,7 +212,7 @@

Correlate this metric with Request Units (RUs). To learn more about how RUs are calculated, refer to Resource Usage.

- metric_id: tenant.consumption.write_requests
- metric_id: tenant.sql_usage.write_requests
deploy_selfhosted: false
deploy_dedicated: false
deploy_standard: true
Expand All @@ -232,7 +230,7 @@

Correlate this metric with Request Units (RUs). To learn more about how RUs are calculated, refer to Resource Usage.

- metric_id: tenant.consumption.write_batches
- metric_id: tenant.sql_usage.write_batches
deploy_selfhosted: false
deploy_dedicated: false
deploy_standard: true
Expand All @@ -250,7 +248,7 @@

Correlate this metric with Request Units (RUs). To learn more about how RUs are calculated, refer to Resource Usage.

- metric_id: tenant.consumption.write_bytes
- metric_id: tenant.sql_usage.write_bytes
deploy_selfhosted: false
deploy_dedicated: false
deploy_standard: true
Expand All @@ -268,7 +266,7 @@

Correlate this metric with Request Units (RUs). To learn more about how RUs are calculated, refer to Resource Usage.

- metric_id: tenant.consumption.cross_region_network_ru
- metric_id: tenant.sql_usage.cross_region_network_ru
deploy_selfhosted: false
deploy_dedicated: false
deploy_standard: true
Expand Down
Loading
Loading