Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove comment
Signed-off-by: Tony Lee <dogzzdogzz@gmail.com>
  • Loading branch information
dogzzdogzz committed Dec 8, 2022
commit 392afae957c946ce8c7dfd4ab67bfa33985ce8a4
2 changes: 1 addition & 1 deletion pkg/scalers/datadog_scaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type datadogMetadata struct {
vType v2.MetricTargetType
metricName string
age int
timeWindowOffset int // Delay in seconds to wait for the metric to be available
timeWindowOffset int
lastAvailablePointOffset int
useFiller bool
fillValue float64
Expand Down