cdia8890 opened a new issue, #1520: URL: https://github.com/apache/camel-karavan/issues/1520
### Describe the bug When using Micrometer component, the tags are not passed from the YAML to the Micrometer Component Endpoint. Debugging the Micrometer Component   `tags` are captured from `Map<String, Object> parameters`, but it seems tags are defined as path parameters in apache/camel-karavan/karavan-app/src/main/resources/metadata/components.json ``` "tags":{"index":2,"kind":"path","displayName":"Tags","group":"producer","label":"","required":false,"type":"object","javaType":"java.lang.Iterable<io.micrometer.core.instrument.Tag>","deprecated":false,"autowired":false,"secret":false,"description":"Tags of metrics"} ``` Highly appreciate your support in getting this resolved. Thank you! ### Steps to reproduce the behavior Example:  Sample YAML content: ``` - to: id: to-1bb1 uri: micrometer parameters: metricsType: counter metricsName: eu_enterprise_services.kafka.consumer.records_processed increment: "1" tags: testKey=testValue ``` ### Variant Vs Code Extension ### Container Management (if applicable) None ### Operating System (if applicable) Windows ### Version 4.10.2 ### Relevant log output ```shell ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org