Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opentelemetry for Kogito Workflows #3156

Open
tech-bee-10 opened this issue Aug 2, 2023 · 2 comments
Open

Opentelemetry for Kogito Workflows #3156

tech-bee-10 opened this issue Aug 2, 2023 · 2 comments
Assignees

Comments

@tech-bee-10
Copy link

Description

I have created Kogito Workflow which involved AsyncAPI operators using Kafka for publishing and subscribing. I have integrated Opentelemetry following this doc: https://quarkus.io/guides/opentelemetry#cdi

What is happening is, when the workflow transitions from one step to another, the tracing context is not being carried forward and it uses different context at different steps. It would be good to have option to have same tracing context throughout the workflow which makes it easy to track the full execution flow traces using same trace_id.

Implementation ideas

No response

@radtriste
Copy link
Contributor

@fjtirado
Copy link
Contributor

fjtirado commented Apr 1, 2024

@rand-guy sorry for the delay on taking a look into this.
The tracing context is not the same one once the workflow is resumed after receiving an event?
Can you provide a simple reproducer to be sure we address the same issue?

@fjtirado fjtirado self-assigned this Apr 1, 2024
@fjtirado fjtirado removed the area:swf label Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

4 participants