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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Add EnableTracePropagation configuration method, which enables linking river job spans to the span that enqueued them for tracing why a job was enqueued. PR #65
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Added otelriver option EnableWorkSpanJobKindSuffix which appends the job kind a suffix to work spans so they look like river.work/my_job instead of river.work.
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Added otelriver option MiddlewareConfig.DurationUnit. Can be used to configure duration metrics to be emitted in milliseconds instead of the default seconds. PR #10.
More attributes like job ID and timestamps on OpenTelemetry spans. PR #11.
Added otelriver option EnableSemanticMetrics which will cause the middleware to emit metrics compliant with OpenTelemetry semantic conventions. PR #12.