Description
Quoting from user feedback email:
https://grafana.com/docs/agent/latest/static/configuration/integrations/integrations-next/
Config changes references [agent: <agent_config>] but there is no explanation for documentation for agent_config. I looked at a similar integration cadvisor_config but, when I tried to use this, I get errors:
integrations:
agent:
enabled: true
cadvisor:
enabled: trueerror loading config file /etc/agent/agent.yaml: yaml: unmarshal errors:
line 1: field enabled not foundPositionally they are correct because if I use the following, the Agent starts. I just don't know how to configure them:
integrations:
agent: {}
cadvisor: {}The page refers (correctly) to:
app_agent_receiver_configs:
[- <app_agent_receiver_config>]But the menu bar incorrectly refers to this as app_agent_config:
<a class="docs__menu-a" href="/docs/agent/latest/static/configuration/integrations/integrations-next/app-agent-receiver-config/">app_agent_config</a>