diff --git a/milvus/datadog_checks/milvus/metrics.py b/milvus/datadog_checks/milvus/metrics.py index d3a9a434209f6..bd6a7ff744e59 100644 --- a/milvus/datadog_checks/milvus/metrics.py +++ b/milvus/datadog_checks/milvus/metrics.py @@ -3,12 +3,15 @@ # Licensed under a 3-clause BSD style license (see LICENSE) METRIC_MAP = { - 'milvus_build_info': 'build_info', + 'milvus_build_info': {'type': 'metadata', 'label': 'version', 'name': 'version'}, 'milvus_cgo_active_future_total': 'cgo.active_future_total', 'milvus_cgo_cgo_duration_seconds': 'cgo.cgo_duration_seconds', 'milvus_cgo_cgo_queue_duration_seconds': 'cgo.cgo_queue_duration_seconds', 'milvus_cgo_running_cgo_call_total': 'cgo.running_cgo_call_total', - 'milvus_datacoord_channel_checkpoint_unix_seconds': 'datacoord.channel_checkpoint_unix_seconds', + 'milvus_datacoord_channel_checkpoint_unix_seconds': { + 'name': 'datacoord.time_since_channel_checkpoint', + 'type': 'time_elapsed', + }, 'milvus_datacoord_collection_num': 'datacoord.collection_num', 'milvus_datacoord_consume_datanode_tt_lag_ms': 'datacoord.consume_datanode_tt_lag_ms', 'milvus_datacoord_datanode_num': 'datacoord.datanode_num', @@ -69,7 +72,10 @@ 'milvus_proxy_sync_segment_request_length': 'proxy.sync_segment_request_length', 'milvus_proxy_tt_lag_ms': 'proxy.tt_lag_ms', 'milvus_querycoord_collection_num': 'querycoord.collection_num', - 'milvus_querycoord_current_target_checkpoint_unix_seconds': 'querycoord.current_target_checkpoint_unix_seconds', + 'milvus_querycoord_current_target_checkpoint_unix_seconds': { + 'name': 'querycoord.current_target_checkpoint_unix_seconds', + 'type': 'time_elapsed', + }, 'milvus_querycoord_load_latency': 'querycoord.load.latency', 'milvus_querycoord_load_req_count': 'querycoord.load.req', 'milvus_querycoord_partition_num': 'querycoord.partition_num', @@ -168,8 +174,7 @@ 'go_gc_duration_seconds': 'go.gc_duration_seconds', 'go_goroutines': 'go.goroutines', 'go_info': 'go.info', - 'go_memstats_alloc_bytes': 'go.memstats.alloc_bytes', - # 'go_memstats_alloc_bytes_total': 'go.memstats.alloc_bytes_total', + 'go_memstats_alloc_bytes': {'name': 'go.memstats.alloc_bytes', 'type': 'native_dynamic'}, 'go_memstats_buck_hash_sys_bytes': 'go.memstats.buck_hash_sys_bytes', 'go_memstats_frees': 'go.memstats.frees', 'go_memstats_gc_sys_bytes': 'go.memstats.gc_sys_bytes', @@ -209,7 +214,7 @@ 'process_max_fds': 'process.max_fds', 'process_open_fds': 'process.open_fds', 'process_resident_memory_bytes': 'process.resident_memory_bytes', - 'process_start_time_seconds': 'process.start_time_seconds', + 'process_start_time_seconds': {'name': 'process.start_time_seconds', 'type': 'time_elapsed'}, 'process_virtual_memory_bytes': 'process.virtual_memory.bytes', 'process_virtual_memory_max_bytes': 'process.virtual_memory.max_bytes', 'quant_compute_cnt': 'quant.compute_cnt', diff --git a/milvus/manifest.json b/milvus/manifest.json index b77db31b7041c..bf25c410ae353 100644 --- a/milvus/manifest.json +++ b/milvus/manifest.json @@ -8,7 +8,7 @@ "configuration": "README.md#Setup", "support": "README.md#Support", "changelog": "CHANGELOG.md", - "description": "", + "description": "Monitor the performance and usage of your Milvus deployments.", "title": "Milvus", "media": [], "classifier_tags": [ diff --git a/milvus/metadata.csv b/milvus/metadata.csv index d37fc79da2c67..5187ffe47bf77 100644 --- a/milvus/metadata.csv +++ b/milvus/metadata.csv @@ -1,58 +1,58 @@ metric_name,metric_type,interval,unit_name,per_unit_name,description,orientation,integration,short_name,curated_metric,sample_tags -milvus.bf_search_cnt.bucket,count,,,,number of bf search per request,0,milvus,,, -milvus.bf_search_cnt.count,count,,,,number of bf search per request,0,milvus,,, -milvus.bf_search_cnt.sum,count,,,,number of bf search per request,0,milvus,,, -milvus.bitset_ratio.bucket,count,,,,bitset ratio,0,milvus,,, -milvus.bitset_ratio.count,count,,,,bitset ratio,0,milvus,,, -milvus.bitset_ratio.sum,count,,,,bitset ratio,0,milvus,,, +milvus.bf_search_cnt.bucket,count,,,,Number of bf search per request,0,milvus,,, +milvus.bf_search_cnt.count,count,,,,Number of bf search per request,0,milvus,,, +milvus.bf_search_cnt.sum,count,,,,Number of bf search per request,0,milvus,,, +milvus.bitset_ratio.bucket,count,,,,Bitset ratio,0,milvus,,, +milvus.bitset_ratio.count,count,,,,Bitset ratio,0,milvus,,, +milvus.bitset_ratio.sum,count,,,,Bitset ratio,0,milvus,,, milvus.build_info,gauge,,,,Build information of milvus,0,milvus,,, -milvus.build_latency.bucket,count,,,,index build latency (s),0,milvus,,, -milvus.build_latency.count,count,,,,index build latency (s),0,milvus,,, -milvus.build_latency.sum,count,,,,index build latency (s),0,milvus,,, -milvus.cache_hit_cnt.bucket,count,,,,cache hit cnt per request,0,milvus,,, -milvus.cache_hit_cnt.count,count,,,,cache hit cnt per request,0,milvus,,, -milvus.cache_hit_cnt.sum,count,,,,cache hit cnt per request,0,milvus,,, +milvus.build_latency.bucket,count,,,,Index build latency (s),0,milvus,,, +milvus.build_latency.count,count,,,,Index build latency (s),0,milvus,,, +milvus.build_latency.sum,count,,second,,Index build latency (s),0,milvus,,, +milvus.cache_hit_cnt.bucket,count,,,,Cache hit cnt per request,0,milvus,,, +milvus.cache_hit_cnt.count,count,,,,Cache hit cnt per request,0,milvus,,, +milvus.cache_hit_cnt.sum,count,,,,Cache hit cnt per request,0,milvus,,, milvus.cgo.active_future_total,gauge,,,,Total number of active futures.,0,milvus,,, -milvus.cgo.cgo_duration_seconds.bucket,count,,second,,Histogram of cgo call duration in seconds.,0,milvus,,, -milvus.cgo.cgo_duration_seconds.count,count,,second,,Histogram of cgo call duration in seconds.,0,milvus,,, +milvus.cgo.cgo_duration_seconds.bucket,count,,,,Histogram of cgo call duration in seconds.,0,milvus,,, +milvus.cgo.cgo_duration_seconds.count,count,,,,Histogram of cgo call duration in seconds.,0,milvus,,, milvus.cgo.cgo_duration_seconds.sum,count,,second,,Histogram of cgo call duration in seconds.,0,milvus,,, -milvus.cgo.cgo_queue_duration_seconds.bucket,count,,second,,Duration of cgo call in queue.,0,milvus,,, -milvus.cgo.cgo_queue_duration_seconds.count,count,,second,,Duration of cgo call in queue.,0,milvus,,, +milvus.cgo.cgo_queue_duration_seconds.bucket,count,,,,Duration of cgo call in queue.,0,milvus,,, +milvus.cgo.cgo_queue_duration_seconds.count,count,,,,Duration of cgo call in queue.,0,milvus,,, milvus.cgo.cgo_queue_duration_seconds.sum,count,,second,,Duration of cgo call in queue.,0,milvus,,, milvus.cgo.running_cgo_call_total,gauge,,,,Total number of running cgo calls.,0,milvus,,, -milvus.datacoord.channel_checkpoint_unix_seconds,gauge,,,,channel checkpoint timestamp in unix seconds,0,milvus,,, -milvus.datacoord.collection_num,gauge,,,,number of collections,0,milvus,,, -milvus.datacoord.consume_datanode_tt_lag_ms,gauge,,millisecond,,now time minus tt per physical channel,0,milvus,,, -milvus.datacoord.datanode_num,gauge,,,,number of data nodes,0,milvus,,, -milvus.datacoord.import_tasks,gauge,,,,the import tasks grouping by type and state,0,milvus,,, -milvus.datacoord.index.node_num,gauge,,,,number of IndexNodes managed by IndexCoord,0,milvus,,, -milvus.datacoord.index.req.count,count,,,,number of building index requests,0,milvus,,, -milvus.datacoord.index.task_count,gauge,,,,number of index tasks of each type,0,milvus,,, -milvus.datacoord.segment_num,gauge,,,,number of segments,0,milvus,,, -milvus.datacoord.stored.binlog_size,gauge,,byte,,binlog size of healthy segments,0,milvus,,, -milvus.datacoord.stored.index_files_size,gauge,,byte,,index files size of the segments,0,milvus,,, -milvus.datacoord.stored.rows_num,gauge,,,,number of stored rows of healthy segment,0,milvus,,, -milvus.datacoord.task_execute_max_latency.bucket,count,,millisecond,,latency of task execute operation,0,milvus,,, -milvus.datacoord.task_execute_max_latency.count,count,,millisecond,,latency of task execute operation,0,milvus,,, -milvus.datacoord.task_execute_max_latency.sum,count,,millisecond,,latency of task execute operation,0,milvus,,, -milvus.datacoord.watched_dml_chanel_num,gauge,,,,the num of dml channel watched by datanode,0,milvus,,, -milvus.datanode.autoflush_buffer_op.count,count,,,,count of auto flush buffer operations,0,milvus,,, +milvus.datacoord.channel_checkpoint_unix_seconds,gauge,,,,Channel checkpoint timestamp in unix seconds,0,milvus,,, +milvus.datacoord.collection_num,gauge,,,,Number of collections,0,milvus,,, +milvus.datacoord.consume_datanode_tt_lag_ms,gauge,,millisecond,,Now time minus tt per physical channel,0,milvus,,, +milvus.datacoord.datanode_num,gauge,,,,Number of data nodes,0,milvus,,, +milvus.datacoord.import_tasks,gauge,,,,The import tasks grouping by type and state,0,milvus,,, +milvus.datacoord.index.node_num,gauge,,,,Number of IndexNodes managed by IndexCoord,0,milvus,,, +milvus.datacoord.index.req.count,count,,,,Number of building index requests,0,milvus,,, +milvus.datacoord.index.task_count,gauge,,,,Number of index tasks of each type,0,milvus,,, +milvus.datacoord.segment_num,gauge,,,,Number of segments,0,milvus,,, +milvus.datacoord.stored.binlog_size,gauge,,byte,,Binlog size of healthy segments,0,milvus,,, +milvus.datacoord.stored.index_files_size,gauge,,byte,,Index files size of the segments,0,milvus,,, +milvus.datacoord.stored.rows_num,gauge,,,,Number of stored rows of healthy segment,0,milvus,,, +milvus.datacoord.task_execute_max_latency.bucket,count,,,,Latency of task execute operation,0,milvus,,, +milvus.datacoord.task_execute_max_latency.count,count,,,,Latency of task execute operation,0,milvus,,, +milvus.datacoord.task_execute_max_latency.sum,count,,millisecond,,Latency of task execute operation,0,milvus,,, +milvus.datacoord.watched_dml_chanel_num,gauge,,,,The num of dml channel watched by datanode,0,milvus,,, +milvus.datanode.autoflush_buffer_op.count,count,,,,Count of auto flush buffer operations,0,milvus,,, milvus.datanode.consume.bytes.count,count,,,,,0,milvus,,, -milvus.datanode.consume.msg.count,count,,,,count of consumed msg,0,milvus,,, -milvus.datanode.consume.tt_lag_ms,gauge,,millisecond,,now time minus tt per physical channel,0,milvus,,, -milvus.datanode.encode_buffer_latency.bucket,count,,millisecond,,latency of encode buffer data,0,milvus,,, -milvus.datanode.encode_buffer_latency.count,count,,millisecond,,latency of encode buffer data,0,milvus,,, -milvus.datanode.encode_buffer_latency.sum,count,,millisecond,,latency of encode buffer data,0,milvus,,, -milvus.datanode.flowgraph_num,gauge,,,,number of flowgraphs,0,milvus,,, -milvus.datanode.flush.buffer_op.count,count,,,,count of flush buffer operations,0,milvus,,, -milvus.datanode.flush.req.count,count,,,,count of flush request,0,milvus,,, -milvus.datanode.flushed_data.rows.count,count,,,,num of rows flushed to storage,0,milvus,,, -milvus.datanode.flushed_data.size.count,count,,byte,,byte size of data flushed to storage,0,milvus,,, +milvus.datanode.consume.msg.count,count,,,,Count of consumed msg,0,milvus,,, +milvus.datanode.consume.tt_lag_ms,gauge,,millisecond,,Now time minus tt per physical channel,0,milvus,,, +milvus.datanode.encode_buffer_latency.bucket,count,,,,Latency of encode buffer data,0,milvus,,, +milvus.datanode.encode_buffer_latency.count,count,,,,Latency of encode buffer data,0,milvus,,, +milvus.datanode.encode_buffer_latency.sum,count,,millisecond,,Latency of encode buffer data,0,milvus,,, +milvus.datanode.flowgraph_num,gauge,,,,Number of flowgraphs,0,milvus,,, +milvus.datanode.flush.buffer_op.count,count,,,,Count of flush buffer operations,0,milvus,,, +milvus.datanode.flush.req.count,count,,,,Count of flush request,0,milvus,,, +milvus.datanode.flushed_data.rows.count,count,,,,Num of rows flushed to storage,0,milvus,,, +milvus.datanode.flushed_data.size.count,count,,byte,,Byte size of data flushed to storage,0,milvus,,, milvus.datanode.msg.dispatcher_tt_lag_ms,gauge,,millisecond,,time.Now() sub dispatcher's current consume time,0,milvus,,, -milvus.datanode.msg.rows.count,count,,,,count of rows consumed from msgStream,0,milvus,,, -milvus.datanode.save_latency.bucket,count,,millisecond,,latency of saving flush data to storage,0,milvus,,, -milvus.datanode.save_latency.count,count,,millisecond,,latency of saving flush data to storage,0,milvus,,, -milvus.datanode.save_latency.sum,count,,millisecond,,latency of saving flush data to storage,0,milvus,,, +milvus.datanode.msg.rows.count,count,,,,Count of rows consumed from msgStream,0,milvus,,, +milvus.datanode.save_latency.bucket,count,,,,Latency of saving flush data to storage,0,milvus,,, +milvus.datanode.save_latency.count,count,,,,Latency of saving flush data to storage,0,milvus,,, +milvus.datanode.save_latency.sum,count,,millisecond,,Latency of saving flush data to storage,0,milvus,,, milvus.diskann.range_search_iters.bucket,count,,,,DISKANN range search iterations,0,milvus,,, milvus.diskann.range_search_iters.count,count,,,,DISKANN range search iterations,0,milvus,,, milvus.diskann.range_search_iters.sum,count,,,,DISKANN range search iterations,0,milvus,,, @@ -62,27 +62,27 @@ milvus.diskann.search_hops.sum,count,,,,DISKANN search hops,0,milvus,,, milvus.diskann_bitset_ratio.bucket,count,,,,DISKANN bitset ratio for search and range search,0,milvus,,, milvus.diskann_bitset_ratio.count,count,,,,DISKANN bitset ratio for search and range search,0,milvus,,, milvus.diskann_bitset_ratio.sum,count,,,,DISKANN bitset ratio for search and range search,0,milvus,,, -milvus.exec_latency.bucket,count,,,,execute latency per request,0,milvus,,, -milvus.exec_latency.count,count,,,,execute latency per request,0,milvus,,, -milvus.exec_latency.sum,count,,,,execute latency per request,0,milvus,,, -milvus.filter.connectivity_ratio.bucket,count,,,,avg connectivity ratio set under filtering per request,0,milvus,,, -milvus.filter.connectivity_ratio.count,count,,,,avg connectivity ratio set under filtering per request,0,milvus,,, -milvus.filter.connectivity_ratio.sum,count,,,,avg connectivity ratio set under filtering per request,0,milvus,,, -milvus.filter.mv.activated_fields_cnt.bucket,count,,,,avg mv activated fields per request,0,milvus,,, -milvus.filter.mv.activated_fields_cnt.count,count,,,,avg mv activated fields per request,0,milvus,,, -milvus.filter.mv.activated_fields_cnt.sum,count,,,,avg mv activated fields per request,0,milvus,,, -milvus.filter.mv.change_base_cnt.bucket,count,,,,mv change base cnt per request,0,milvus,,, -milvus.filter.mv.change_base_cnt.count,count,,,,mv change base cnt per request,0,milvus,,, -milvus.filter.mv.change_base_cnt.sum,count,,,,mv change base cnt per request,0,milvus,,, -milvus.filter.mv.only_cnt.bucket,count,,,,mv only cnt per request,0,milvus,,, -milvus.filter.mv.only_cnt.count,count,,,,mv only cnt per request,0,milvus,,, -milvus.filter.mv.only_cnt.sum,count,,,,mv only cnt per request,0,milvus,,, -milvus.filter.mv.supplement_ep_bool_cnt.bucket,count,,,,mv supplement ep from bitset boolean cnt per request,0,milvus,,, -milvus.filter.mv.supplement_ep_bool_cnt.count,count,,,,mv supplement ep from bitset boolean cnt per request,0,milvus,,, -milvus.filter.mv.supplement_ep_bool_cnt.sum,count,,,,mv supplement ep from bitset boolean cnt per request,0,milvus,,, -milvus.flushed_segment_file_num.bucket,count,,,,the num of files for flushed segment,0,milvus,,, -milvus.flushed_segment_file_num.count,count,,,,the num of files for flushed segment,0,milvus,,, -milvus.flushed_segment_file_num.sum,count,,,,the num of files for flushed segment,0,milvus,,, +milvus.exec_latency.bucket,count,,,,Execute latency per request,0,milvus,,, +milvus.exec_latency.count,count,,,,Execute latency per request,0,milvus,,, +milvus.exec_latency.sum,count,,,,Execute latency per request,0,milvus,,, +milvus.filter.connectivity_ratio.bucket,count,,,,Avg connectivity ratio set under filtering per request,0,milvus,,, +milvus.filter.connectivity_ratio.count,count,,,,Avg connectivity ratio set under filtering per request,0,milvus,,, +milvus.filter.connectivity_ratio.sum,count,,,,Avg connectivity ratio set under filtering per request,0,milvus,,, +milvus.filter.mv.activated_fields_cnt.bucket,count,,,,Avg mv activated fields per request,0,milvus,,, +milvus.filter.mv.activated_fields_cnt.count,count,,,,Avg mv activated fields per request,0,milvus,,, +milvus.filter.mv.activated_fields_cnt.sum,count,,,,Avg mv activated fields per request,0,milvus,,, +milvus.filter.mv.change_base_cnt.bucket,count,,,,Mv change base cnt per request,0,milvus,,, +milvus.filter.mv.change_base_cnt.count,count,,,,Mv change base cnt per request,0,milvus,,, +milvus.filter.mv.change_base_cnt.sum,count,,,,Mv change base cnt per request,0,milvus,,, +milvus.filter.mv.only_cnt.bucket,count,,,,Mv only cnt per request,0,milvus,,, +milvus.filter.mv.only_cnt.count,count,,,,Mv only cnt per request,0,milvus,,, +milvus.filter.mv.only_cnt.sum,count,,,,Mv only cnt per request,0,milvus,,, +milvus.filter.mv.supplement_ep_bool_cnt.bucket,count,,,,Mv supplement ep from bitset boolean cnt per request,0,milvus,,, +milvus.filter.mv.supplement_ep_bool_cnt.count,count,,,,Mv supplement ep from bitset boolean cnt per request,0,milvus,,, +milvus.filter.mv.supplement_ep_bool_cnt.sum,count,,,,Mv supplement ep from bitset boolean cnt per request,0,milvus,,, +milvus.flushed_segment_file_num.bucket,count,,,,The num of files for flushed segment,0,milvus,,, +milvus.flushed_segment_file_num.count,count,,,,The num of files for flushed segment,0,milvus,,, +milvus.flushed_segment_file_num.sum,count,,,,The num of files for flushed segment,0,milvus,,, milvus.go.gc_duration_seconds.count,count,,,,A summary of the pause duration of garbage collection cycles.,0,milvus,,, milvus.go.gc_duration_seconds.quantile,gauge,,,,A summary of the pause duration of garbage collection cycles.,0,milvus,,, milvus.go.gc_duration_seconds.sum,count,,,,A summary of the pause duration of garbage collection cycles.,0,milvus,,, @@ -112,31 +112,31 @@ milvus.go.memstats.stack.inuse_bytes,gauge,,,,Number of bytes in use by the stac milvus.go.memstats.stack.sys_bytes,gauge,,,,Number of bytes obtained from system for stack allocator.,0,milvus,,, milvus.go.memstats.sys_bytes,gauge,,,,Number of bytes obtained from system.,0,milvus,,, milvus.go.threads,gauge,,,,Number of OS threads created.,0,milvus,,, -milvus.graph_search_cnt.bucket,count,,,,number of graph search per request,0,milvus,,, -milvus.graph_search_cnt.count,count,,,,number of graph search per request,0,milvus,,, -milvus.graph_search_cnt.sum,count,,,,number of graph search per request,0,milvus,,, +milvus.graph_search_cnt.bucket,count,,,,Number of graph search per request,0,milvus,,, +milvus.graph_search_cnt.count,count,,,,Number of graph search per request,0,milvus,,, +milvus.graph_search_cnt.sum,count,,,,Number of graph search per request,0,milvus,,, milvus.hnsw.bitset_ratio.bucket,count,,,,HNSW bitset ratio for search and range search,0,milvus,,, milvus.hnsw.bitset_ratio.count,count,,,,HNSW bitset ratio for search and range search,0,milvus,,, milvus.hnsw.bitset_ratio.sum,count,,,,HNSW bitset ratio for search and range search,0,milvus,,, milvus.hnsw.search_hops.bucket,count,,,,HNSW search hops in layer 0,0,milvus,,, milvus.hnsw.search_hops.count,count,,,,HNSW search hops in layer 0,0,milvus,,, milvus.hnsw.search_hops.sum,count,,,,HNSW search hops in layer 0,0,milvus,,, -milvus.indexnode.build_index_latency.bucket,count,,millisecond,,latency of build index for segment,0,milvus,,, -milvus.indexnode.build_index_latency.count,count,,millisecond,,latency of build index for segment,0,milvus,,, -milvus.indexnode.build_index_latency.sum,count,,millisecond,,latency of build index for segment,0,milvus,,, -milvus.indexnode.encode_index_latency.bucket,count,,millisecond,,latency of encoding the index file,0,milvus,,, -milvus.indexnode.encode_index_latency.count,count,,millisecond,,latency of encoding the index file,0,milvus,,, -milvus.indexnode.encode_index_latency.sum,count,,millisecond,,latency of encoding the index file,0,milvus,,, -milvus.indexnode.index.task.count,count,,,,number of tasks that index node received,0,milvus,,, -milvus.indexnode.index.task_latency_in_queue.bucket,count,,millisecond,,latency of index task in queue,0,milvus,,, -milvus.indexnode.index.task_latency_in_queue.count,count,,millisecond,,latency of index task in queue,0,milvus,,, -milvus.indexnode.index.task_latency_in_queue.sum,count,,millisecond,,latency of index task in queue,0,milvus,,, -milvus.indexnode.knowhere_build_index_latency.bucket,count,,millisecond,,latency of building the index by knowhere,0,milvus,,, -milvus.indexnode.knowhere_build_index_latency.count,count,,millisecond,,latency of building the index by knowhere,0,milvus,,, -milvus.indexnode.knowhere_build_index_latency.sum,count,,millisecond,,latency of building the index by knowhere,0,milvus,,, -milvus.indexnode.save_index_latency.bucket,count,,millisecond,,latency of saving the index file,0,milvus,,, -milvus.indexnode.save_index_latency.count,count,,millisecond,,latency of saving the index file,0,milvus,,, -milvus.indexnode.save_index_latency.sum,count,,millisecond,,latency of saving the index file,0,milvus,,, +milvus.indexnode.build_index_latency.bucket,count,,,,Latency of build index for segment,0,milvus,,, +milvus.indexnode.build_index_latency.count,count,,,,Latency of build index for segment,0,milvus,,, +milvus.indexnode.build_index_latency.sum,count,,millisecond,,Latency of build index for segment,0,milvus,,, +milvus.indexnode.encode_index_latency.bucket,count,,,,Latency of encoding the index file,0,milvus,,, +milvus.indexnode.encode_index_latency.count,count,,,,Latency of encoding the index file,0,milvus,,, +milvus.indexnode.encode_index_latency.sum,count,,millisecond,,Latency of encoding the index file,0,milvus,,, +milvus.indexnode.index.task.count,count,,,,Number of tasks that index node received,0,milvus,,, +milvus.indexnode.index.task_latency_in_queue.bucket,count,,,,Latency of index task in queue,0,milvus,,, +milvus.indexnode.index.task_latency_in_queue.count,count,,,,Latency of index task in queue,0,milvus,,, +milvus.indexnode.index.task_latency_in_queue.sum,count,,millisecond,,Latency of index task in queue,0,milvus,,, +milvus.indexnode.knowhere_build_index_latency.bucket,count,,,,Latency of building the index by knowhere,0,milvus,,, +milvus.indexnode.knowhere_build_index_latency.count,count,,,,Latency of building the index by knowhere,0,milvus,,, +milvus.indexnode.knowhere_build_index_latency.sum,count,,millisecond,,Latency of building the index by knowhere,0,milvus,,, +milvus.indexnode.save_index_latency.bucket,count,,,,Latency of saving the index file,0,milvus,,, +milvus.indexnode.save_index_latency.count,count,,,,Latency of saving the index file,0,milvus,,, +milvus.indexnode.save_index_latency.sum,count,,millisecond,,Latency of saving the index file,0,milvus,,, milvus.internal.core_search_latency.bucket,count,,,,[cpp]latency(us) of search on segment,0,milvus,,, milvus.internal.core_search_latency.count,count,,,,[cpp]latency(us) of search on segment,0,milvus,,, milvus.internal.core_search_latency.sum,count,,,,[cpp]latency(us) of search on segment,0,milvus,,, @@ -153,29 +153,29 @@ milvus.internal.storage.load_duration.sum,count,,,,[cpp]durations of load segmen milvus.internal.storage.op.count,count,,,,[cpp]count of persistent data operation,0,milvus,,, milvus.internal.storage.request_latency.bucket,count,,,,[cpp]request latency(ms) on the client side,0,milvus,,, milvus.internal.storage.request_latency.count,count,,,,[cpp]request latency(ms) on the client side,0,milvus,,, -milvus.internal.storage.request_latency.sum,count,,,,[cpp]request latency(ms) on the client side,0,milvus,,, -milvus.io_cnt.bucket,count,,,,io cnt per request,0,milvus,,, -milvus.io_cnt.count,count,,,,io cnt per request,0,milvus,,, -milvus.io_cnt.sum,count,,,,io cnt per request,0,milvus,,, -milvus.ivf_search_cnt.bucket,count,,,,number of ivf search per request,0,milvus,,, -milvus.ivf_search_cnt.count,count,,,,number of ivf search per request,0,milvus,,, -milvus.ivf_search_cnt.sum,count,,,,number of ivf search per request,0,milvus,,, -milvus.load_latency.bucket,count,,,,index load latency (ms),0,milvus,,, -milvus.load_latency.count,count,,,,index load latency (ms),0,milvus,,, -milvus.load_latency.sum,count,,,,index load latency (ms),0,milvus,,, -milvus.meta.kv_size.bucket,count,,,,kv size stats,0,milvus,,, -milvus.meta.kv_size.count,count,,,,kv size stats,0,milvus,,, -milvus.meta.kv_size.sum,count,,,,kv size stats,0,milvus,,, -milvus.meta.op.count,count,,,,count of meta operation,0,milvus,,, -milvus.meta.request_latency.bucket,count,,millisecond,,request latency on the client side,0,milvus,,, -milvus.meta.request_latency.count,count,,millisecond,,request latency on the client side,0,milvus,,, -milvus.meta.request_latency.sum,count,,millisecond,,request latency on the client side,0,milvus,,, -milvus.msg_queue_consumer_num,gauge,,,,number of consumers,0,milvus,,, -milvus.msgstream.op.count,count,,,,count of stream message operation,0,milvus,,, -milvus.msgstream.request_latency.bucket,count,,millisecond,,request latency on the client side,0,milvus,,, -milvus.msgstream.request_latency.count,count,,millisecond,,request latency on the client side,0,milvus,,, -milvus.msgstream.request_latency.sum,count,,millisecond,,request latency on the client side,0,milvus,,, -milvus.num_node,gauge,,,,number of nodes and coordinates,0,milvus,,, +milvus.internal.storage.request_latency.sum,count,,millisecond,,[cpp]request latency(ms) on the client side,0,milvus,,, +milvus.io_cnt.bucket,count,,,,Io cnt per request,0,milvus,,, +milvus.io_cnt.count,count,,,,Io cnt per request,0,milvus,,, +milvus.io_cnt.sum,count,,,,Io cnt per request,0,milvus,,, +milvus.ivf_search_cnt.bucket,count,,,,Number of ivf search per request,0,milvus,,, +milvus.ivf_search_cnt.count,count,,,,Number of ivf search per request,0,milvus,,, +milvus.ivf_search_cnt.sum,count,,,,Number of ivf search per request,0,milvus,,, +milvus.load_latency.bucket,count,,,,Index load latency (ms),0,milvus,,, +milvus.load_latency.count,count,,,,Index load latency (ms),0,milvus,,, +milvus.load_latency.sum,count,,millisecond,,Index load latency (ms),0,milvus,,, +milvus.meta.kv_size.bucket,count,,,,Kv size stats,0,milvus,,, +milvus.meta.kv_size.count,count,,,,Kv size stats,0,milvus,,, +milvus.meta.kv_size.sum,count,,,,Kv size stats,0,milvus,,, +milvus.meta.op.count,count,,,,Count of meta operation,0,milvus,,, +milvus.meta.request_latency.bucket,count,,,,Request latency on the client side,0,milvus,,, +milvus.meta.request_latency.count,count,,,,Request latency on the client side,0,milvus,,, +milvus.meta.request_latency.sum,count,,millisecond,,Request latency on the client side,0,milvus,,, +milvus.msg_queue_consumer_num,gauge,,,,Number of consumers,0,milvus,,, +milvus.msgstream.op.count,count,,,,Count of stream message operation,0,milvus,,, +milvus.msgstream.request_latency.bucket,count,,,,Request latency on the client side,0,milvus,,, +milvus.msgstream.request_latency.count,count,,,,Request latency on the client side,0,milvus,,, +milvus.msgstream.request_latency.sum,count,,millisecond,,Request latency on the client side,0,milvus,,, +milvus.num_node,gauge,,,,Number of nodes and coordinates,0,milvus,,, milvus.process.cpu_seconds.count,count,,,,Total user and system CPU time spent in seconds.,0,milvus,,, milvus.process.max_fds,gauge,,,,Maximum number of open file descriptors.,0,milvus,,, milvus.process.open_fds,gauge,,,,Number of open file descriptors.,0,milvus,,, @@ -183,205 +183,205 @@ milvus.process.resident_memory_bytes,gauge,,,,Resident memory size in bytes.,0,m milvus.process.start_time_seconds,gauge,,,,Start time of the process since unix epoch in seconds.,0,milvus,,, milvus.process.virtual_memory.bytes,gauge,,,,Virtual memory size in bytes.,0,milvus,,, milvus.process.virtual_memory.max_bytes,gauge,,,,Maximum amount of virtual memory available in bytes.,0,milvus,,, -milvus.proxy.apply.pk_latency.bucket,count,,millisecond,,latency that apply primary key,0,milvus,,, -milvus.proxy.apply.pk_latency.count,count,,millisecond,,latency that apply primary key,0,milvus,,, -milvus.proxy.apply.pk_latency.sum,count,,millisecond,,latency that apply primary key,0,milvus,,, -milvus.proxy.apply.timestamp_latency.bucket,count,,millisecond,,latency that proxy apply timestamp,0,milvus,,, -milvus.proxy.apply.timestamp_latency.count,count,,millisecond,,latency that proxy apply timestamp,0,milvus,,, -milvus.proxy.apply.timestamp_latency.sum,count,,millisecond,,latency that proxy apply timestamp,0,milvus,,, -milvus.proxy.assign_segmentID_latency.bucket,count,,millisecond,,latency that proxy get segmentID from dataCoord,0,milvus,,, -milvus.proxy.assign_segmentID_latency.count,count,,millisecond,,latency that proxy get segmentID from dataCoord,0,milvus,,, -milvus.proxy.assign_segmentID_latency.sum,count,,millisecond,,latency that proxy get segmentID from dataCoord,0,milvus,,, +milvus.proxy.apply.pk_latency.bucket,count,,,,Latency that apply primary key,0,milvus,,, +milvus.proxy.apply.pk_latency.count,count,,,,Latency that apply primary key,0,milvus,,, +milvus.proxy.apply.pk_latency.sum,count,,millisecond,,Latency that apply primary key,0,milvus,,, +milvus.proxy.apply.timestamp_latency.bucket,count,,,,Latency that proxy apply timestamp,0,milvus,,, +milvus.proxy.apply.timestamp_latency.count,count,,,,Latency that proxy apply timestamp,0,milvus,,, +milvus.proxy.apply.timestamp_latency.sum,count,,millisecond,,Latency that proxy apply timestamp,0,milvus,,, +milvus.proxy.assign_segmentID_latency.bucket,count,,,,Latency that proxy get segmentID from dataCoord,0,milvus,,, +milvus.proxy.assign_segmentID_latency.count,count,,,,Latency that proxy get segmentID from dataCoord,0,milvus,,, +milvus.proxy.assign_segmentID_latency.sum,count,,millisecond,,Latency that proxy get segmentID from dataCoord,0,milvus,,, milvus.proxy.cache.hit.count,count,,,,count of cache hits/miss,0,milvus,,, -milvus.proxy.cache.update_latency.bucket,count,,millisecond,,latency that proxy update cache when cache miss,0,milvus,,, -milvus.proxy.cache.update_latency.count,count,,millisecond,,latency that proxy update cache when cache miss,0,milvus,,, -milvus.proxy.cache.update_latency.sum,count,,millisecond,,latency that proxy update cache when cache miss,0,milvus,,, -milvus.proxy.delete_vectors.count,count,,,,counter of vectors successfully deleted,0,milvus,,, -milvus.proxy.msgstream_obj_num,gauge,,,,number of MsgStream objects per physical channel,0,milvus,,, -milvus.proxy.mutation_send_latency.bucket,count,,millisecond,,latency that proxy send insert request to MsgStream,0,milvus,,, -milvus.proxy.mutation_send_latency.count,count,,millisecond,,latency that proxy send insert request to MsgStream,0,milvus,,, -milvus.proxy.mutation_send_latency.sum,count,,millisecond,,latency that proxy send insert request to MsgStream,0,milvus,,, -milvus.proxy.rate_limit_req.count,count,,,,count of operation executed,0,milvus,,, -milvus.proxy.report_value.count,count,,,,report value about the request,0,milvus,,, -milvus.proxy.req.count,count,,,,count of operation executed,0,milvus,,, -milvus.proxy.req.in_queue_latency.bucket,count,,millisecond,,latency which request waits in the queue,0,milvus,,, -milvus.proxy.req.in_queue_latency.count,count,,millisecond,,latency which request waits in the queue,0,milvus,,, -milvus.proxy.req.in_queue_latency.sum,count,,millisecond,,latency which request waits in the queue,0,milvus,,, -milvus.proxy.req.latency.bucket,count,,millisecond,,latency of each request,0,milvus,,, -milvus.proxy.req.latency.count,count,,millisecond,,latency of each request,0,milvus,,, -milvus.proxy.req.latency.sum,count,,millisecond,,latency of each request,0,milvus,,, -milvus.proxy.send_bytes.count,count,,,,count of bytes sent back to sdk,0,milvus,,, -milvus.proxy.sq.decode_result_latency.bucket,count,,millisecond,,latency that proxy decodes the search result,0,milvus,,, -milvus.proxy.sq.decode_result_latency.count,count,,millisecond,,latency that proxy decodes the search result,0,milvus,,, -milvus.proxy.sq.decode_result_latency.sum,count,,millisecond,,latency that proxy decodes the search result,0,milvus,,, -milvus.proxy.sq.reduce_result_latency.bucket,count,,millisecond,,latency that proxy reduces search result,0,milvus,,, -milvus.proxy.sq.reduce_result_latency.count,count,,millisecond,,latency that proxy reduces search result,0,milvus,,, -milvus.proxy.sq.reduce_result_latency.sum,count,,millisecond,,latency that proxy reduces search result,0,milvus,,, -milvus.proxy.sq.wait_result_latency.bucket,count,,millisecond,,latency that proxy waits for the result,0,milvus,,, -milvus.proxy.sq.wait_result_latency.count,count,,millisecond,,latency that proxy waits for the result,0,milvus,,, -milvus.proxy.sq.wait_result_latency.sum,count,,millisecond,,latency that proxy waits for the result,0,milvus,,, -milvus.proxy.sync_segment_request_length.bucket,count,,,,the length of SegmentIDRequests when assigning segments for insert,0,milvus,,, -milvus.proxy.sync_segment_request_length.count,count,,,,the length of SegmentIDRequests when assigning segments for insert,0,milvus,,, -milvus.proxy.sync_segment_request_length.sum,count,,,,the length of SegmentIDRequests when assigning segments for insert,0,milvus,,, -milvus.proxy.tt_lag_ms,gauge,,millisecond,,now time minus tt per physical channel,0,milvus,,, -milvus.quant.compute_cnt.bucket,count,,,,quant compute cnt per request,0,milvus,,, -milvus.quant.compute_cnt.count,count,,,,quant compute cnt per request,0,milvus,,, -milvus.quant.compute_cnt.sum,count,,,,quant compute cnt per request,0,milvus,,, -milvus.querycoord.collection_num,gauge,,,,number of collections,0,milvus,,, -milvus.querycoord.current_target_checkpoint_unix_seconds,gauge,,,,current target checkpoint timestamp in unix seconds,0,milvus,,, -milvus.querycoord.load.latency.bucket,count,,millisecond,,latency of load the entire collection,0,milvus,,, -milvus.querycoord.load.latency.count,count,,millisecond,,latency of load the entire collection,0,milvus,,, -milvus.querycoord.load.latency.sum,count,,millisecond,,latency of load the entire collection,0,milvus,,, -milvus.querycoord.load.req.count,count,,,,count of load request,0,milvus,,, -milvus.querycoord.partition_num,gauge,,,,number of partitions,0,milvus,,, -milvus.querycoord.querynode_num,gauge,,,,number of QueryNodes managered by QueryCoord,0,milvus,,, -milvus.querycoord.release.latency.bucket,count,,millisecond,,latency of release request,0,milvus,,, -milvus.querycoord.release.latency.count,count,,millisecond,,latency of release request,0,milvus,,, -milvus.querycoord.release.latency.sum,count,,millisecond,,latency of release request,0,milvus,,, -milvus.querycoord.release.req.count,count,,,,count of release request,0,milvus,,, +milvus.proxy.cache.update_latency.bucket,count,,,,Latency that proxy update cache when cache miss,0,milvus,,, +milvus.proxy.cache.update_latency.count,count,,,,Latency that proxy update cache when cache miss,0,milvus,,, +milvus.proxy.cache.update_latency.sum,count,,millisecond,,Latency that proxy update cache when cache miss,0,milvus,,, +milvus.proxy.delete_vectors.count,count,,,,Counter of vectors successfully deleted,0,milvus,,, +milvus.proxy.msgstream_obj_num,gauge,,,,Number of MsgStream objects per physical channel,0,milvus,,, +milvus.proxy.mutation_send_latency.bucket,count,,,,Latency that proxy send insert request to MsgStream,0,milvus,,, +milvus.proxy.mutation_send_latency.count,count,,,,Latency that proxy send insert request to MsgStream,0,milvus,,, +milvus.proxy.mutation_send_latency.sum,count,,millisecond,,Latency that proxy send insert request to MsgStream,0,milvus,,, +milvus.proxy.rate_limit_req.count,count,,,,Count of operation executed,0,milvus,,, +milvus.proxy.report_value.count,count,,,,Report value about the request,0,milvus,,, +milvus.proxy.req.count,count,,,,Count of operation executed,0,milvus,,, +milvus.proxy.req.in_queue_latency.bucket,count,,,,Latency which request waits in the queue,0,milvus,,, +milvus.proxy.req.in_queue_latency.count,count,,,,Latency which request waits in the queue,0,milvus,,, +milvus.proxy.req.in_queue_latency.sum,count,,millisecond,,Latency which request waits in the queue,0,milvus,,, +milvus.proxy.req.latency.bucket,count,,,,Latency of each request,0,milvus,,, +milvus.proxy.req.latency.count,count,,,,Latency of each request,0,milvus,,, +milvus.proxy.req.latency.sum,count,,millisecond,,Latency of each request,0,milvus,,, +milvus.proxy.send_bytes.count,count,,,,Count of bytes sent back to sdk,0,milvus,,, +milvus.proxy.sq.decode_result_latency.bucket,count,,,,Latency that proxy decodes the search result,0,milvus,,, +milvus.proxy.sq.decode_result_latency.count,count,,,,Latency that proxy decodes the search result,0,milvus,,, +milvus.proxy.sq.decode_result_latency.sum,count,,millisecond,,Latency that proxy decodes the search result,0,milvus,,, +milvus.proxy.sq.reduce_result_latency.bucket,count,,,,Latency that proxy reduces search result,0,milvus,,, +milvus.proxy.sq.reduce_result_latency.count,count,,,,Latency that proxy reduces search result,0,milvus,,, +milvus.proxy.sq.reduce_result_latency.sum,count,,millisecond,,Latency that proxy reduces search result,0,milvus,,, +milvus.proxy.sq.wait_result_latency.bucket,count,,,,Latency that proxy waits for the result,0,milvus,,, +milvus.proxy.sq.wait_result_latency.count,count,,,,Latency that proxy waits for the result,0,milvus,,, +milvus.proxy.sq.wait_result_latency.sum,count,,millisecond,,Latency that proxy waits for the result,0,milvus,,, +milvus.proxy.sync_segment_request_length.bucket,count,,,,The length of SegmentIDRequests when assigning segments for insert,0,milvus,,, +milvus.proxy.sync_segment_request_length.count,count,,,,The length of SegmentIDRequests when assigning segments for insert,0,milvus,,, +milvus.proxy.sync_segment_request_length.sum,count,,,,The length of SegmentIDRequests when assigning segments for insert,0,milvus,,, +milvus.proxy.tt_lag_ms,gauge,,millisecond,,Now time minus tt per physical channel,0,milvus,,, +milvus.quant.compute_cnt.bucket,count,,,,Quant compute cnt per request,0,milvus,,, +milvus.quant.compute_cnt.count,count,,,,Quant compute cnt per request,0,milvus,,, +milvus.quant.compute_cnt.sum,count,,,,Quant compute cnt per request,0,milvus,,, +milvus.querycoord.collection_num,gauge,,,,Number of collections,0,milvus,,, +milvus.querycoord.current_target_checkpoint_unix_seconds,gauge,,,,Current target checkpoint timestamp in unix seconds,0,milvus,,, +milvus.querycoord.load.latency.bucket,count,,,,Latency of load the entire collection,0,milvus,,, +milvus.querycoord.load.latency.count,count,,,,Latency of load the entire collection,0,milvus,,, +milvus.querycoord.load.latency.sum,count,,millisecond,,Latency of load the entire collection,0,milvus,,, +milvus.querycoord.load.req.count,count,,,,Count of load request,0,milvus,,, +milvus.querycoord.partition_num,gauge,,,,Number of partitions,0,milvus,,, +milvus.querycoord.querynode_num,gauge,,,,Number of QueryNodes managered by QueryCoord,0,milvus,,, +milvus.querycoord.release.latency.bucket,count,,,,Latency of release request,0,milvus,,, +milvus.querycoord.release.latency.count,count,,,,Latency of release request,0,milvus,,, +milvus.querycoord.release.latency.sum,count,,millisecond,,Latency of release request,0,milvus,,, +milvus.querycoord.release.req.count,count,,,,Count of release request,0,milvus,,, milvus.querycoord_task_num,gauge,,,,the number of tasks in QueryCoord's scheduler,0,milvus,,, -milvus.querynode.apply_bf_latency.bucket,count,,millisecond,,apply bf cost in ms,0,milvus,,, -milvus.querynode.apply_bf_latency.count,count,,millisecond,,apply bf cost in ms,0,milvus,,, -milvus.querynode.apply_bf_latency.sum,count,,millisecond,,apply bf cost in ms,0,milvus,,, -milvus.querynode.collection_num,gauge,,,,number of collections loaded,0,milvus,,, +milvus.querynode.apply_bf_latency.bucket,count,,,,Apply bf cost in ms,0,milvus,,, +milvus.querynode.apply_bf_latency.count,count,,,,Apply bf cost in ms,0,milvus,,, +milvus.querynode.apply_bf_latency.sum,count,,millisecond,,Apply bf cost in ms,0,milvus,,, +milvus.querynode.collection_num,gauge,,,,Number of collections loaded,0,milvus,,, milvus.querynode.consume.bytes_counter.count,count,,,,,0,milvus,,, -milvus.querynode.consume.msg.count,count,,,,count of consumed msg,0,milvus,,, -milvus.querynode.consume.tt_lag_ms,gauge,,millisecond,,now time minus tt per physical channel,0,milvus,,, -milvus.querynode.disk.cache.evict.bytes.count,count,,byte,,number of bytes evicted from disk cache,0,milvus,,, -milvus.querynode.disk.cache.evict.count,count,,,,number of segments evicted from disk cache,0,milvus,,, -milvus.querynode.disk.cache.evict.duration.count,count,,millisecond,,total time cost of evicting segments from disk cache,0,milvus,,, -milvus.querynode.disk.cache.evict.global_duration.bucket,count,,millisecond,,global duration of evicting segments from disk cache,0,milvus,,, -milvus.querynode.disk.cache.evict.global_duration.count,count,,millisecond,,global duration of evicting segments from disk cache,0,milvus,,, -milvus.querynode.disk.cache.evict.global_duration.sum,count,,millisecond,,global duration of evicting segments from disk cache,0,milvus,,, -milvus.querynode.disk.cache.load.bytes.count,count,,byte,,number of bytes loaded from disk cache,0,milvus,,, -milvus.querynode.disk.cache.load.count,count,,,,number of segments loaded from disk cache,0,milvus,,, -milvus.querynode.disk.cache.load.duration.count,count,,millisecond,,total time cost of loading segments from disk cache,0,milvus,,, -milvus.querynode.disk.cache.load.global_duration.bucket,count,,millisecond,,global duration of loading segments from disk cache,0,milvus,,, -milvus.querynode.disk.cache.load.global_duration.count,count,,millisecond,,global duration of loading segments from disk cache,0,milvus,,, -milvus.querynode.disk.cache.load.global_duration.sum,count,,millisecond,,global duration of loading segments from disk cache,0,milvus,,, -milvus.querynode.disk.used_size,gauge,,mebibyte,,disk used size(MB),0,milvus,,, -milvus.querynode.dml_vchannel_num,gauge,,,,number of dmlChannels watched,0,milvus,,, -milvus.querynode.entity.num,gauge,,,,"number of entities which can be searched/queried, clustered by collection, partition and state",0,milvus,,, -milvus.querynode.entity.size,gauge,,byte,,"entities' memory size, clustered by collection and state",0,milvus,,, +milvus.querynode.consume.msg.count,count,,,,Count of consumed msg,0,milvus,,, +milvus.querynode.consume.tt_lag_ms,gauge,,millisecond,,Now time minus tt per physical channel,0,milvus,,, +milvus.querynode.disk.cache.evict.bytes.count,count,,byte,,Number of bytes evicted from disk cache,0,milvus,,, +milvus.querynode.disk.cache.evict.count,count,,,,Number of segments evicted from disk cache,0,milvus,,, +milvus.querynode.disk.cache.evict.duration.count,count,,,,Total time cost of evicting segments from disk cache,0,milvus,,, +milvus.querynode.disk.cache.evict.global_duration.bucket,count,,,,Global duration of evicting segments from disk cache,0,milvus,,, +milvus.querynode.disk.cache.evict.global_duration.count,count,,,,Global duration of evicting segments from disk cache,0,milvus,,, +milvus.querynode.disk.cache.evict.global_duration.sum,count,,millisecond,,Global duration of evicting segments from disk cache,0,milvus,,, +milvus.querynode.disk.cache.load.bytes.count,count,,byte,,Number of bytes loaded from disk cache,0,milvus,,, +milvus.querynode.disk.cache.load.count,count,,,,Number of segments loaded from disk cache,0,milvus,,, +milvus.querynode.disk.cache.load.duration.count,count,,,,Total time cost of loading segments from disk cache,0,milvus,,, +milvus.querynode.disk.cache.load.global_duration.bucket,count,,,,Global duration of loading segments from disk cache,0,milvus,,, +milvus.querynode.disk.cache.load.global_duration.count,count,,,,Global duration of loading segments from disk cache,0,milvus,,, +milvus.querynode.disk.cache.load.global_duration.sum,count,,millisecond,,Global duration of loading segments from disk cache,0,milvus,,, +milvus.querynode.disk.used_size,gauge,,mebibyte,,Disk used size(MB),0,milvus,,, +milvus.querynode.dml_vchannel_num,gauge,,,,Number of dmlChannels watched,0,milvus,,, +milvus.querynode.entity.num,gauge,,,,"Number of entities which can be searched/queried, clustered by collection, partition and state",0,milvus,,, +milvus.querynode.entity.size,gauge,,byte,,"Entities' memory size, clustered by collection and state",0,milvus,,, milvus.querynode.execute_bytes_counter.count,count,,,,,0,milvus,,, -milvus.querynode.flowgraph_num,gauge,,,,number of flowgraphs,0,milvus,,, -milvus.querynode.forward_delete_latency.bucket,count,,millisecond,,forward delete cost in ms,0,milvus,,, -milvus.querynode.forward_delete_latency.count,count,,millisecond,,forward delete cost in ms,0,milvus,,, -milvus.querynode.forward_delete_latency.sum,count,,millisecond,,forward delete cost in ms,0,milvus,,, -milvus.querynode.load.index_latency.bucket,count,,millisecond,,"latency of load per segment's index, in milliseconds",0,milvus,,, -milvus.querynode.load.index_latency.count,count,,millisecond,,"latency of load per segment's index, in milliseconds",0,milvus,,, -milvus.querynode.load.index_latency.sum,count,,millisecond,,"latency of load per segment's index, in milliseconds",0,milvus,,, -milvus.querynode.load.segment.concurrency,gauge,,,,number of concurrent loading segments in QueryNode,0,milvus,,, -milvus.querynode.load.segment.latency.bucket,count,,millisecond,,latency of load per segment,0,milvus,,, -milvus.querynode.load.segment.latency.count,count,,millisecond,,latency of load per segment,0,milvus,,, -milvus.querynode.load.segment.latency.sum,count,,millisecond,,latency of load per segment,0,milvus,,, +milvus.querynode.flowgraph_num,gauge,,,,Number of flowgraphs,0,milvus,,, +milvus.querynode.forward_delete_latency.bucket,count,,,,Forward delete cost in ms,0,milvus,,, +milvus.querynode.forward_delete_latency.count,count,,,,Forward delete cost in ms,0,milvus,,, +milvus.querynode.forward_delete_latency.sum,count,,millisecond,,Forward delete cost in ms,0,milvus,,, +milvus.querynode.load.index_latency.bucket,count,,,,"Latency of load per segment's index, in milliseconds",0,milvus,,, +milvus.querynode.load.index_latency.count,count,,,,"Latency of load per segment's index, in milliseconds",0,milvus,,, +milvus.querynode.load.index_latency.sum,count,,millisecond,,"Latency of load per segment's index, in milliseconds",0,milvus,,, +milvus.querynode.load.segment.concurrency,gauge,,,,Number of concurrent loading segments in QueryNode,0,milvus,,, +milvus.querynode.load.segment.latency.bucket,count,,,,Latency of load per segment,0,milvus,,, +milvus.querynode.load.segment.latency.count,count,,,,Latency of load per segment,0,milvus,,, +milvus.querynode.load.segment.latency.sum,count,,millisecond,,Latency of load per segment,0,milvus,,, milvus.querynode.msg_dispatcher_tt_lag_ms,gauge,,millisecond,,time.Now() sub dispatcher's current consume time,0,milvus,,, -milvus.querynode.partition_num,gauge,,,,number of partitions loaded,0,milvus,,, -milvus.querynode.process_insert_or_delete_latency.bucket,count,,millisecond,,process insert or delete cost in ms,0,milvus,,, -milvus.querynode.process_insert_or_delete_latency.count,count,,millisecond,,process insert or delete cost in ms,0,milvus,,, -milvus.querynode.process_insert_or_delete_latency.sum,count,,millisecond,,process insert or delete cost in ms,0,milvus,,, -milvus.querynode.read_task.concurrency,gauge,,,,number of concurrent executing read tasks in QueryNode,0,milvus,,, -milvus.querynode.read_task.ready_len,gauge,,,,number of ready read tasks in readyQueue,0,milvus,,, -milvus.querynode.read_task.unsolved_len,gauge,,,,number of unsolved read tasks in unsolvedQueue,0,milvus,,, -milvus.querynode.search.group.nq.bucket,count,,,,the number of queries of each grouped search task,0,milvus,,, -milvus.querynode.search.group.nq.count,count,,,,the number of queries of each grouped search task,0,milvus,,, -milvus.querynode.search.group.nq.sum,count,,,,the number of queries of each grouped search task,0,milvus,,, -milvus.querynode.search.group.size.bucket,count,,,,the number of tasks of each grouped search task,0,milvus,,, -milvus.querynode.search.group.size.count,count,,,,the number of tasks of each grouped search task,0,milvus,,, -milvus.querynode.search.group.size.sum,count,,,,the number of tasks of each grouped search task,0,milvus,,, -milvus.querynode.search.group.topk.bucket,count,,,,the topK of each grouped search task,0,milvus,,, -milvus.querynode.search.group.topk.count,count,,,,the topK of each grouped search task,0,milvus,,, -milvus.querynode.search.group.topk.sum,count,,,,the topK of each grouped search task,0,milvus,,, -milvus.querynode.search.nq.bucket,count,,,,the number of queries of each search task,0,milvus,,, -milvus.querynode.search.nq.count,count,,,,the number of queries of each search task,0,milvus,,, -milvus.querynode.search.nq.sum,count,,,,the number of queries of each search task,0,milvus,,, -milvus.querynode.search.topk.bucket,count,,,,the top of each search task,0,milvus,,, -milvus.querynode.search.topk.count,count,,,,the top of each search task,0,milvus,,, -milvus.querynode.search.topk.sum,count,,,,the top of each search task,0,milvus,,, -milvus.querynode.segment.access.count,count,,,,number of segments accessed,0,milvus,,, -milvus.querynode.segment.access.duration.count,count,,millisecond,,total time cost of accessing segments,0,milvus,,, -milvus.querynode.segment.access.global_duration.bucket,count,,millisecond,,global time cost of accessing segments,0,milvus,,, -milvus.querynode.segment.access.global_duration.count,count,,millisecond,,global time cost of accessing segments,0,milvus,,, -milvus.querynode.segment.access.global_duration.sum,count,,millisecond,,global time cost of accessing segments,0,milvus,,, -milvus.querynode.segment.access.wait_cache.count,count,,,,number of segments waiting for loading access,0,milvus,,, -milvus.querynode.segment.access.wait_cache.duration.count,count,,millisecond,,total time cost of waiting for loading access,0,milvus,,, -milvus.querynode.segment.access.wait_cache.global_duration.bucket,count,,millisecond,,global time cost of waiting for loading access,0,milvus,,, -milvus.querynode.segment.access.wait_cache.global_duration.count,count,,millisecond,,global time cost of waiting for loading access,0,milvus,,, -milvus.querynode.segment.access.wait_cache.global_duration.sum,count,,millisecond,,global time cost of waiting for loading access,0,milvus,,, -milvus.querynode.segment.latency_per_vector.bucket,count,,millisecond,,one vector's search latency per segment,0,milvus,,, -milvus.querynode.segment.latency_per_vector.count,count,,millisecond,,one vector's search latency per segment,0,milvus,,, -milvus.querynode.segment.latency_per_vector.sum,count,,millisecond,,one vector's search latency per segment,0,milvus,,, -milvus.querynode.segment.num,gauge,,,,"number of segments loaded, clustered by its collection, partition, state and # of indexed fields",0,milvus,,, -milvus.querynode.sq.core_latency.bucket,count,,millisecond,,latency of search or query latency in segcore,0,milvus,,, -milvus.querynode.sq.core_latency.count,count,,millisecond,,latency of search or query latency in segcore,0,milvus,,, -milvus.querynode.sq.core_latency.sum,count,,millisecond,,latency of search or query latency in segcore,0,milvus,,, -milvus.querynode.sq.queue.latency.bucket,count,,millisecond,,latency of search or query in queue,0,milvus,,, -milvus.querynode.sq.queue.latency.count,count,,millisecond,,latency of search or query in queue,0,milvus,,, -milvus.querynode.sq.queue.latency.sum,count,,millisecond,,latency of search or query in queue,0,milvus,,, -milvus.querynode.sq.queue.user_latency.bucket,count,,millisecond,,latency per user of search or query in queue,0,milvus,,, -milvus.querynode.sq.queue.user_latency.count,count,,millisecond,,latency per user of search or query in queue,0,milvus,,, -milvus.querynode.sq.queue.user_latency.sum,count,,millisecond,,latency per user of search or query in queue,0,milvus,,, -milvus.querynode.sq.reduce_latency.bucket,count,,millisecond,,latency of reduce search or query result,0,milvus,,, -milvus.querynode.sq.reduce_latency.count,count,,millisecond,,latency of reduce search or query result,0,milvus,,, -milvus.querynode.sq.reduce_latency.sum,count,,millisecond,,latency of reduce search or query result,0,milvus,,, +milvus.querynode.partition_num,gauge,,,,Number of partitions loaded,0,milvus,,, +milvus.querynode.process_insert_or_delete_latency.bucket,count,,,,Process insert or delete cost in ms,0,milvus,,, +milvus.querynode.process_insert_or_delete_latency.count,count,,,,Process insert or delete cost in ms,0,milvus,,, +milvus.querynode.process_insert_or_delete_latency.sum,count,,millisecond,,Process insert or delete cost in ms,0,milvus,,, +milvus.querynode.read_task.concurrency,gauge,,,,Number of concurrent executing read tasks in QueryNode,0,milvus,,, +milvus.querynode.read_task.ready_len,gauge,,,,Number of ready read tasks in readyQueue,0,milvus,,, +milvus.querynode.read_task.unsolved_len,gauge,,,,Number of unsolved read tasks in unsolvedQueue,0,milvus,,, +milvus.querynode.search.group.nq.bucket,count,,,,The number of queries of each grouped search task,0,milvus,,, +milvus.querynode.search.group.nq.count,count,,,,The number of queries of each grouped search task,0,milvus,,, +milvus.querynode.search.group.nq.sum,count,,,,The number of queries of each grouped search task,0,milvus,,, +milvus.querynode.search.group.size.bucket,count,,,,The number of tasks of each grouped search task,0,milvus,,, +milvus.querynode.search.group.size.count,count,,,,The number of tasks of each grouped search task,0,milvus,,, +milvus.querynode.search.group.size.sum,count,,,,The number of tasks of each grouped search task,0,milvus,,, +milvus.querynode.search.group.topk.bucket,count,,,,The topK of each grouped search task,0,milvus,,, +milvus.querynode.search.group.topk.count,count,,,,The topK of each grouped search task,0,milvus,,, +milvus.querynode.search.group.topk.sum,count,,,,The topK of each grouped search task,0,milvus,,, +milvus.querynode.search.nq.bucket,count,,,,The number of queries of each search task,0,milvus,,, +milvus.querynode.search.nq.count,count,,,,The number of queries of each search task,0,milvus,,, +milvus.querynode.search.nq.sum,count,,,,The number of queries of each search task,0,milvus,,, +milvus.querynode.search.topk.bucket,count,,,,The top of each search task,0,milvus,,, +milvus.querynode.search.topk.count,count,,,,The top of each search task,0,milvus,,, +milvus.querynode.search.topk.sum,count,,,,The top of each search task,0,milvus,,, +milvus.querynode.segment.access.count,count,,,,Number of segments accessed,0,milvus,,, +milvus.querynode.segment.access.duration.count,count,,,,Total time cost of accessing segments,0,milvus,,, +milvus.querynode.segment.access.global_duration.bucket,count,,,,Global time cost of accessing segments,0,milvus,,, +milvus.querynode.segment.access.global_duration.count,count,,,,Global time cost of accessing segments,0,milvus,,, +milvus.querynode.segment.access.global_duration.sum,count,,millisecond,,Global time cost of accessing segments,0,milvus,,, +milvus.querynode.segment.access.wait_cache.count,count,,,,Number of segments waiting for loading access,0,milvus,,, +milvus.querynode.segment.access.wait_cache.duration.count,count,,,,Total time cost of waiting for loading access,0,milvus,,, +milvus.querynode.segment.access.wait_cache.global_duration.bucket,count,,,,Global time cost of waiting for loading access,0,milvus,,, +milvus.querynode.segment.access.wait_cache.global_duration.count,count,,,,Global time cost of waiting for loading access,0,milvus,,, +milvus.querynode.segment.access.wait_cache.global_duration.sum,count,,millisecond,,Global time cost of waiting for loading access,0,milvus,,, +milvus.querynode.segment.latency_per_vector.bucket,count,,,,One vector's search latency per segment,0,milvus,,, +milvus.querynode.segment.latency_per_vector.count,count,,,,One vector's search latency per segment,0,milvus,,, +milvus.querynode.segment.latency_per_vector.sum,count,,millisecond,,One vector's search latency per segment,0,milvus,,, +milvus.querynode.segment.num,gauge,,,,"Number of segments loaded, clustered by its collection, partition, state and # of indexed fields",0,milvus,,, +milvus.querynode.sq.core_latency.bucket,count,,,,Latency of search or query latency in segcore,0,milvus,,, +milvus.querynode.sq.core_latency.count,count,,,,Latency of search or query latency in segcore,0,milvus,,, +milvus.querynode.sq.core_latency.sum,count,,millisecond,,Latency of search or query latency in segcore,0,milvus,,, +milvus.querynode.sq.queue.latency.bucket,count,,,,Latency of search or query in queue,0,milvus,,, +milvus.querynode.sq.queue.latency.count,count,,,,Latency of search or query in queue,0,milvus,,, +milvus.querynode.sq.queue.latency.sum,count,,millisecond,,Latency of search or query in queue,0,milvus,,, +milvus.querynode.sq.queue.user_latency.bucket,count,,,,Latency per user of search or query in queue,0,milvus,,, +milvus.querynode.sq.queue.user_latency.count,count,,,,Latency per user of search or query in queue,0,milvus,,, +milvus.querynode.sq.queue.user_latency.sum,count,,millisecond,,Latency per user of search or query in queue,0,milvus,,, +milvus.querynode.sq.reduce_latency.bucket,count,,,,Latency of reduce search or query result,0,milvus,,, +milvus.querynode.sq.reduce_latency.count,count,,,,Latency of reduce search or query result,0,milvus,,, +milvus.querynode.sq.reduce_latency.sum,count,,millisecond,,Latency of reduce search or query result,0,milvus,,, milvus.querynode.sq.req.count,count,,,,count of search / query request,0,milvus,,, -milvus.querynode.sq.req.latency.bucket,count,,millisecond,,latency of Search or query requests,0,milvus,,, -milvus.querynode.sq.req.latency.count,count,,millisecond,,latency of Search or query requests,0,milvus,,, -milvus.querynode.sq.req.latency.sum,count,,millisecond,,latency of Search or query requests,0,milvus,,, -milvus.querynode.sq.segment_latency.bucket,count,,millisecond,,latency of search or query per segment,0,milvus,,, -milvus.querynode.sq.segment_latency.count,count,,millisecond,,latency of search or query per segment,0,milvus,,, -milvus.querynode.sq.segment_latency.sum,count,,millisecond,,latency of search or query per segment,0,milvus,,, -milvus.querynode.sq.wait_tsafe_latency.bucket,count,,millisecond,,latency of search or query to wait for tsafe,0,milvus,,, -milvus.querynode.sq.wait_tsafe_latency.count,count,,millisecond,,latency of search or query to wait for tsafe,0,milvus,,, -milvus.querynode.sq.wait_tsafe_latency.sum,count,,millisecond,,latency of search or query to wait for tsafe,0,milvus,,, -milvus.querynode.wait_processing_msg,gauge,,,,count of wait processing msg,0,milvus,,, -milvus.querynode.watch_dml_channel_latency.bucket,count,,millisecond,,latency of watch dml channel,0,milvus,,, -milvus.querynode.watch_dml_channel_latency.count,count,,millisecond,,latency of watch dml channel,0,milvus,,, -milvus.querynode.watch_dml_channel_latency.sum,count,,millisecond,,latency of watch dml channel,0,milvus,,, -milvus.queue.latency.bucket,count,,,,queue latency per request,0,milvus,,, -milvus.queue.latency.count,count,,,,queue latency per request,0,milvus,,, -milvus.queue.latency.sum,count,,,,queue latency per request,0,milvus,,, -milvus.range_search_latency.bucket,count,,,,range search latency (ms),0,milvus,,, -milvus.range_search_latency.count,count,,,,range search latency (ms),0,milvus,,, -milvus.range_search_latency.sum,count,,,,range search latency (ms),0,milvus,,, -milvus.raw_compute_cnt.bucket,count,,,,raw compute cnt per request,0,milvus,,, -milvus.raw_compute_cnt.count,count,,,,raw compute cnt per request,0,milvus,,, -milvus.raw_compute_cnt.sum,count,,,,raw compute cnt per request,0,milvus,,, -milvus.re_search_cnt.bucket,count,,,,number of fallback search per request,0,milvus,,, -milvus.re_search_cnt.count,count,,,,number of fallback search per request,0,milvus,,, -milvus.re_search_cnt.sum,count,,,,number of fallback search per request,0,milvus,,, -milvus.rootcoord.collection_num,gauge,,,,number of collections,0,milvus,,, -milvus.rootcoord.credential_num,gauge,,,,number of credentials,0,milvus,,, -milvus.rootcoord.ddl_req.count,count,,,,count of DDL operations,0,milvus,,, -milvus.rootcoord.ddl_req.latency.bucket,count,,millisecond,,latency of each DDL operations,0,milvus,,, -milvus.rootcoord.ddl_req.latency.count,count,,millisecond,,latency of each DDL operations,0,milvus,,, -milvus.rootcoord.ddl_req.latency.sum,count,,millisecond,,latency of each DDL operations,0,milvus,,, -milvus.rootcoord.ddl_req.latency_in_queue.bucket,count,,millisecond,,latency of each DDL operations in queue,0,milvus,,, -milvus.rootcoord.ddl_req.latency_in_queue.count,count,,millisecond,,latency of each DDL operations in queue,0,milvus,,, -milvus.rootcoord.ddl_req.latency_in_queue.sum,count,,millisecond,,latency of each DDL operations in queue,0,milvus,,, -milvus.rootcoord.dml_channel_num,gauge,,,,number of DML channels,0,milvus,,, -milvus.rootcoord.entity_num,gauge,,,,"number of entities, clustered by collection and their status(loaded/total)",0,milvus,,, +milvus.querynode.sq.req.latency.bucket,count,,,,Latency of Search or query requests,0,milvus,,, +milvus.querynode.sq.req.latency.count,count,,,,Latency of Search or query requests,0,milvus,,, +milvus.querynode.sq.req.latency.sum,count,,millisecond,,Latency of Search or query requests,0,milvus,,, +milvus.querynode.sq.segment_latency.bucket,count,,,,Latency of search or query per segment,0,milvus,,, +milvus.querynode.sq.segment_latency.count,count,,,,Latency of search or query per segment,0,milvus,,, +milvus.querynode.sq.segment_latency.sum,count,,millisecond,,Latency of search or query per segment,0,milvus,,, +milvus.querynode.sq.wait_tsafe_latency.bucket,count,,,,Latency of search or query to wait for tsafe,0,milvus,,, +milvus.querynode.sq.wait_tsafe_latency.count,count,,,,Latency of search or query to wait for tsafe,0,milvus,,, +milvus.querynode.sq.wait_tsafe_latency.sum,count,,millisecond,,Latency of search or query to wait for tsafe,0,milvus,,, +milvus.querynode.wait_processing_msg,gauge,,,,Count of wait processing msg,0,milvus,,, +milvus.querynode.watch_dml_channel_latency.bucket,count,,,,Latency of watch dml channel,0,milvus,,, +milvus.querynode.watch_dml_channel_latency.count,count,,,,Latency of watch dml channel,0,milvus,,, +milvus.querynode.watch_dml_channel_latency.sum,count,,millisecond,,Latency of watch dml channel,0,milvus,,, +milvus.queue.latency.bucket,count,,,,Queue latency per request,0,milvus,,, +milvus.queue.latency.count,count,,,,Queue latency per request,0,milvus,,, +milvus.queue.latency.sum,count,,,,Queue latency per request,0,milvus,,, +milvus.range_search_latency.bucket,count,,,,Range search latency (ms),0,milvus,,, +milvus.range_search_latency.count,count,,,,Range search latency (ms),0,milvus,,, +milvus.range_search_latency.sum,count,,millisecond,,Range search latency (ms),0,milvus,,, +milvus.raw_compute_cnt.bucket,count,,,,Raw compute cnt per request,0,milvus,,, +milvus.raw_compute_cnt.count,count,,,,Raw compute cnt per request,0,milvus,,, +milvus.raw_compute_cnt.sum,count,,,,Raw compute cnt per request,0,milvus,,, +milvus.re_search_cnt.bucket,count,,,,Number of fallback search per request,0,milvus,,, +milvus.re_search_cnt.count,count,,,,Number of fallback search per request,0,milvus,,, +milvus.re_search_cnt.sum,count,,,,Number of fallback search per request,0,milvus,,, +milvus.rootcoord.collection_num,gauge,,,,Number of collections,0,milvus,,, +milvus.rootcoord.credential_num,gauge,,,,Number of credentials,0,milvus,,, +milvus.rootcoord.ddl_req.count,count,,,,Count of DDL operations,0,milvus,,, +milvus.rootcoord.ddl_req.latency.bucket,count,,,,Latency of each DDL operations,0,milvus,,, +milvus.rootcoord.ddl_req.latency.count,count,,,,Latency of each DDL operations,0,milvus,,, +milvus.rootcoord.ddl_req.latency.sum,count,,millisecond,,Latency of each DDL operations,0,milvus,,, +milvus.rootcoord.ddl_req.latency_in_queue.bucket,count,,,,Latency of each DDL operations in queue,0,milvus,,, +milvus.rootcoord.ddl_req.latency_in_queue.count,count,,,,Latency of each DDL operations in queue,0,milvus,,, +milvus.rootcoord.ddl_req.latency_in_queue.sum,count,,millisecond,,Latency of each DDL operations in queue,0,milvus,,, +milvus.rootcoord.dml_channel_num,gauge,,,,Number of DML channels,0,milvus,,, +milvus.rootcoord.entity_num,gauge,,,,"Number of entities, clustered by collection and their status(loaded/total)",0,milvus,,, milvus.rootcoord.force_deny_writing_counter.count,count,,,,The number of times milvus turns into force-deny-writing states,0,milvus,,, -milvus.rootcoord.id_alloc.count,count,,,,count of ID allocated,0,milvus,,, -milvus.rootcoord.indexed_entity_num,gauge,,,,"indexed number of entities, clustered by collection, index name and whether it's a vector index",0,milvus,,, -milvus.rootcoord.msgstream_obj_num,gauge,,,,number of message streams,0,milvus,,, +milvus.rootcoord.id_alloc.count,count,,,,Count of ID allocated,0,milvus,,, +milvus.rootcoord.indexed_entity_num,gauge,,,,"Indexed number of entities, clustered by collection, index name and whether it's a vector index",0,milvus,,, +milvus.rootcoord.msgstream_obj_num,gauge,,,,Number of message streams,0,milvus,,, milvus.rootcoord.num_of_roles,gauge,,,,The number of roles,0,milvus,,, -milvus.rootcoord.partition_num,gauge,,,,number of partitions,0,milvus,,, -milvus.rootcoord.produce_tt_lag_ms,gauge,,millisecond,,now time minus tt per physical channel,0,milvus,,, -milvus.rootcoord.proxy_num,gauge,,,,number of proxy nodes managered by rootcoord,0,milvus,,, -milvus.rootcoord.qn_mem_high_water_level,gauge,,,,querynode memory high water level,0,milvus,,, -milvus.rootcoord.sync_timetick_latency.bucket,count,,millisecond,,latency of synchronizing timetick message,0,milvus,,, -milvus.rootcoord.sync_timetick_latency.count,count,,millisecond,,latency of synchronizing timetick message,0,milvus,,, -milvus.rootcoord.sync_timetick_latency.sum,count,,millisecond,,latency of synchronizing timetick message,0,milvus,,, -milvus.rootcoord.timestamp,gauge,,,,latest timestamp allocated in memory,0,milvus,,, -milvus.rootcoord.timestamp_saved,gauge,,,,timestamp saved in meta storage,0,milvus,,, +milvus.rootcoord.partition_num,gauge,,,,Number of partitions,0,milvus,,, +milvus.rootcoord.produce_tt_lag_ms,gauge,,millisecond,,Now time minus tt per physical channel,0,milvus,,, +milvus.rootcoord.proxy_num,gauge,,,,Number of proxy nodes managered by rootcoord,0,milvus,,, +milvus.rootcoord.qn_mem_high_water_level,gauge,,,,Querynode memory high water level,0,milvus,,, +milvus.rootcoord.sync_timetick_latency.bucket,count,,,,Latency of synchronizing timetick message,0,milvus,,, +milvus.rootcoord.sync_timetick_latency.count,count,,,,Latency of synchronizing timetick message,0,milvus,,, +milvus.rootcoord.sync_timetick_latency.sum,count,,millisecond,,Latency of synchronizing timetick message,0,milvus,,, +milvus.rootcoord.timestamp,gauge,,,,Latest timestamp allocated in memory,0,milvus,,, +milvus.rootcoord.timestamp_saved,gauge,,,,Timestamp saved in meta storage,0,milvus,,, milvus.runtime_info,gauge,,,,Runtime information of milvus,0,milvus,,, -milvus.search.latency.bucket,count,,,,search latency (ms),0,milvus,,, -milvus.search.latency.count,count,,,,search latency (ms),0,milvus,,, -milvus.search.latency.sum,count,,,,search latency (ms),0,milvus,,, -milvus.search.topk.bucket,count,,,,search topk,0,milvus,,, -milvus.search.topk.count,count,,,,search topk,0,milvus,,, -milvus.search.topk.sum,count,,,,search topk,0,milvus,,, -milvus.storage.kv_size,gauge,,,,kv size stats,0,milvus,,, -milvus.storage.op.count,count,,,,count of persistent data operation,0,milvus,,, -milvus.storage.request_latency,gauge,,,,request latency on the client side,0,milvus,,, +milvus.search.latency.bucket,count,,,,Search latency (ms),0,milvus,,, +milvus.search.latency.count,count,,,,Search latency (ms),0,milvus,,, +milvus.search.latency.sum,count,,millisecond,,Search latency (ms),0,milvus,,, +milvus.search.topk.bucket,count,,,,Search topk,0,milvus,,, +milvus.search.topk.count,count,,,,Search topk,0,milvus,,, +milvus.search.topk.sum,count,,,,Search topk,0,milvus,,, +milvus.storage.kv_size,gauge,,,,Kv size stats,0,milvus,,, +milvus.storage.op.count,count,,,,Count of persistent data operation,0,milvus,,, +milvus.storage.request_latency,gauge,,,,Request latency on the client side,0,milvus,,, diff --git a/milvus/tests/common.py b/milvus/tests/common.py index 7bf28a3e887e7..4b2999f41bee7 100644 --- a/milvus/tests/common.py +++ b/milvus/tests/common.py @@ -28,7 +28,7 @@ def get_fixture_path(filename): 'milvus.go.goroutines': 'gauge', 'milvus.go.info': 'gauge', 'milvus.go.memstats.alloc_bytes': 'gauge', - # 'milvus.go.memstats.alloc_bytes.count': 'monotonic_count', + 'milvus.go.memstats.alloc_bytes.count': 'monotonic_count', 'milvus.go.memstats.buck_hash_sys_bytes': 'gauge', 'milvus.go.memstats.frees.count': 'monotonic_count', 'milvus.go.memstats.gc_sys_bytes': 'gauge', @@ -51,7 +51,6 @@ def get_fixture_path(filename): 'milvus.go.memstats.stack.sys_bytes': 'gauge', 'milvus.go.memstats.sys_bytes': 'gauge', 'milvus.go.threads': 'gauge', - 'milvus.build_info': 'gauge', 'milvus.cgo.active_future_total': 'gauge', 'milvus.cgo.cgo_duration_seconds.sum': 'monotonic_count', 'milvus.cgo.cgo_duration_seconds.count': 'monotonic_count', @@ -415,8 +414,3 @@ def get_fixture_path(filename): 'milvus.storage.op_count': 'count', 'milvus.storage.request_latency': 'gauge', } - - -RENAMED_LABELS = { - "milvus.build_info": 'milvus_version:v2.4.15', -} diff --git a/milvus/tests/test_unit.py b/milvus/tests/test_unit.py index 23af6f5d0c53a..cbf2e608c731a 100644 --- a/milvus/tests/test_unit.py +++ b/milvus/tests/test_unit.py @@ -7,7 +7,7 @@ from datadog_checks.dev.utils import get_metadata_metrics from datadog_checks.milvus import MilvusCheck -from .common import RENAMED_LABELS, STANDALONE_TEST_METRICS, get_fixture_path +from .common import STANDALONE_TEST_METRICS, get_fixture_path def test_check(dd_run_check, aggregator, instance, mock_http_response): @@ -20,9 +20,6 @@ def test_check(dd_run_check, aggregator, instance, mock_http_response): aggregator.assert_metric(metric, metric_type=aggregator.METRIC_ENUM_MAP[metric_type]) aggregator.assert_metric_has_tag(metric, 'test:tag') - for metric, tag in RENAMED_LABELS.items(): - aggregator.assert_metric_has_tag(metric, tag) - aggregator.assert_all_metrics_covered() aggregator.assert_metrics_using_metadata(get_metadata_metrics())