Skip to content

Conversation

bentito
Copy link

@bentito bentito commented Oct 8, 2025

No description provided.

Copy link

coderabbitai bot commented Oct 8, 2025

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Comment @coderabbitai help to get the list of available commands and usage tips.

Comment on lines +97 to +103
cli:
command: |
curl -sG "{prometheus_url}/api/v1/query_range" \
--data-urlencode "query={query}" \
--data-urlencode "start={start}" \
--data-urlencode "end={end}" \
--data-urlencode "step={step}"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there anything missing from the http invocation that means you need to use curl here instead of the http invocation type?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants