m3db / m3

M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compatible, Metrics Platform
https://m3db.io/
Apache License 2.0
4.7k stars 451 forks source link

i got an error :vector cannot contain metrics with the same labelset when i use a query like this:query=avg_over_time(disk_bytes_used{__endpoint__="192.168.1.1"}[5m:1m]) #4240

Closed angelala00 closed 7 months ago

angelala00 commented 1 year ago

i use curl -X POST -G http://192.168.1.1:7201/api/v1/query -d "query=avg_over_time(disk_bytes_used{endpoint="192.168.1.1"}[5m:1m]) " -d "time=$( date +%s)" then i got an error :vector cannot contain metrics with the same labelset

angelala00 commented 7 months ago

fixed