You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
tilebox-workflows: Added automatic OpenTelemetry-based logging and tracing instrumentation to a Tilebox
observability backend.
tilebox-workflows: Added ExecutionContext.logger and ExecutionContext.tracer access for task implementations to
emit structured logs and custom spans during task execution.
tilebox-workflows: Added JobClient.query_logs() and JobClient.query_spans() to fetch telemetry for a job, with
list-like results that can be converted to pandas DataFrames via to_pandas().