Interface | Description |
---|---|
MetricsRecordBuilder |
The BusinessEvents inference engine uses MetricsRecordBuilder to create and
build MetricRecord for each entity in a RTC change list that is configured to
publish to a target metric store.
|
MetricsStoreProvider |
A metrics store provider is used by BusinessEvents inference agent to publish
application metrics.
|
Tag |
A key-value pair.
|
Class | Description |
---|---|
AppMetricsConfig |
Metrics store configuration as set of store properties and a map with entity uri as key and
AppMetricsEntityConfig as
value. |
AppMetricsEntityConfig |
Metrics store entity configuration as set of store properties.
|
MetricRecord |
A record to be published to target metric store.
|
MetricRecord.OpType |
Entity Operation Type: ADD, MODIFY, DELETE
|