loudml icon indicating copy to clipboard operation
loudml copied to clipboard

Add ability to read / write data from / to VictoriaMetrics

Open valyala opened this issue 4 years ago • 3 comments

VictoriaMetrics is easy to operate and fast time series database. It would be great adding ability to read / write data from / to it. The following HTTP APIs can be used:

valyala avatar Mar 29 '20 21:03 valyala

Hi Aliaksandr,

Contributions are welcome. You can open a new pull-request. Refer to the latest contributions including OpenTSDB and Prometheus (WIP) in the Pull requests tab for great examples.

Thanks

regel avatar Apr 07 '20 07:04 regel

Hello @valyala ,

From documentation my understanding VictoriaMetrics mimics Prometheus API in term of queries. I'm currently working on https://github.com/regel/loudml/pull/254 This is Prometheus bucket support.

If it is a chance you may test it on your side and provide comments.

Regards, V.

vsergeyev avatar Apr 12 '20 09:04 vsergeyev

From documentation my understanding VictoriaMetrics mimics Prometheus API in term of queries.

Yes. VictoriaMetrics supports Prometheus querying API - see these docs. Additionally to this it supports /api/v1/export handler for returning raw data. See this article for the context.

If it is a chance you may test it on your side and provide comments.

@dlazerka , could you look into https://github.com/regel/loudml/pull/254 and try using it with VictoriaMetrics?

valyala avatar Apr 15 '20 13:04 valyala