fix(tsdb): broken build :(
This commit is contained in:
@@ -25,8 +25,9 @@ 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("app"): p.LabelValue("backend"),
|
p.LabelName(p.MetricNameLabel): p.LabelValue("http_request_total"),
|
||||||
p.LabelName("device"): p.LabelValue("mobile"),
|
p.LabelName("app"): p.LabelValue("backend"),
|
||||||
|
p.LabelName("device"): p.LabelValue("mobile"),
|
||||||
}
|
}
|
||||||
|
|
||||||
query := &PrometheusQuery{
|
query := &PrometheusQuery{
|
||||||
|
|||||||
Reference in New Issue
Block a user