Skip to content

Commit 549c3ab

Browse files
committed
tech(mqe): update todo
1 parent 99e3db8 commit 549c3ab

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pkg/tsdb/mqe/mqe.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@ import (
1616
)
1717

1818
/*
19-
2019
TODO:
21-
* response serie names
22-
* response serie names with tags
2320
* response serie names with wildcards
2421
* real caching
25-
2622
*/
2723

2824
type MQEExecutor struct {

pkg/tsdb/mqe/response_parser.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ func (parser *MQEResponseParser) Parse(res *http.Response, queryRef *MQEQuery) (
7676
for _, mqeSerie := range body.Series {
7777
namePrefix := ""
7878

79+
//append predefined tags to seriename
7980
for key, value := range mqeSerie.Tagset {
8081
if key == "app" && queryRef.AddAppToAlias {
8182
namePrefix += value + " "

0 commit comments

Comments
 (0)