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
Added Trellis OpenTelemetry error metrics, including the trellis.errors
counter, low-cardinality error attribute sanitization, public telemetry metric
helpers, and runtime instrumentation for RPCs, jobs, operations, events,
feeds, transfers, auth failures, and service lifecycle failures.
Added optional metrics export from the TypeScript telemetry runtime through
OTLP endpoints or TRELLIS_METRICS_CONSOLE, with metric export interval
support from OTEL_METRIC_EXPORT_INTERVAL.
Changed
Changed release publishing to use release/v* branch markers so GitHub
Actions creates the release tag only after the release gate passes and
publishes from the same verified artifacts.
Fixed
Fixed release verification so broad Deno tests run after npm package artifacts
are built, and made the Jobs integration fixture tolerate transient Jobs.Get
projection misses while the Jobs projector catches up.