Edge Delta Agent Components Health Stats

Health-related data for the agent.

This input type reports health-related data for the agent, such as status, error count, and success count.

By default, this input type reports to the Edge Delta backend to help Edge Delta Support with troubleshooting agent-related issues. However, you can also configure the agent to report this data to a 3rd-party streaming destination by adding agent_components_health to a workflow.

inputs:
  agent_components_health:
    labels: "agent-components-health"
    
workflows:
  health_stats_workflow:
    input_labels:
      - agent-components-health
    destinations:
      - datadog-custom