request-id
Request IDs for log correlation alongside traces.
observability adds OpenTelemetry traces and metrics to your Go service with OTLP export ready for Jaeger, Grafana, or any OTel-compatible backend.
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?”.
verikt new my-service --language go --cap observability# or add to an existing service:verikt add observabilityrequest-id
health
platform