Base type: System.StatisticsEntity
Summary: PerfStack compatible metric data
| Name | Type | Notes |
|---|---|---|
| DatabaseInstanceID | System.Int32 | ID of Database Instance |
| GlobalDatabaseInstanceID | System.Int32 | Unique ID of Database Instance |
| CategoryName | System.String | Name of a category a resource belongs (e.g. CPU, Memory, Sessions) that must be equal to one of the records from DPA.TimeSeriesDefinition.CategoryName |
| MetricName | System.String | Name of a metric (e.g. ActiveSessions, MemoryUtilization, SignalWaitsPercent) that must be equal to one of the records from DPA.TimeSeriesDefinition.MetricName |
| Value | System.Double | Double-precision value of this data-point in given time |
| Weight | System.Double | Specifies for which time frime this data point is applicable in seconds |
| ObservationTimestamp | System.DateTime | Timestamp of data-point |
| Label | System.String | Label of given data point for Wait-Time based metrics |
| Rank | System.Int32 | Order of label in legend and chart |
| ObservationTimestamp | System.DateTime | |
| ObservationFrequency | System.DateTime | |
| Weight | System.Double | Default='1.0'. |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |
| DatabaseInstance | Orion.DPA.DatabaseInstance | Defined by relationship Orion.DatabaseInstanceTimeSeriesData (System.Reference) |