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 1, 2024
1 parent 6dd9256 commit b229daf
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 @@ -38,7 +38,7 @@ class OpenSearchMetricsQuery {
""",
returnStdout: true
).trim()
this.script.println(query)
this.script.println(response)
return new JsonSlurper().parseText(response)
}
}

0 comments on commit b229daf

Please sign in to comment.