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

@@ -6,7 +6,7 @@ import (
"strings"
"time"
"github.com/grafana/grafana/pkg/metrics"
"github.com/grafana/grafana/pkg/infra/metrics"
"gopkg.in/macaron.v1"
)