Skip to content

Commit

Permalink
Update pkg/scalers/newrelic_scaler.go
Browse files Browse the repository at this point in the history
Co-authored-by: Zbynek Roubalik <726523+zroubalik@users.noreply.github.com>
Signed-off-by: Marcelo Bartsch <marcelo.bartsch@letgo.com>
  • Loading branch information
Marcelo Bartsch and zroubalik committed Dec 9, 2021
1 parent 6ed8d22 commit 8aa68e4
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pkg/scalers/newrelic_scaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,16 @@ import (
"log"
"strconv"

kedautil "github.com/kedacore/keda/v2/pkg/util"
"github.com/newrelic/newrelic-client-go/newrelic"
"github.com/newrelic/newrelic-client-go/pkg/nrdb"
v2beta2 "k8s.io/api/autoscaling/v2beta2"
"k8s.io/apimachinery/pkg/api/resource"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/metrics/pkg/apis/external_metrics"

v2beta2 "k8s.io/api/autoscaling/v2beta2"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/metrics/pkg/apis/external_metrics"
logf "sigs.k8s.io/controller-runtime/pkg/log"

"github.com/newrelic/newrelic-client-go/newrelic"
"github.com/newrelic/newrelic-client-go/pkg/nrdb"
kedautil "github.com/kedacore/keda/v2/pkg/util"
)

const (
Expand Down

0 comments on commit 8aa68e4

Please sign in to comment.