Hi,
We are working on building grafana dashboard for all assets connected to specific root asset using cognite grafana plugin.
BUT, It seems like Cognite Grafana plugin does not support handling cursor API responses. Due to this limitation, we see following challenges:
- CDF “Filter assets” api can return max 1000 assets only in a request. This may result into displaying 1000 asset’s data only if we have more than 1000 assets.
- CDF “Filter time series” api can return max 1000 timeseries only in a request. This may result into displaying partial data only on widgets if total number of timeseries is more than 1000 for all assets coming under selected hierarchy.
This is major blocker for us.