feat(instrumentation): changed name to senders

This commit is contained in:
Torkel Ödegaard 2016-06-02 12:04:50 +02:00
parent 65d8403a04
commit 74101eaf7c
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
"github.com/grafana/grafana/pkg/bus"
"github.com/grafana/grafana/pkg/log"
"github.com/grafana/grafana/pkg/metrics/receiver"
"github.com/grafana/grafana/pkg/metrics/senders"
m "github.com/grafana/grafana/pkg/models"
"github.com/grafana/grafana/pkg/plugins"
"github.com/grafana/grafana/pkg/setting"