performanceMonitoringUnit property
Type of Performance Monitoring Unit (PMU) requested on node pool instances.
If unset, PMU will not be available to the node. Possible string values are:
- "PERFORMANCE_MONITORING_UNIT_UNSPECIFIED" : PMU not enabled.
- "ARCHITECTURAL" : Architecturally defined non-LLC events.
- "STANDARD" : Most documented core/L2 events.
- "ENHANCED" : Most documented core/L2 and LLC events.
Implementation
core.String? performanceMonitoringUnit;