sampleSeriesLabel property
Possible string values are:
- "sampleSeriesTypeUnspecified"
- "memoryRssPrivate" : Memory sample series
- "memoryRssShared"
- "memoryRssTotal"
- "memoryTotal"
- "cpuUser" : CPU sample series
- "cpuKernel"
- "cpuTotal"
- "ntBytesTransferred" : Network sample series
- "ntBytesReceived"
- "networkSent"
- "networkReceived"
- "graphicsFrameRate" : Graphics sample series
Implementation
core.String? sampleSeriesLabel;