m3db / m3

M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compatible, Metrics Platform

Home Page:https://m3db.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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])

angelala00 opened this issue · comments

commented

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

commented

fixed