Orion.Cman.ContainerCpuMetrics
SolarWinds Information Service 2024.4 Schema Documentation
This entity presents Container Cpu Metrics properties
Inheritance
↳ System.Entity
↳ System.ExtensionEntity
↳ System.StatisticsEntity
Access control
| Operations |
Right |
| read |
everyone |
Properties
| Name |
Type |
Summary |
Access Control |
| ContainerId |
System.Int64 |
The unique integer representation of the container |
everyone |
| ObservationTimestamp |
System.DateTime |
The date and time representing timestamp of observation of the container metric |
everyone |
| AvgCpu |
System.Double |
The double value representing average metric of the container |
everyone |
| MinCpu |
System.Double |
The double value representing minimum metric of the container |
everyone |
| MaxCpu |
System.Double |
The double value representing maximum metric of the container |
everyone |
Target Relationships
| Name |
Type |
Notes |
| Container |
Orion.Cman.Container |
Defined by relationship Orion.Cman.ContainerToCpuMetrics (System.Hosting) |