|
@@ -1,7 +1,6 @@
|
|
|
package prometheus
|
|
package prometheus
|
|
|
|
|
|
|
|
import (
|
|
import (
|
|
|
- "context"
|
|
|
|
|
"fmt"
|
|
"fmt"
|
|
|
"net/http"
|
|
"net/http"
|
|
|
"regexp"
|
|
"regexp"
|
|
@@ -11,6 +10,7 @@ import (
|
|
|
"github.com/grafana/grafana/pkg/log"
|
|
"github.com/grafana/grafana/pkg/log"
|
|
|
"github.com/grafana/grafana/pkg/tsdb"
|
|
"github.com/grafana/grafana/pkg/tsdb"
|
|
|
"github.com/prometheus/client_golang/api/prometheus"
|
|
"github.com/prometheus/client_golang/api/prometheus"
|
|
|
|
|
+ "golang.org/x/net/context"
|
|
|
pmodel "github.com/prometheus/common/model"
|
|
pmodel "github.com/prometheus/common/model"
|
|
|
)
|
|
)
|
|
|
|
|
|