We are using Harvest 24.02 with zapi and zapiperf to gather metric data from CMODE to Prometheus. We are using Harvest's Prometheus service discovery to facilitate this.
When we turned on debug logging on the Prometheus side, we got warnings from the Prometheus scraper of the poller's /metrics endpoint about duplicate samples for timestamp: msg="Duplicate sample for timestamp"
I do see multiple metrics with the exact same series and labels reported.
$ curl -s http://harvest.domain:13008/metrics |grep 'fabricpool_cloud_bin_op_latency_average{datacenter="AAA",cluster="bbb",cloud_target="ccc",svm="ddd",volume="vvv",metric="PUT"}'
fabricpool_cloud_bin_op_latency_average{datacenter="AAA",cluster="bbb",cloud_target="ccc",svm="ddd",volume="vvv",metric="PUT"} 116
fabricpool_cloud_bin_op_latency_average{datacenter="AAA",cluster="bbb",cloud_target="ccc",svm="ddd",volume="vvv",metric="PUT"} 57
fabricpool_cloud_bin_op_latency_average{datacenter="AAA",cluster="bbb",cloud_target="ccc",svm="ddd",volume="vvv",metric="PUT"} 115
fabricpool_cloud_bin_op_latency_average{datacenter="AAA",cluster="bbb",cloud_target="ccc",svm="ddd",volume="vvv",metric="PUT"} 62