[ https://issues.apache.org/jira/browse/CAMEL-20045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17937335#comment-17937335 ]
Pasquale Congiusti commented on CAMEL-20045: -------------------------------------------- I had another look trying to implement something with the telemetry-dev. The way the component works is to store the traces as soon as they are generated to the main log file (as a default, user can change the configuration). We could do a development which scan such a log file and report the same content via the `console` as well. However, I think it is a bit of a duplication as the user can already see the traces just having a look at the log or via `camel log` utility. Also, if we go down the road we may have to deal with parsing problem when the log file is large (or we need to parse only the trailer of the file). If we see this is something useful, we can dedicate some time, but I think the same possibility is already covered in other jbang commands already. > camel-opentelemetry - Add dev console > ------------------------------------- > > Key: CAMEL-20045 > URL: https://issues.apache.org/jira/browse/CAMEL-20045 > Project: Camel > Issue Type: New Feature > Components: camel-opentelemetry > Reporter: Claus Ibsen > Assignee: Pasquale Congiusti > Priority: Major > Fix For: 4.x > > > A dev console that can give insight into opentelemtry, that can benefit > during development and trouble shooting. -- This message was sent by Atlassian Jira (v8.20.10#820010)