module documentation
Undocumented
| Function | base |
Create base context for all events. |
| Function | is |
Best-effort detection of CI environments. |
| Function | is |
Return True when telemetry runs inside the Luxonis cloud. |
| Function | normalized |
Return a coarse processor family for telemetry. |
| Constant | RESERVED |
Undocumented |
def base_context(*, library_name:
str, library_version: str | None, session_id: str, source_component: str | None) -> dict[ str, Any]:
¶
Create base context for all events.
| Parameters | |
librarystr | Name of the emitting library. |
librarystr | None | Version string for the library. |
sessionstr | Random per-process session ID. |
sourcestr | None | Optional component name for the emitter. If omitted, the library name is reused. |
| Returns | |
dict[ | The shared base context attached to events. |
RESERVED_METADATA_KEYS =
¶
Undocumented
| Value |
|