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

Integrate Kayenta with VictoriaMetrics TSDB as a Data Source #6930

Open
maxkushnir opened this issue Feb 29, 2024 · 1 comment
Open

Integrate Kayenta with VictoriaMetrics TSDB as a Data Source #6930

maxkushnir opened this issue Feb 29, 2024 · 1 comment
Labels

Comments

@maxkushnir
Copy link

maxkushnir commented Feb 29, 2024

Objective:
We aim to incorporate VictoriaMetrics TSDB as a data source in Kayenta, replacing the current dependency on Prometheus.

Current State:
Currently, Kayenta only supports the PrometheusRemoteService interface. However, there are discrepancies in the query paths between Prometheus and VictoriaMetrics, as outlined below:

Health Endpoints:

  • VictoriaMetrics: victoriametrics.svc.cluster.local:8481/-/healthy
  • Prometheus: prometheus.svc.cluster.local:9090/-/healthy

Query Endpoints:

  • VictoriaMetrics: victoriametrics.svc.cluster.local:8481/select/0/prometheus/api/v1/query_range
  • Prometheus: prometheus.svc.cluster.local:9090/api/v1/query_range

Examples:
For further reference, the API docs for VictoriaMetrics with examples of query endpoints can be found here.

Request:
We kindly request the addition of an additional interface specifically tailored for VictoriaMetrics within Kayenta. This would allow users to seamlessly select the desired interface based on their requirements.

Additional Information:

  • Having support for VictoriaMetrics would enhance the flexibility and compatibility of Kayenta.
  • The incorporation of VictoriaMetrics aligns with the growing adoption of this TSDB within our infrastructure.
@maxkushnir maxkushnir changed the title Kayenta support for Victoriametrics datastore Integrate Kayenta with VictoriaMetrics TSDB as a Data Source Mar 1, 2024
@spinnakerbot
Copy link

This issue hasn't been updated in 45 days, so we are tagging it as 'stale'. If you want to remove this label, comment:

@spinnakerbot remove-label stale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants