|
|
|
@ -60,12 +60,10 @@ import ( |
|
|
|
|
_ "github.com/prometheus/prometheus/discovery/install" // Register service discovery implementations.
|
|
|
|
|
"github.com/prometheus/prometheus/discovery/legacymanager" |
|
|
|
|
"github.com/prometheus/prometheus/discovery/targetgroup" |
|
|
|
|
"github.com/prometheus/prometheus/model/exemplar" |
|
|
|
|
"github.com/prometheus/prometheus/model/labels" |
|
|
|
|
"github.com/prometheus/prometheus/model/relabel" |
|
|
|
|
"github.com/prometheus/prometheus/notifier" |
|
|
|
|
"github.com/prometheus/prometheus/pkg/exemplar" |
|
|
|
|
"github.com/prometheus/prometheus/pkg/labels" |
|
|
|
|
"github.com/prometheus/prometheus/pkg/logging" |
|
|
|
|
"github.com/prometheus/prometheus/pkg/relabel" |
|
|
|
|
prom_runtime "github.com/prometheus/prometheus/pkg/runtime" |
|
|
|
|
"github.com/prometheus/prometheus/promql" |
|
|
|
|
"github.com/prometheus/prometheus/rules" |
|
|
|
|
"github.com/prometheus/prometheus/scrape" |
|
|
|
@ -73,6 +71,8 @@ import ( |
|
|
|
|
"github.com/prometheus/prometheus/storage/remote" |
|
|
|
|
"github.com/prometheus/prometheus/tsdb" |
|
|
|
|
"github.com/prometheus/prometheus/tsdb/agent" |
|
|
|
|
"github.com/prometheus/prometheus/util/logging" |
|
|
|
|
prom_runtime "github.com/prometheus/prometheus/util/runtime" |
|
|
|
|
"github.com/prometheus/prometheus/util/strutil" |
|
|
|
|
"github.com/prometheus/prometheus/web" |
|
|
|
|
) |
|
|
|
|