Question:
The user is not able to write time-series metric data into InfluxDB and getting below error in dpm.log:

RESOLUTION:
The user comes across the above error when a write causes the number of series in a database to exceed the maximum allowable series per database. So we need to increase the value formax-series-per-database
or changing the value to 0 allows an unlimited number of series per database. The user needs to update in [data]
section in influxdb.conf to and restarted the InfluxDB service.