<div dir="ltr">The OpenShift Agent when monitoring a prometheus endpoint creates a single metric with tagged datapoints, i.e.:<br><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><a href="https://github.com/coreos/etcd/blob/master/Documentation/v2/metrics.md#http-requests" target="_blank">https://github.com/coreos/<wbr>etcd/blob/master/<wbr>Documentation/v2/metrics.md#<wbr>http-requests</a></div></blockquote><div><br></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div>I1228 21:02:01.820530       1 metrics_storage.go:155] TRACE: Stored [3] [counter] datapoints for metric named </div></div><div><div>[pod/fa32a887-cd08-11e6-ab2e-<wbr>525400c583ad/custom/etcd_http_<wbr>received_total]: [</div></div><div><div>{2016-12-28 21:02:01.638767339 +0000 UTC 622 map[method:DELETE]} </div></div><div><div>{2016-12-28 21:02:01.638767339 +0000 UTC 414756 map[method:GET]} </div></div><div><div>{2016-12-28 21:02:01.638767339 +0000 UTC 33647 map[method:PUT]}</div></div><div><div>]</div></div><div><br></div></blockquote><div>But when trying to view this via the grafana datasource, only 1 metric and the aggregated counts are shown. What i&#39;d like to do is something like the below:</div><div><br></div><div></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px">{<br>  &quot;start&quot;: 1482999755690,<br>  &quot;end&quot;: 1483000020093,<br>  &quot;order&quot;: &quot;ASC&quot;,<br>  &quot;tags&quot;: &quot;pod_namespace:etcd-testing&quot;,<div>  <font color="#ff0000">&quot;groupDatapointsByTagKey&quot;: &quot;method&quot;</font></div><div>}</div></blockquote><div><div><br></div><div>Search via tags or name (as-is) and group the datapoints by a tag key, which would give you 3 lines, instead of 1.</div></div><div><br></div><div>Does that sound possible?</div><div><br></div><div>Cheers.</div></div>