Skip to content

Commit

Permalink
Remove some prometheus const
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Brouwer <[email protected]>
  • Loading branch information
rickbrouwer committed Oct 23, 2024
1 parent 064838e commit 5ff31b8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pkg/scalers/prometheus_scaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@ import (
kedautil "github.com/kedacore/keda/v2/pkg/util"
)

const (
promServerAddress = "serverAddress"
promQuery = "query"
promQueryParameters = "queryParameters"
promThreshold = "threshold"
promActivationThreshold = "activationThreshold"
promNamespace = "namespace"
promCustomHeaders = "customHeaders"
ignoreNullValues = "ignoreNullValues"
unsafeSsl = "unsafeSsl"
)

type prometheusScaler struct {
metricType v2.MetricTargetType
metadata *prometheusMetadata
Expand Down

0 comments on commit 5ff31b8

Please sign in to comment.