As per documentation, it is mentioned that 10,000 timeseries is the limit in each subscription. I see issue with count while adding timeseries using SDK.
I have created timeseries subscription through SDK, it took more than 10000 timeseries. Is there any change in limit under subscription ?
Page 1 / 1
Hi Rimmi,
Many thanks for bringing this to our attention. This isn’t expected behaviour and the limit (for the time being at least) remains at 10,000. The team is investigating and I’ll come back to you if we need any more information.
Just FYI, any changes to limits such as this will (as a minimum) be communicated in our changelog, but I would also notify the user community in a post here too.
Kind Regards, Glen
@Rimmi Anand are you using a filter subscription in this example?
@Glen Sykes , I am adding timeseries using create and update SDK without any filter. Sharing code for analysis:
I have added filter on dataset for timeseries subscription. Timeseries count there remain 10,000, even if I have more than 10,000 timeseries in that dataset. Sharing snippet.
Hi again @Rimmi Anand
The team have confirm this is unexpected behaviour/ a bug which we will have to fix.
Kind Regards, Glen
We have now changed the behavior, so that you cannot add more time series to a subscription, unless the resulting subscription would contain 10k time series or less.
The existing time series with more than 10k time series will still function, and you can remove time series from them, but not add.
Hi @Rimmi Anand,
We are following up to see whether you're satisfied with the responses you've received?