astefanutti commented on pull request #3152: URL: https://github.com/apache/camel-k/pull/3152#issuecomment-1082730262
@SubhasmitaSw you can find some typical examples here: * https://github.com/apache/camel-k/blame/main/docs/modules/traits/pages/affinity.adoc#L57 * https://github.com/apache/camel-k/blame/main/docs/modules/traits/pages/route.adoc#L108 The sections marked as auto-generated can be updated by running `make generate-doc`, which probably does not currently work on Windows, but that should not prevent you from editing the files. For the Prometheus trait, the metrics endpoint is configured by the trait, so the idea is more to illustrate the purpose of the trait options, like for the `pod-monitor` option, mentioning that it can be used for the Integration Pod(s) to expose a metrics endpoint, even if the Prometheus operator API is not installed. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
