Package | Description |
---|---|
io.siddhi.core | |
io.siddhi.core.config | |
io.siddhi.core.util.statistics.metrics |
Modifier and Type | Method and Description |
---|---|
Level |
SiddhiAppRuntime.getStatisticsLevel()
Method to check the Siddhi App statistics level enabled.
|
Level |
SiddhiAppRuntimeImpl.getStatisticsLevel()
Method to check the Siddhi App statistics level enabled.
|
Modifier and Type | Method and Description |
---|---|
void |
SiddhiAppRuntime.setStatisticsLevel(Level level)
To enable, disable and change Siddhi App statistics level on runtime.
|
void |
SiddhiAppRuntimeImpl.setStatisticsLevel(Level level)
To enable, disable and change Siddhi App statistics level on runtime.
|
Modifier and Type | Method and Description |
---|---|
Level |
SiddhiAppContext.getRootMetricsLevel() |
Modifier and Type | Method and Description |
---|---|
void |
SiddhiAppContext.setRootMetricsLevel(Level rootMetricsLevel) |
Modifier and Type | Field and Description |
---|---|
static Level |
Level.BASIC
A metric for informational purposes.
|
static Level |
Level.DETAIL
A general debugging metric.
|
static Level |
Level.OFF
No events will be used for metrics.
|
Modifier and Type | Method and Description |
---|---|
static Level |
Level.valueOf(String name)
Return the Level associated with the name.
|
Modifier and Type | Method and Description |
---|---|
int |
Level.compareTo(Level other) |
Copyright © 2021. All rights reserved.