pixie-io / grafana-plugin

Pixie's datasource plugin for Grafana.
Apache License 2.0
17 stars 11 forks source link

Adding Groupby functionality #55

Closed kpattaswamy closed 2 years ago

kpattaswamy commented 2 years ago

Groupby functionality consists of two select options: options to select what columns to groupby and options to choose what to aggregate by (columns and functions). Aggregating is optional when creating a groupby script and does not have to be selected by the user. An option to remove a selected aggregate pair is presented via a trash icon.

initial-view groupby-selected aggregate-selected