cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Dynatrace OneAgent is not able to activate deep monitoring for this Go process

jonas_morais
Newcomer

I have an environment in helm Kubernetes. I'm using OneAgent Operator and

Dynatrace OneAgent is not able to activate deep monitoring for this Go process because Monitoring of statically linked Go programs that do not load libc is not supported.

what should i do or check?

1 REPLY 1

Radu
Dynatrace Champion
Dynatrace Champion

Hi Jonas,

Please refer to the official docs page.

This is a requirement that comes with Linux systems. The application binary must be dynamically linked. An example workaround to achieve this is by using the following flags when building the application:

-ldflags '-linkmode=external' 

This will enforce dynamic linking.

Best regards,

Radu

Featured Posts