mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Live: display stream rate, fix duplicate channels in list response (#37365)
This commit is contained in:
@@ -54,7 +54,7 @@ export class QueryEditor extends PureComponent<Props, State> {
|
||||
}
|
||||
return {
|
||||
value: c.channel,
|
||||
label: c.channel,
|
||||
label: c.channel + ' [' + c.minute_rate + ' msg/min]',
|
||||
};
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user