Skip to content

Commit 3a0e20b

Browse files
(feat): Update changelog
Signed-off-by: mittalvaibhav1 <[email protected]>
1 parent 3b2b2aa commit 3a0e20b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To learn more about active deprecations, we recommend checking [GitHub Discussio
6060

6161
### New
6262

63-
- TODO ([#XXX](https://github.com/kedacore/keda/issues/XXX))
63+
- **General:** Introduce new Sumo Logic Scaler ([#6734](https://github.com/kedacore/keda/issues/6734))
6464

6565
#### Experimental
6666

tests/scalers/sumologic/sumologic_test.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,17 @@ spec:
8484
minReplicaCount: {{.MinReplicaCount}}
8585
maxReplicaCount: {{.MaxReplicaCount}}
8686
pollingInterval: 3
87-
cooldownPeriod: 1
87+
cooldownPeriod: 1
8888
triggers:
8989
- type: sumologic
9090
metadata:
9191
host: "https://api.sumologic.com"
92-
queryType: "{{.QueryType}}"
92+
queryType: "{{.QueryType}}"
9393
query: "{{.Query}}"
94-
resultField: "{{.ResultField}}"
95-
timerange: "{{.TimeRange}}"
94+
resultField: "{{.ResultField}}"
95+
timerange: "{{.TimeRange}}"
9696
timezone: "{{.TimeZone}}"
97-
queryAggregator: "{{.QueryAggregator}}"
97+
queryAggregator: "{{.QueryAggregator}}"
9898
threshold: "{{.TargetValue}}"
9999
activationValue: "{{.ActivationValue}}"
100100
authenticationRef:

0 commit comments

Comments
 (0)