Skip to content

app_agent_config content missing from Grafana Agent documentation #3961

Open
@clayton-cornell

Description

@clayton-cornell

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: true

error loading config file /etc/agent/agent.yaml: yaml: unmarshal errors:
line 1: field enabled not found

Positionally 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>

Metadata

Metadata

Labels

type/docsDocs Squad label across all Grafana Labs reposvariant/staticRelated to Grafana Agent Static.

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions