@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented @Import(value=StatisticsConfiguration.class) @UsesGemFireProperties public @interface EnableStatistics
EnableStatistics
annotation marks a Spring @Configuration
annotated Class
to configure and enable statistics and runtime metrics of a running Pivotal GemFire/Apache Geode system.
Sets statistic-sampling-enabled to true.Annotation
,
Import
,
StatisticsConfiguration
Modifier and Type | Optional Element and Description |
---|---|
int |
archiveDiskSpaceLimit
Maximum size (in megabytes) of all inactive statistic archive files combined.
|
String |
archiveFile
The file to which the running system member writes statistic samples.
|
int |
archiveFileSizeLimit
The maximum size (in megabytes) of a single statistic archive file.
|
boolean |
enableTimeStatistics
Boolean instructing the system to track time-based statistics for the distributed system and caching.
|
long |
sampleRate
How often to sample statistics, in milliseconds.
|
public abstract int archiveDiskSpaceLimit
public abstract String archiveFile
public abstract int archiveFileSizeLimit
public abstract boolean enableTimeStatistics
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.