fix(tsdb): broken build :(

This commit is contained in:
bergquist
2016-11-03 19:20:53 +01:00
parent b578d06e4a
commit 2d7bb4a9f3
+1
View File
@@ -25,6 +25,7 @@ func TestPrometheus(t *testing.T) {
Convey("build full serie name", func() { Convey("build full serie name", func() {
metric := map[p.LabelName]p.LabelValue{ metric := map[p.LabelName]p.LabelValue{
p.LabelName(p.MetricNameLabel): p.LabelValue("http_request_total"),
p.LabelName("app"): p.LabelValue("backend"), p.LabelName("app"): p.LabelValue("backend"),
p.LabelName("device"): p.LabelValue("mobile"), p.LabelName("device"): p.LabelValue("mobile"),
} }