fix: updated dashboard templates/queries with correct prometheus metr… #1481
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
zk_avg_latency
renamed toClickHouseAsyncMetrics_KeeperAvgLatency
zk_max_latency
renamed toClickHouseAsyncMetrics_KeeperMaxLatency
zk_num_alive_connections
renamed toClickHouseMetrics_KeeperAliveConnections
zk_packets_sent
renamed toClickHouseAsyncMetrics_KeeperPacketsSent
zk_packets_received
renamed toClickHouseAsyncMetrics_KeeperPacketsReceived
zk_znode_count
renamed toClickHouseAsyncMetrics_KeeperZnodeCount
zk_watch_count
renamed toClickHouseAsyncMetrics_KeeperWatchCount
zk_ephemerals_count
renamed toClickHouseAsyncMetrics_KeeperEphemeralsCount
zk_approximate_data_size
renamed toClickHouseAsyncMetrics_KeeperApproximateDataSize
zk_outstanding_requests
renamed toClickHouseMetrics_KeeperOutstandingRequests
zk_open_file_descriptor_count
renamed toClickHouseAsyncMetrics_KeeperOpenFileDescriptorCount
This resolves the issue described here and the dashboard now works normally.