mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-04 22:49:32 +00:00
Move mapper -> pkg/mapper
to make clear that this is meant to be used elsewhere Signed-off-by: Matthias Rampke <mr@soundcloud.com>
This commit is contained in:
parent
124c5b88d0
commit
40a13e604f
10 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ import (
|
|||
"github.com/prometheus/common/log"
|
||||
"github.com/prometheus/common/model"
|
||||
|
||||
"github.com/prometheus/statsd_exporter/mapper"
|
||||
"github.com/prometheus/statsd_exporter/pkg/mapper"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
@ -21,7 +21,7 @@ import (
|
|||
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
|
||||
"github.com/prometheus/statsd_exporter/mapper"
|
||||
"github.com/prometheus/statsd_exporter/pkg/mapper"
|
||||
)
|
||||
|
||||
// TestNegativeCounter validates when we send a negative
|
||||
|
|
2
main.go
2
main.go
|
@ -26,7 +26,7 @@ import (
|
|||
"github.com/prometheus/common/log"
|
||||
"github.com/prometheus/common/version"
|
||||
|
||||
"github.com/prometheus/statsd_exporter/mapper"
|
||||
"github.com/prometheus/statsd_exporter/pkg/mapper"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Reference in a new issue