Package | Description |
---|---|
org.adroitlogic.x.api.metrics |
This package contains main API definitions related to reporting, collecting and publishing of metrics in project-x
|
org.adroitlogic.x.metrics |
This package contains the implementations related to reporting, collecting and publishing of metrics in project-x
|
org.adroitlogic.x.metrics.timerTasks |
This package contains the metrics related timer task implementations which provides the metrics framework window
|
Modifier and Type | Method and Description |
---|---|
XMetricsCollector |
XMetricsEngine.getMetricsCollector()
Retrieves the
XMetricsCollector associated with this metrics engine |
XMetricsCollector |
MetricsTemplate.getMetricsCollector() |
Constructor and Description |
---|
MetricsTemplate(String metricStreamEntityType,
String entityId,
String projectID,
String projectVersion,
String integrationFlowID,
XMetricsCollector metricsCollector,
Map<String,String> additionalProps)
Construct metrics template for the given entity id and type
|
Modifier and Type | Class and Description |
---|---|
class |
ESMetricsCollector
Elasticsearch based metrics collector
|
Modifier and Type | Method and Description |
---|---|
XMetricsCollector |
ESMetricsEngine.getMetricsCollector() |
XMetricsCollector |
NoMetricsEngine.getMetricsCollector()
Retrieves the
XMetricsCollector associated with this metrics engine |
Constructor and Description |
---|
MetricsWindow(int capacity,
XMetricsCollector metricsCollector) |
StepRecord(XMetricsCollector metricsCollector) |
Constructor and Description |
---|
MetricsRecordGeneratingTask(XMetricsCollector metricsCollector) |
MetricsTimePeriodSyncTask(XMetricsCollector metricsCollector) |
Copyright © 2016–2019 AdroitLogic. All rights reserved.