mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(tsdb): broken build :(
This commit is contained in:
parent
b578d06e4a
commit
2d7bb4a9f3
@ -25,8 +25,9 @@ func TestPrometheus(t *testing.T) {
|
||||
|
||||
Convey("build full serie name", func() {
|
||||
metric := map[p.LabelName]p.LabelValue{
|
||||
p.LabelName("app"): p.LabelValue("backend"),
|
||||
p.LabelName("device"): p.LabelValue("mobile"),
|
||||
p.LabelName(p.MetricNameLabel): p.LabelValue("http_request_total"),
|
||||
p.LabelName("app"): p.LabelValue("backend"),
|
||||
p.LabelName("device"): p.LabelValue("mobile"),
|
||||
}
|
||||
|
||||
query := &PrometheusQuery{
|
||||
|
Loading…
Reference in New Issue
Block a user