public class MetricsPlugin extends DiagnosticsPlugin
DiagnosticsPlugin
that displays the content of the
MetricsRegistry
.Modifier and Type | Field and Description |
---|---|
static HazelcastProperty |
PERIOD_SECONDS
The period in seconds the
MetricsPlugin runs. |
logger
Constructor and Description |
---|
MetricsPlugin(ILogger logger,
MetricsRegistry metricsRegistry,
HazelcastProperties properties) |
MetricsPlugin(NodeEngineImpl nodeEngine) |
Modifier and Type | Method and Description |
---|---|
long |
getPeriodMillis()
Returns the period of executing the monitor in millis.
|
void |
onStart() |
void |
run(DiagnosticsLogWriter writer) |
public static final HazelcastProperty PERIOD_SECONDS
MetricsPlugin
runs.
The MetricsPlugin periodically writes the contents of the MetricsRegistry
to the logfile. For debugging purposes make sure the
Diagnostics.METRICS_LEVEL
is set to debug.
This plugin is very cheap to use.
If set to 0, the plugin is disabled.
public MetricsPlugin(NodeEngineImpl nodeEngine)
public MetricsPlugin(ILogger logger, MetricsRegistry metricsRegistry, HazelcastProperties properties)
public void onStart()
onStart
in class DiagnosticsPlugin
public long getPeriodMillis()
DiagnosticsPlugin
If a monitor is disabled, 0 is returned.
If a monitor should run only once, a negative value is returned. This is
useful for 'static' monitors like the SystemPropertiesPlugin
that run at the beginning of a log file but their contents will not
change.
getPeriodMillis
in class DiagnosticsPlugin
public void run(DiagnosticsLogWriter writer)
run
in class DiagnosticsPlugin
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.