This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit dd7f976ce1552291cffb6644af41d38d8b400b10 Author: Gaelle Fournier <gaelle.fournier.w...@gmail.com> AuthorDate: Thu Aug 3 11:00:06 2023 +0200 chore: fix example link in camel-k prometheus blog post --- content/blog/2022/07/camel-k-monitoring-ops/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/2022/07/camel-k-monitoring-ops/index.md b/content/blog/2022/07/camel-k-monitoring-ops/index.md index 509dd690..d493e6c0 100644 --- a/content/blog/2022/07/camel-k-monitoring-ops/index.md +++ b/content/blog/2022/07/camel-k-monitoring-ops/index.md @@ -38,10 +38,10 @@ Now, you can open your browser to http://localhost:9090, http://localhost:3000, ## Run a Camel K Integration with Prometheus trait -We have prepared the field to play. Now we need to run some Camel K application in order to see it in action. We're using a simple REST API application to show how to monitor an Integration in Camel K. Let's use this [Camel K REST API example](https://github.com/apache/camel-k/blob/main/examples/rest/RestDSL.java). In order to perform all the configuration required to expose the metrics we can rely on [Prometheus trait](/camel-k/next/traits/prometheus.html). As we already have a Promethe [...] +We have prepared the field to play. Now we need to run some Camel K application in order to see it in action. We're using a simple REST API application to show how to monitor an Integration in Camel K. Let's use this [Camel K REST API example](https://github.com/apache/camel-k-examples/blob/main/generic-examples/rest/RestDSL.java). In order to perform all the configuration required to expose the metrics we can rely on [Prometheus trait](/camel-k/next/traits/prometheus.html). As we alread [...] ``` -kamel run https://raw.githubusercontent.com/apache/camel-k/main/examples/rest/RestDSL.java --dev -t prometheus.enabled=true +kamel run https://raw.githubusercontent.com/apache/camel-k-examples/main/generic-examples/rest/RestDSL.java --dev -t prometheus.enabled=true ``` ## Check Microprofile metrics and Prometheus target