Skip to content

v0.52.0

Latest

Choose a tag to compare

@lukasbindreiter lukasbindreiter released this 08 May 14:13
f01ac2e

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().