tech(mqe): update todo

This commit is contained in:
bergquist 2016-12-13 11:42:06 +01:00
parent 99e3db8208
commit 549c3ab78b
2 changed files with 1 additions and 4 deletions

View File

@ -16,13 +16,9 @@ import (
)
/*
TODO:
* response serie names
* response serie names with tags
* response serie names with wildcards
* real caching
*/
type MQEExecutor struct {

View File

@ -76,6 +76,7 @@ func (parser *MQEResponseParser) Parse(res *http.Response, queryRef *MQEQuery) (
for _, mqeSerie := range body.Series {
namePrefix := ""
//append predefined tags to seriename
for key, value := range mqeSerie.Tagset {
if key == "app" && queryRef.AddAppToAlias {
namePrefix += value + " "