regel / loudml

Loud ML is the first open-source AI solution for ICT and IoT automation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ability to read / write data from / to VictoriaMetrics

valyala opened this issue · 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:

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

Hello @valyala ,

From documentation my understanding VictoriaMetrics mimics Prometheus API in term of queries.
I'm currently working on #254
This is Prometheus bucket support.

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

Regards,
V.

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 #254 and try using it with VictoriaMetrics?