Observability
Effective observability is essential for building reliable workflows. Understanding and monitoring the execution of workflows and their tasks helps ensure correctness and efficiency. This section describes methods to gain insights into your workflow’s execution.OpenTelemetry
Tilebox Workflows is designed with OpenTelemetry in mind, which provides a set of APIs and libraries for instrumenting, generating, collecting, and exporting telemetry data (metrics, logs, and traces) in distributed systems.Tilebox Workflows currently supports OpenTelemetry for tracing and logging, with plans to include metrics in the future.
Integrations
Tilebox exports telemetry data using the OpenTelemetry Protocol. This allows you to send telemetry data to any OpenTelemetry-compatible backend, such as Axiom or Jaeger.Axiom

Jaeger

configure_otel_tracing
.