Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya committed Oct 2, 2024
1 parent 0911b6d commit e415fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/OpenSearchMetricsQuery.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class OpenSearchMetricsQuery {
""",
returnStdout: true
).trim()
this.script.println(query)
this.script.println(response)
return new JsonSlurper().parseText(response)
}
}

0 comments on commit e415fc3

Please sign in to comment.