Edge Delta Agent Statistics

Agent-level metrics.

You can report agent-level metrics, such as lines analyzed and bytes analyzed to an external destination.

We recommend that you only use this input if you want to forward this data to an external destination. Otherwise, use the agent_stats_enabled parameter within the Agent Settings configuration.

inputs:
  agent_stats:
    labels: "agent"

workflows:
  stats-workflow:
    input_labels:
      - agent
    destinations:
      - '{{ Env "TEST_SUMO" }}'