Summary of the "lyrMetricEvents" fields in ListManager
This table stores data about performance for ListManager. Generally every minute aggregate data is saved into this table about events listed in the lyrPerformanceMetrics table. These can then be used to create charts or otherwise analyze performance.
Primary key: none
Field Name | Description | Version Added |
MetricKey | The key for this event, from the lyrPerformanceMetrics table. (int, NOT NULL) |
|
Value | The actual data value. (int, NOT NULL) |
|
NodeID | The ID of the node that processed this metric event. (int, NOT NULL) |
|
EventTime | The time and date of this event (datetime, NOT NULL) |
|