Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add VictoriaMetrics support #279

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

jay-mckay
Copy link

Our site uses VictoriaMetrics as our TSDB. VictoriaMetrics supports the Prometheus v1 Query API, but provides it at a different path , /select/ID/prometheus. The hard coded leading slash in the endpoints mangles this path when joined with the base URL.

By removing the leading slash, and providing the full path in the config, https://host:port/select/0/prometheus/, we have been able to use VictoriaMetrics with Supremm.

Additionally, we think that the configuration file parameter should just be the full URL, and not the host, so we can use HTTPS.

This should not have any affect on the Prometheus setups.

As far as testing, I could not quite get the testing environment set up - but we have been summarizing jobs this way for a few weeks.

@jay-mckay
Copy link
Author

#273 It looks like the changes made here would actually solve this issue, I did not see this before.

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.

1 participant