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

@ -5,7 +5,7 @@ import (
"time"
"github.com/grafana/grafana/pkg/bus"
"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/services/search"
"github.com/grafana/grafana/pkg/util"