Skip to content

Commit

Permalink
Update values type to float64
Browse files Browse the repository at this point in the history
Signed-off-by: damas <19289022+cyrilico@users.noreply.github.com>
  • Loading branch information
cyrilico committed Apr 11, 2024
1 parent 2583560 commit f7661de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scalers/dynatrace_scaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ type dynatraceMetadata struct {
type dynatraceResponse struct {
Result []struct {
Data []struct {
Values []int `json:"values"`
Values []float64 `json:"values"`
} `json:"data"`
} `json:"response"`
}
Expand Down

0 comments on commit f7661de

Please sign in to comment.