13 Feb 2020 07:20 AM - last edited on 13 Apr 2023 11:00 AM by Karolina_Linda
Hello community. I have question from Customer:
How many devices (network devices), group of data can we push to Dynatrace via API?
For example we have 10 000 network devices and 5 metrics from them every 30 seconds. Will Dynatrace Api operate with such data flow? Or i need to add more nodes to the Dynatrace Cluster? (Traffic from agents can be neglected)
In documentation i can see this:
"There is no rate limit for Dynatrace Managed installations. "
So we can push data from example without any limitations? Confirm please this information or correct me if i wrong. Thanks!
Regards,
Alexander
Solved! Go to Solution.
13 Feb 2020 08:59 AM
Right now indeed there is no access limit in managed (it was before). But it's rather recommend to not ask API so often at once (nginx may has performance problems).
Second thing is that you will have to have 50 000 custom metrics in license to do that. In general you will have to combine those metrics into larger payloads and send them then into dynatrace. In such case you will have less executions of API and you should be good with it.
Sebastian