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
6 changes: 0 additions & 6 deletions cockroachdb/datadog_checks/cockroachdb/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@
'changefeed_running': 'changefeed.running',
'clock_offset_meannanos': 'clock.offset.meannanos',
'clock_offset_stddevnanos': 'clock.offset.stddevnanos',
'compactor_compactingnanos': 'compactor.compactingnanos',
'compactor_compactions_failure': 'compactor.compactions.failure',
'compactor_compactions_success': 'compactor.compactions.success',
'compactor_suggestionbytes_compacted': 'compactor.suggestionbytes.compacted',
'compactor_suggestionbytes_queued': 'compactor.suggestionbytes.queued',
'compactor_suggestionbytes_skipped': 'compactor.suggestionbytes.skipped',
'distsender_batches': 'distsender.batches.total',
'distsender_batches_partial': 'distsender.batches.partial',
'distsender_errors_notleaseholder': 'distsender.errors.notleaseholder',
Expand Down
11 changes: 0 additions & 11 deletions cockroachdb/metadata.csv
Original file line number Diff line number Diff line change
Expand Up @@ -380,17 +380,6 @@ cockroachdb.clock.offset.stddevnanos,gauge,,nanosecond,,[OpenMetrics v1 & v2] St
cockroachdb.cloud.read_bytes.count,count,,byte,,Number of bytes read,0,cockroachdb,,
cockroachdb.cloud.write_bytes.count,count,,byte,,Number of bytes read,0,cockroachdb,,
cockroachdb.cluster.preserve_downgrade_option.last_updated,gauge,,,,Timestamp of the last time the preserve_downgrade_option was updated,0,cockroachdb,,
cockroachdb.compactor.compactingnanos,count,,nanosecond,,[OpenMetrics v1] Number of nanoseconds spent compacting ranges,0,cockroachdb,,
cockroachdb.compactor.compactingnanos.count,count,,nanosecond,,[OpenMetrics v2] Number of nanoseconds spent compacting ranges,0,cockroachdb,,
cockroachdb.compactor.compactions.failure,count,,request,,[OpenMetrics v1] Number of failed compaction requests sent to the storage engine,0,cockroachdb,,
cockroachdb.compactor.compactions.failure.count,count,,request,,[OpenMetrics v2] Number of failed compaction requests sent to the storage engine,0,cockroachdb,,
cockroachdb.compactor.compactions.success,count,,request,,[OpenMetrics v1] Number of successful compaction requests sent to the storage engine,0,cockroachdb,,
cockroachdb.compactor.compactions.success.count,count,,request,,[OpenMetrics v2] Number of successful compaction requests sent to the storage engine,0,cockroachdb,,
cockroachdb.compactor.suggestionbytes.compacted,count,,byte,,[OpenMetrics v1] Number of logical bytes compacted from suggested compactions,0,cockroachdb,,
cockroachdb.compactor.suggestionbytes.compacted.count,count,,byte,,[OpenMetrics v2] Number of logical bytes compacted from suggested compactions,0,cockroachdb,,
cockroachdb.compactor.suggestionbytes.queued,gauge,,byte,,[OpenMetrics v1 & v2] Number of logical bytes in suggested compactions in the queue,0,cockroachdb,,
cockroachdb.compactor.suggestionbytes.skipped,count,,byte,,[OpenMetrics v1] Number of logical bytes in suggested compactions which were not compacted,0,cockroachdb,,
cockroachdb.compactor.suggestionbytes.skipped.count,count,,byte,,[OpenMetrics v2] Number of logical bytes in suggested compactions which were not compacted,0,cockroachdb,,
cockroachdb.distsender.batch_requests.cross_region.bytes.count,count,,byte,,Total byte count of replica-addressed batch requests processed cross region when region tiers are configured,0,cockroachdb,,
cockroachdb.distsender.batch_requests.cross_zone.bytes.count,count,,byte,,"Total byte count of replica-addressed batch requests processed cross zone within the same region when region and zone tiers are configured. However, if the region tiers are not configured, this count may also include batch data sent between different regions. Ensuring consistent configuration of region and zone tiers across nodes helps to accurately monitor the data transmitted.",0,cockroachdb,,
cockroachdb.distsender.batch_requests.replica_addressed.bytes.count,count,,byte,,Total byte count of replica-addressed batch requests processed,0,cockroachdb,,
Expand Down
5 changes: 0 additions & 5 deletions cockroachdb/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@
'addsstable_applications',
'addsstable_copies',
'addsstable_proposals',
'compactor_compactingnanos',
'compactor_compactions_failure',
'compactor_compactions_success',
'compactor_suggestionbytes_compacted',
'compactor_suggestionbytes_skipped',
'distsender_batches',
'distsender_batches_partial',
'distsender_errors_notleaseholder',
Expand Down
Loading