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
1 change: 1 addition & 0 deletions clickhouse/changelog.d/23677.fixed
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add MarkCacheBytes to SystemMetrics query mapping for ClickHouse 25.x+ compatibility, where the metric was moved from system.asynchronous_metrics to system.metrics.
1 change: 1 addition & 0 deletions clickhouse/datadog_checks/clickhouse/queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
'LocalThreadScheduled': {'name': 'thread.local.scheduled', 'type': 'gauge'},
'MMappedFileBytes': {'name': 'mmapped.file.size', 'type': 'gauge'},
'MMappedFiles': {'name': 'mmapped.file.current', 'type': 'gauge'},
'MarkCacheBytes': {'name': 'table.mergetree.storage.mark.cache', 'type': 'gauge'},
'MarksLoaderThreads': {'name': 'threads.marks_loader.total', 'type': 'gauge'},
'MarksLoaderThreadsActive': {'name': 'threads.marks_loader.active', 'type': 'gauge'},
'MarksLoaderThreadsScheduled': {'name': 'threads.marks_loader.scheduled', 'type': 'gauge'},
Expand Down
Loading