moves metric package to /infra

ref #14679
This commit is contained in:
bergquist
2019-02-23 23:35:26 +01:00
parent 8f62082482
commit 8a3a3cccc3
27 changed files with 24 additions and 24 deletions

View File

@ -2,7 +2,7 @@ package api
import (
"github.com/grafana/grafana/pkg/api/pluginproxy"
"github.com/grafana/grafana/pkg/metrics"
"github.com/grafana/grafana/pkg/infra/metrics"
m "github.com/grafana/grafana/pkg/models"
"github.com/grafana/grafana/pkg/plugins"
)