Skip to content

Releases: bronto-community/bronto-grafana-datasource

Release list

v1.0.0

Choose a tag to compare

@GaryNicholls GaryNicholls released this 14 Jul 15:04

Bronto data source for Grafana v1.0.0
Initial release of the Bronto data source plugin, bringing Bronto log search and analytics directly into Grafana dashboards and Explore.
What's included:

  • Log search with a SQL-style filter syntax (=, !=, >, <, AND/OR/NOT, LIKE, IN — see the query syntax reference), rendered natively in Grafana's Logs panel and Explore, with a logs volume histogram.
  • Aggregations (count(*), avg(...), sum(...), etc.) plotted as time series.
  • Group By support for breaking an aggregation into a multi-series graph by one or more fields.
  • Multi-dataset queries via a searchable, collection-grouped dataset picker.
  • A Monaco-based query editor with Bronto-aware autocomplete for fields, operators, and keywords.

Requirements: Grafana >= 12.3.0, plus a Bronto API base URL and API key.

Full Changelog: https://github.com/bronto-community/bronto-grafana-datasource/commits/v1.0.0