Summary of the "lyrPerformanceMetrics" fields in ListManager
This table stores data about performance metrics used by ListManager. Generally every minute aggregate data is saved in the lyrMetricEvents table for events listed in this table. These can then be used to create charts or otherwise analyze performance.
Primary key: MetricKey
MetricKey | An auto-numbering value to serve as a unique key for this table. (int, NOT NULL) |
|
Description | A textual description of this metric. (varchar(255), NOT NULL) |
|
ShortName | A short textual unique name for this metric. (varchar(12), NOT NULL) |
|