Skip to content

Add new google profiler module to the agent

Timo Furrer requested to merge agentk-google-profiler into master
  • Add new google profiler module to the agent

The google profiler can be enabled using the following config in the agent configuration:

observability:
  google_profiler:
    enabled: true
    ...

Unfortunately, the google profiler cannot be stopped or restarted. Therefore, once the google profiler was enabled and successfully started the agent must be stopped / restarted for config changes to have any effect. See details in #469 (comment 1585658837)

Refs Agent Observability (#469)

Merge request reports