You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.
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:
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.