Commit 696a5f6a by Carl Bergquist Committed by GitHub

Merge pull request #6113 from replay/fix_context_dependency

Fix context dependency
parents 66fe8867 f7dfcb44
package prometheus
import (
"context"
"fmt"
"net/http"
"regexp"
......@@ -11,6 +10,7 @@ import (
"github.com/grafana/grafana/pkg/log"
"github.com/grafana/grafana/pkg/tsdb"
"github.com/prometheus/client_golang/api/prometheus"
"golang.org/x/net/context"
pmodel "github.com/prometheus/common/model"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment