This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push: new 858c6bad Fix website build 858c6bad is described below commit 858c6bad180ed8d0455691770d6ecf77d731c4ef Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Oct 15 09:41:58 2024 +0200 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 3814609c..eef322ea 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 540fe485..6482b032 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: ```