grafana / influxdb-flux-datasource

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

Why MAX_SERIES = 20 #31

Closed nikolay-t closed 4 years ago

nikolay-t commented 5 years ago

Why do we have this in datasource.ts?

MAX_SERIES = 20

davkal commented 5 years ago

Wanted to keep the responses performant easy to interpret. We only have 20 colors anyway. But feel free to open a PR to remove it.

adriankuzniewski commented 5 years ago

Is there any way we could remove that limitation ? There is a limitation on populating graphs(also tables) but at the same time it opt-out full csv results. Kind regards, Adrian.

adriankuzniewski commented 5 years ago

changing that MaxSeries to any value is not affecting graphs at all. Still getting limit of 20 tables/series. (only on graphs - on csv output - i get all.

briangann commented 4 years ago

Let's make this configurable