VictoriaMetrics/README.md

25 lines
2.1 KiB
Markdown
Raw Normal View History

2018-10-06 19:48:12 +00:00
## VictoriaMetrics - the best remote storage for Prometheus
2018-10-12 22:33:14 +00:00
### VictoriaMetrics features
2018-10-21 18:23:09 +00:00
- Full [PromQL](https://prometheus.io/docs/prometheus/latest/querying/basics/) support. Additionally, VictoriaMetrics extends PromQL with useful features. See [Extended PromQL](https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/ExtendedPromQL) for more details.
2018-10-12 22:42:30 +00:00
- Simple configuration. Just copy-n-paste remote storage URL to Prometheus config and that's it! See [Quick Start](https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/Quick-Start) for more info.
2018-10-21 18:23:09 +00:00
- Reduced maintenance overhead. Prometheus local storage retention may be set to the minimum possible value - `--storage.tsdb.retention=2h` - when using VictoriaMetrics remote storage. This effectively makes Prometheus stateless, so it may be run as a stateless service in Kubernetes.
2018-10-12 22:33:14 +00:00
- Insertion rate scales to millions of metric values per second.
- Storage scales to millions of metrics with trillions of metric values.
- Wide range of retention periods - from 1 month to 5 years. Users may create different projects (aka `storage namespaces`) with different retention periods.
- Fast query engine. It excels on heavy queries over thousands of metrics with millions of metric values.
- The lowest price on the market. We can afford this thanks to cost-effective VictoriaMetrics core.
- The same remote storage URL may be used by multiple Prometheus instances collecting distinct metric sets, so all these metrics may be used in a single query (aka `global querying view`). This works ideally for multiple Prometheus instances located in different subnetworks / datacenters.
### Useful links
2018-10-06 19:55:45 +00:00
* [Site](https://victoriametrics.com/)
* [`WITH` templates playground](https://play.victoriametrics.com/promql/expand-with-exprs)
* [Grafana playground](http://play-grafana.victoriametrics.com:3000/d/4ome8yJmz/node-exporter-on-victoriametrics-demo)
2018-10-06 19:48:12 +00:00
* [Docs](https://github.com/VictoriaMetrics/VictoriaMetrics/wiki)
2018-10-10 14:30:52 +00:00
* [FAQ](https://github.com/VictoriaMetrics/VictoriaMetrics/wiki/FAQ)
2018-10-06 19:48:12 +00:00
* [Issues](https://github.com/VictoriaMetrics/VictoriaMetrics/issues)