[
https://issues.apache.org/jira/browse/CAMEL-22941?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18055776#comment-18055776
]
David J. M. Karlsen commented on CAMEL-22941:
---------------------------------------------
See screenshot for generated metrics.
Howto repro:
* checkout https://github.com/davidkarlsen/camel-bugs/tree/CAMEL-22941
* run the mainclass
* create a request: curl -v -XPOST -H"someheader=somevalue" -v
http://localhost:8080/mypath
* visit http://localhost:8080/actuator/prometheus
> "POST_Exchange____Id__" metrics
> -------------------------------
>
> Key: CAMEL-22941
> URL: https://issues.apache.org/jira/browse/CAMEL-22941
> Project: Camel
> Issue Type: Bug
> Components: camel-metrics
> Affects Versions: 4.16.0
> Reporter: David J. M. Karlsen
> Priority: Minor
> Attachments: Screenshot 2026-02-01 at 14.33.37.png
>
>
> When visiting the spring-boot prometheus metrics page, there are tons of
> metrics named
> POST_Exchange____Id__9F24210ADD30EA2_0000000000000001___Headers___accept_application_xml__authori.....___total,
> i.e. a unique metric name per request.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)