Config.app_instance

Collectd 'plugin instance' name to used

This is the 'pinstance' part of the identifier, and should be set to your application's "instance". This can be an id (1, 2, 3...) or a more complicated string, like the ranges over which your app operate ("0x00000000_0x0FFFFFFF"). Change to this value should be rare, if any. The duo of 'plugin' and 'pinstance' should uniquely identify a process (for the same hostname).

See this class' documentation for further details.

class Config
istring app_instance;

Meta