Package | Description |
---|---|
io.pcp.parfait.dxm | |
io.pcp.parfait.pcp |
Modifier and Type | Method and Description |
---|---|
MetricName |
PcpValueInfo.getMetricName() |
static MetricName |
MetricName.parse(String metric) |
Modifier and Type | Method and Description |
---|---|
void |
PcpWriter.addMetric(MetricName name,
Semantics semantics,
javax.measure.Unit<?> unit,
Object initialValue)
Adds a new metric to the writer, with an initial default value.
|
void |
PcpMmvWriter.addMetric(MetricName name,
Semantics semantics,
javax.measure.Unit<?> unit,
Object initialValue) |
<T> void |
PcpWriter.addMetric(MetricName name,
Semantics semantics,
javax.measure.Unit<?> unit,
T initialValue,
TypeHandler<T> pcpType)
Adds a new metric to the writer, with an initial default value.
|
<T> void |
PcpMmvWriter.addMetric(MetricName name,
Semantics semantics,
javax.measure.Unit<?> unit,
T initialValue,
TypeHandler<T> pcpType) |
void |
PcpWriter.updateMetric(MetricName name,
Object value)
Updates the metric value of the given metric, once the writer has been started
|
void |
PcpMmvWriter.updateMetric(MetricName name,
Object value) |
Modifier and Type | Method and Description |
---|---|
MetricName |
MetricNameMapper.map(String name) |
MetricName |
RegexSequenceNameMapper.map(String name) |
Modifier and Type | Method and Description |
---|---|
String |
StringParsingTextSource.getText(Monitorable<?> monitorable,
MetricName mappedName) |
String |
EmptyTextSource.getText(Monitorable<?> monitorable,
MetricName mappedName) |
String |
MapTextSource.getText(Monitorable<?> monitorable,
MetricName mappedName) |
String |
FileParsingTextSource.getText(Monitorable<?> monitorable,
MetricName mappedName) |
String |
MetricDescriptionTextSource.getText(Monitorable<?> monitorable,
MetricName mappedName) |
String |
TextSource.getText(Monitorable<?> monitorable,
MetricName mappedName) |
Copyright © 2009-2021 Performance Co-Pilot. All Rights Reserved.