Skip to content

observability capability

observability adds OpenTelemetry traces and metrics to your Go service with OTLP export ready for Jaeger, Grafana, or any OTel-compatible backend.

  • OTLP/gRPC export
  • Trace propagation
  • Metric collection

You cannot debug production without distributed tracing. Add observability to any service that handles requests or processes events — it gives you the data to answer “why is this slow?” and “where did this request fail?”.

Terminal window
verikt new my-service --language go --cap observability
# or add to an existing service:
verikt add observability

request-id

Request IDs for log correlation alongside traces.

health

Health endpoints alongside observability metrics.

platform

Platform lifecycle and structured logging.