20 Mar 2025 03:47 PM
I'm looking at all the possibilities that Dynatrace offers when it comes to network device monitoring. And I wonder if Dynatrace is really a good tool to be able to obtain as much information as possible from network devices (load balancers, switches, routers...). There are other solutions that compete directly against Dynatrace in this regard.
What limitations does Dynatrace have in this area?
In the event that other solutions need to be used to integrate with Dynatrace, which would be the most optimal and how would they be integrated?
Thank you very much for your help,
Greetings.
Solved! Go to Solution.
24 Mar 2025 10:44 AM
Hi @JonhBk201,
Dynatrace is not a platform designed for network monitoring, but thanks to its extensibility you can use various extensions (designed by Dynatrace) which will provide you ability to add various areas which you want to monitor. For instance you can integrate the platform using the following extensions:
There are many other possibilities. You can also ingest your own SNMP metrics using Extension 2.0: SNMP Extensions. It is also possible to write your own Python code that will monitor devices basing on your needs: Dynatrace Extensions Python SDK.
In case of limitations, everything is described here: Limits. Basically, metrics ingested by Grail (SaaS) are almost limitless (limits are really high). I think the most optimal way to itegrate it is using publicly available extensions for the most of cases. In other cases we could integrate monitoring using SNMP and Python Extensions 2.0.
Paweł
24 Mar 2025 10:57 AM
Hello @JonhBk201
BR,
Peter
24 Mar 2025 11:03 AM
Hi @JonhBk201
BR,
Peter
24 Mar 2025 11:11 AM
Hi @JonhBk201
BR,
Peter
02 Apr 2025 06:14 AM
You can also retrieve metrics using hte OpenTelemetry collector receivers and send them to Dynatrace. For example, using the SNMP receiver or netflow, sflow or ipfix data using the netflow receiver (which is available in the officially supported Dynatrace collector distribution of the OTEL collector).