Unfortunately, the metrics we collect are not as diverse as those collected by the java agent. Some of this is because the java agent can take advantage of the JVM for these metrics, but some of this is because it hasn't been at the top of our priority list.
You're welcome to open a feature request for specific metrics you'd like to see in the future.
What I can see from the reference you shared, the python agent collects the following: system.process.memory.size
Which is the total virtual memory of the process.
I was intrigued by that, but was not able to find the corresponding visualization. Is the corresponding available?
I have multiple industry common metrics in mind which should be critical for performance monitoring.
I would certainly raise the corresponding feature requests. Thanks for sharing the URL.
Not all metrics have built-in visualizations. For example, most users don't care what the actual memory size of their app is -- rather, they care if the host is running out of memory. Thus, system memory usage is one of the default metric visualizations.
However, the data are still there, ready to be used to make your own visualizations and dashboards. Try searching
system.process.memory.size : * and agent.name : "python"
in kibana on the apm-* index pattern to see a recent sampling for the python agent.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.