Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Adrien Guillo <[email protected]>
  • Loading branch information
fulmicoton and guilload committed Oct 27, 2023
1 parent 10f0ab7 commit 395ca3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions quickwit/quickwit-cluster/src/cluster.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,10 @@ impl Cluster {
tokio::time::sleep(GOSSIP_INTERVAL * 2).await;
}

/// This exposes in chitchat some metric about the cpu usage of cooperative pipelines.
/// The metric are exposed as follows:
/// This exposes in chitchat some metrics about the CPU usage of cooperative pipelines.
/// The metrics are exposed as follows:
/// Key: pipeline_metrics:<index_uid>:<source_id>
/// Value: 79‰,76MB/s
/// Value: 179‰,76MB/s
pub async fn update_self_node_pipeline_metrics(
&self,
pipeline_metrics: &HashMap<&IndexingPipelineId, PipelineMetrics>,
Expand Down

0 comments on commit 395ca3f

Please sign in to comment.