Enable GPU monitoring
Setcollect_system_metrics=True when initialising OpenLIT. This enables comprehensive system monitoring (CPU, memory, disk, network) and automatically enables GPU metrics if a supported GPU is detected:
collect_system_metrics requires the opentelemetry-instrumentation-system-metrics package:Environment variable
You can enable GPU monitoring without code changes:Metrics collected
When a supported GPU is found, OpenLIT collects the following metrics:Supported hardware
SDK configuration parameters
Deprecated parameter
Thecollect_gpu_stats parameter is deprecated. Replace it with collect_system_metrics=True:
Configuration
Full openlit.init() parameter reference
Integrations
GPU integration details and requirements
Destinations
Send GPU metrics to Grafana, Datadog, and more
