Hey there Harvest Team, congrats on the amazing 25.05 version : )
My team is making some tests with the new KeyPerf collector, but we noticed that some metrics exposed by it are apparently duplicates of those from RestPerf.
Let's take "volume_write_latency" as an example, since it appears in both restperf and keyperf.
I still do not understand if the data points are similar, identical or different.
- If I take this one, it's identical.
volume_write_latency{cluster="cluster1",volume="vol13_cluster1"} - If I take this one, it only exists in keyPerf and not in restPerf
volume_write_latency{cluster="cluster1",volume="vol2343_cluster1"}
So I don't know if we are supposed to disable this metric from keyPerf collector or not. In other words, are we are supposed to use them both or one of them, or somehow a mix of them and if so, how?
I would appreciate some guidance on this situation.
Thank you in advance,