You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/09/03 07:45:00 UTC

[jira] [Commented] (CAMEL-16616) camel-zipkin span name should be extracted from endpoint base uri

    [ https://issues.apache.org/jira/browse/CAMEL-16616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17599834#comment-17599834 ] 

Claus Ibsen commented on CAMEL-16616:
-------------------------------------

You can argue also that the base path  is too generic, in case the ? has options that make the span very different and you want to track this independently. I guess there is no good balance.

There are also endpoints where a queue name etc that is important information is part of the query and not the base path, then you can't see that in the UI.

I wonder if zipkin has 2 entries so we have 
- full endpoint uri
- base endpoint

And then you will be able to see the full uri if needed

> camel-zipkin span name should be extracted from endpoint base uri
> -----------------------------------------------------------------
>
>                 Key: CAMEL-16616
>                 URL: https://issues.apache.org/jira/browse/CAMEL-16616
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-zipkin
>    Affects Versions: 3.x
>            Reporter: Ashutosh Vaish
>            Priority: Minor
>             Fix For: 3.x
>
>
> As the span name uses the endpoint URI, in camel the endpoint URI also includes the header options after '?' character. This makes the whole span name large and eats up the Zipkin UI dashboard



--
This message was sent by Atlassian Jira
(v8.20.10#820010)