Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.6 KB

File metadata and controls

51 lines (37 loc) · 1.6 KB

Changelog

1.0.11

  • fix: specify correct grafana version dependency

1.0.10

  • feature: retry mechanism for backend grpc calls
  • feature: add dimension value filter to VariableQueryEditor
  • feature: update to latest grafana frameworks

1.0.9

  • feature: imporoved dimension selection component
  • feature: add variable editor which supports dimension keys and metrics

1.0.8

  • bugfix: incorrect metrics when Explore is triggered from dashboard panel
  • bugfix: fix dimension drop down glitch for Chrome browser

1.0.7

  • feature: provide ListDimensions with selected dimensions to enable advanced backend filtering
  • feature: support frame metadata to enable user notifications from backend
  • bugfix: pagination for queries with multiple frames did not work properly

1.0.6

  • upgrade: upgrade to latest grafana toolkit
  • feature: add v2 API which better aligns with grafana dataframe API
  • feature: add fieldname to display name expressions

1.0.5

  • feature: add COUNT aggregate type to list of possible aggregations
  • feature: support display name expression (also known as aliasing)
  • bugfix: exclude variables from metricFind query

1.0.4

  • improved metric selection
  • support Count aggregation type
  • add grafana intervalMS and MaxItems attributes to query definition

1.0.3

Hide technical grpc errors from user interface; backend plugin logs error details and returns user-friendly message for the user.

1.0.2

  • Add support for GetMetricAggregate query
  • Fix a few typo's in Readme
  • Correct plugin id to standard grafana plugin-id conventions

1.0.0 (Unreleased)

Initial release.