grafana / influxdb-flux-datasource

Grafana datasource plugin for Flux (InfluxDB)
Apache License 2.0
51 stars 21 forks source link

Make the MAX_SERIES limit a plugin parameter. #68

Closed StephenSorriaux closed 4 years ago

StephenSorriaux commented 4 years ago

Add a new plugin parameter to change the maximum number of series that will be passed to the frontend.

The current value of 120 is kept for:

Fixes https://github.com/grafana/influxdb-flux-datasource/issues/31

StephenSorriaux commented 4 years ago

Hey,

Any feedback about this pull request?

Thanks

ryantxu commented 4 years ago

In the next release, this is supported on the serverside and has a configuraiton: https://github.com/grafana/influxdb-flux-datasource/blob/master/src/components/ConfigEditor.tsx#L92