From 858c6bad180ed8d0455691770d6ecf77d731c4ef Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Tue, 15 Oct 2024 09:41:58 +0200 Subject: [PATCH] Fix website build --- content/blog/2023/02/camel-k-release-1-12/index.md | 2 -- content/blog/2023/08/camel-k-micrometer/index.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/content/blog/2023/02/camel-k-release-1-12/index.md b/content/blog/2023/02/camel-k-release-1-12/index.md index 3814609ce73..eef322eaee6 100644 --- a/content/blog/2023/02/camel-k-release-1-12/index.md +++ b/content/blog/2023/02/camel-k-release-1-12/index.md @@ -67,8 +67,6 @@ In this new release you'll see a series of interesting upgrades for Golang, Kube * Upgrade Knative to `1.8.3` * Prometheus to `0.60.0` -By the way, the matrix of version dependencies is now autogenerated and more explicitly discoverable in the [Camel K compatibility documentation page](/camel-k/next/index.html#_other_apis_version_matrix) - # Thanks Thanks to all contributors who made this possible. We're happy to receive feedback on this version through our [mailing list](/community/mailing-list/), our [official chat](https://camel.zulipchat.com/) or filing an issue on [Camel K Github repository](https://github.com/apache/camel-k). diff --git a/content/blog/2023/08/camel-k-micrometer/index.md b/content/blog/2023/08/camel-k-micrometer/index.md index 540fe48500b..6482b032b18 100644 --- a/content/blog/2023/08/camel-k-micrometer/index.md +++ b/content/blog/2023/08/camel-k-micrometer/index.md @@ -29,7 +29,7 @@ Since Micrometer provides a facade, the changes in the default metrics from the Before Camel K 2.0, the default camel metrics where provided by the camel Microprofile Metrics component. Now they default camel metrics are provided by the Micrometer Component. As you can see in the documentations, there are some changes in the naming and the metrics. -> **_NOTE:_** There has been some recent change in the Micrometer Camel component on naming conventions so depending on your camel version you can expect **'CamelExchangesTotal'** to change to **'camel.exchanges.total'** starting from Camel 4. Please refer to the [compatibility matrix](/camel-k/next/index.html#_camel_dependencies_matrix) to know which version of Camel is used. +> **_NOTE:_** There has been some recent change in the Micrometer Camel component on naming conventions so depending on your camel version you can expect **'CamelExchangesTotal'** to change to **'camel.exchanges.total'** starting from Camel 4. One of the most important change concerns the notions of *route* and *context* in the metrics: ```