albumentations.core.analytics.events
Event definitions for telemetry data.
Members
- classComposeInitEvent
ComposeInitEventclass
Event data for Compose initialization tracking. Contains minimal information about pipeline configuration and environment. Structured to fit within GA4's 25 parameter limit.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| event_type | str | compose_init | - |
| timestamp | str | <factory> | - |
| session_id | str | <factory> | - |
| user_id | str | - | - |
| pipeline_hash | str | - | - |
| albumentationsx_version | str | - | - |
| python_version | str | - | - |
| os | str | - | - |
| cpu | str | - | - |
| gpu | One of:
| None | - |
| ram_gb | One of:
| None | - |
| environment | str | unknown | - |
| transforms | list[str] | <factory> | - |
| targets | str | None | - |