Bird
0
0

Identify the error in this dashboard widget config:

medium📝 Troubleshoot Q6 of 15
Agentic AI - Agent Observability
Identify the error in this dashboard widget config:
{"type": "chart", "metric": "cpu_load", "agent": "agent_04"}
AMissing 'type' field
BIncorrect key 'agent' instead of 'agentId'
CInvalid metric name 'cpu_load'
DExtra comma after last field
Step-by-Step Solution
Solution:
  1. Step 1: Check required keys for widget

    Correct key for agent identifier is 'agentId', not 'agent'.
  2. Step 2: Validate other fields

    'type' and 'metric' are present and valid; no syntax errors.
  3. Final Answer:

    Incorrect key 'agent' instead of 'agentId' -> Option B
  4. Quick Check:

    Agent key must be 'agentId' [OK]
Quick Trick: Use exact keys: agentId, metric, type [OK]
Common Mistakes:
  • Using 'agent' instead of 'agentId'
  • Assuming metric name is invalid without checking

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Agentic AI Quizzes