Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1267 from grafana/mtCatWithTags
Browse files Browse the repository at this point in the history
mt-index-cat should use NameWithTags() when listing series
  • Loading branch information
Dieterbe authored Apr 3, 2019
2 parents fbec830 + 8d4a8a6 commit 9d43801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mt-index-cat/out/out.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func Dump(d schema.MetricDefinition) {
}

func List(d schema.MetricDefinition) {
fmt.Println(d.OrgId, d.Name)
fmt.Println(d.OrgId, d.NameWithTags())
}

func GetVegetaRender(addr, from string) func(d schema.MetricDefinition) {
Expand Down

0 comments on commit 9d43801

Please sign in to comment.