enableDetailedObservability
Indicates whether detailed observability is enabled for the endpoint. When set to True, the following metrics are published at the configured frequency:
Container-level inference metrics scraped from the container's Prometheus endpoint (such as request latency, error counts, and throughput). Available metrics vary by framework.
Per-GPU metrics (utilization, memory, and temperature) attributed to individual inference components.
Per-instance host metrics (CPU, memory, and disk utilization).
Inference component placement metrics (copy count per Availability Zone).
For first-party and Deep Learning Containers (DLC), the Prometheus endpoint path is determined automatically. For Bring-Your-Own-Container (BYOC) cases, you can optionally set ContainerMetricsConfig to specify a custom endpoint path. If not specified, the default path /metrics on port 8080 is used.
When set to False, these additional metrics are not published. Standard invocation and utilization metrics controlled by EnableEnhancedMetrics are unaffected.
The default value for new endpoint configurations is True. For existing endpoint configurations created before this feature, the value is False unless explicitly set.