Áú»¢¶Ä²©

Table of Contents

Plugins

Overview

Custom loadable plugins extend Áú»¢¶Ä²© agent 2 functionality. They are compiled separately, but use a package shared with Áú»¢¶Ä²© agent 2.

Each plugin is a Go package that defines the structure and implements one or several plugin interfaces (Exporter, Configurator, Runner).

Jump to:

See also:

Connection diagram

Áú»¢¶Ä²© agent 2 connects bidirectionally to the plugins using UNIX sockets on Linux and Named Pipes on Windows.

The connection diagram below illustrates the communication process between Áú»¢¶Ä²© agent 2 and a loadable plugin and the metrics collection process.