We are getting error on Kube-Proxy in Azure kubernetes that 80% of the connectivity dropped to this process. The error showing in DT is "Dynatrace OneAgent is not able to activate deep monitoring for this Go process because no symbol table is detected ". aks-kube is a process running in GO and is managed by Microsoft. Is tehre anyone who faces the same problem? Please help.
Answer by Sebastian K. ·
Here you have information in docs about this limitation:
https://www.dynatrace.com/support/help/shortlink/go#application-must-contain-a-symbol-table
There is avilable workaround as well but I'm not sure if it possible to execute in your example:
OneAgent relies on information stored in the application binary files symbol table. By default, Go generates a symbol table into the application binary, but this can be suppressed by command line parameters or external tools like strip
.
The rarely used go run <application>
command builds and runs the application on the fly. Because the output application file is temporary (deleted automatically after application termination), the application binary is generated without a symbol table. OneAgent therefore cannot monitor the generated application.
Sebastian
JANUARY 15, 3:00 PM GMT / 10:00 AM ET
Can I subtract values from different metrics on Dynatrace SaaS?
Monitor the max DB response time of Database
Collect data for service level agreement to meet metrics
Dashboard to monitor asynchronous ajax call performance from browser (call is part of another page)
I have a Request Attribute working for WebLogic HoggingThreadCount, but how do I chart the results