You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2022/03/01 15:20:09 UTC

[camel-website] 05/11: Update content/blog/2022/03/camel-k-roadmap-2022/index.md

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 3352a5f1126e1d96d502812d0dda452681bae55d
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue Mar 1 15:12:01 2022 +0100

    Update content/blog/2022/03/camel-k-roadmap-2022/index.md
    
    Co-authored-by: Aurélien Pupier <ap...@redhat.com>
---
 content/blog/2022/03/camel-k-roadmap-2022/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/blog/2022/03/camel-k-roadmap-2022/index.md b/content/blog/2022/03/camel-k-roadmap-2022/index.md
index f9f0634..b993df3 100644
--- a/content/blog/2022/03/camel-k-roadmap-2022/index.md
+++ b/content/blog/2022/03/camel-k-roadmap-2022/index.md
@@ -102,7 +102,7 @@ Monitoring running Integrations is another field which will let the user feel th
 
 * Migrate from [MicroProfile](https://microprofile.io/) metrics to [Micrometer](https://micrometer.io/)
 * Secured monitoring (see proposal)
-* Grafana dashboards
+* [Grafana](https://grafana.com/) dashboards
 
 The Micrometer looks to be the default choice of **Quarkus**, so, it makes sense to migrate what we already have in that direction: there may be some gap between what is provided by Microprofile and Micrometer, so we may have to review more in general the metrics collection offered.
 We already have some monitoring in place with **Prometheus**. We probably need some improvements and some additional development on top of the existing features.