экспортер показателей pcp-to-spark (pcp-to-spark metrics exporter)
Конфигурационный файл (Config file)
pcp2spark
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
,
include_labels
, 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.
pcp2spark specific options
spark_server (string)
Specify the address on which pcp2spark
will listen for
connections from an Apache Spark worker thread.
Corresponding command line option is -g
. Default is
127.0.0.1
.
spark_port (integer)
Specify the port to run pcp2spark
on. Corresponding command
line option is -p
. Default is 44325
.