экспортер показателей pcp-to-graphite (pcp-to-graphite metrics exporter)
Конфигурационный файл (Config file)
pcp2graphite
uses a configuration file with overall syntax
described in pmrep.conf(5). The following options are common
with pmrep.conf
: version
, source
, speclocal
, derived
, header
,
globals
, samples
, interval
, type
, type_prefer
, ignore_incompat
,
names_change
, instances
, live_filter
, rank
, limit_filter
,
limit_filter_force
, invert_filter
, predicate
, omit_flat
,
precision
, precision_force
, count_scale
, count_scale_force
,
space_scale
, space_scale_force
, time_scale
, time_scale_force
.
The output
option is recognized but ignored for pmrep.conf
compatibility.
pcp2graphite specific options
graphite_host (string)
Hostname or IP address of Graphite server to send the metrics
to. Corresponding command line option is -g
. Default is
localhost
.
graphite_port (integer)
Specify port number of Graphite server (plaintext or pickle).
Corresponding command line options are -p
and -E
. Default is
2004
.
pickle (boolean)
Specify whether to use pickle protocol. Corresponding
command line options are -p
and -E
. Default is yes
.
pickle_protocol (integer)
Specify pickle protocol version. Corresponding command line
option is -X
. Default is 0
.
prefix (string)
Specify the prefix for metrics sent to the server.
Corresponding command line option is -x
. Default is pcp.
.