Is tracing your Business Process with OTEL possible / wanted #3603
-
Hi community, I have a maybe weird question, but from my point of view, it looks like a good thing. Let's look at a short example: Imagine we programmed a bookstore. This bookstore provides the user simple functions, like looking up new books.
And because it's splitted, I get nice traces for each function, but not an overview of the whole process. And my question is, if this is even possible / wanted to do something like this with OTEL. And currently as far as I see the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In order to stitch these types of things together you need to be able to pass some sort of identifier that can connect things between all of those systems. Even if you are able to do something like that, you would need this telemetry sent off/stored somewhere with enough retention to store that data for that long (and still retrieve it later). A question like this is beyond the scope of the project in this repository. However, you could try to reach out to a broader audience in one of the more general OpenTelemetry slack channels for some advice. https://github.com/open-telemetry/community?tab=readme-ov-file#discussions contains information on how to access the OpenTelemetry slack channels. |
Beta Was this translation helpful? Give feedback.
In order to stitch these types of things together you need to be able to pass some sort of identifier that can connect things between all of those systems. Even if you are able to do something like that, you would need this telemetry sent off/stored somewhere with enough retention to store that data for that long (and still retrieve it later). A question like this is beyond the scope of the project in this repository. However, you could try to reach out to a broader audience in one of the more general OpenTelemetry slack channels for some advice. https://github.com/open-telemetry/community?tab=readme-ov-file#discussions contains information on how to access the OpenTelemetry slack channels.