Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 500 Bytes

aggregator.md

File metadata and controls

13 lines (9 loc) · 500 Bytes

aggregator

The aggregator package allows a Python check to talk to the aggregator.

This module is intended for internal use and should never be imported directly. Checks can use the methods exposed by the AgentCheck class instead, see the specific docs for more details.

Functions

  • submit_metric: Submit metrics to the aggregator.
  • submit_service_check: Submit service checks to the aggregator.
  • submit_event: Submit events to the aggregator.