Skip to content

0.14.0 Features

Corentin Chary edited this page Aug 28, 2018 · 5 revisions

0.14.0 Release Notes

Elasticsearch Support

We added elasticsearch support for the metric index (instead of using SASI and Cassandra). The goal is both to improve performances when listing metrics (which has been an issue for us with more than 100M metrics) and allowing future improvements such as tags/labels support.

This is also easily usable to implement a metric catalog with Kibana internally and generate pretty cool visualizations about existing metrics:

See these for more details:

bgutil web

A new bgutil web command has been added to make all of bgutil available as a web UI/API. Currently only a few features are on the UI but the API supports all bgutil commands and will be extended with more. This makes automation for BigGraphite way easier to write.

Screenshots

bgutil web

bgutil web workers

bgutil web api

Clone this wiki locally