prometheus-community / prometheus-playground

Turnkey sandbox projects demonstrating a wide variety of Prometheus use cases
Apache License 2.0
164 stars 24 forks source link

Add remote_write use case #12

Open valyala opened 4 years ago

valyala commented 4 years ago

Prometheus provides the ability to replicate locally stored data to remote storage. This helps solving the following issues:

I'd recommend using single-node VictoriaMetrics for the use case because of the following features:

lucperkins commented 4 years ago

@valyala I do think that doing something with the remote write API is a great idea, though I will likely expand the scenario to include multiple platforms

roidelapluie commented 4 years ago

While victoria supports PromQL it also support non-standard PromQL. I am unsure wether we should promote that kind of PromQL compatibility as it is just one direction.

valyala commented 4 years ago

While victoria supports PromQL it also support non-standard PromQL. I am unsure wether we should promote that kind of PromQL compatibility as it is just one direction.

There is no need in using non-standard PromQL when working with VictoriaMetrics. This is just extension, which can be used if needed.