Skip to content

Commit

Permalink
Fix website build
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Oct 15, 2024
1 parent 7f08fc2 commit 858c6ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions content/blog/2023/02/camel-k-release-1-12/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion content/blog/2023/08/camel-k-micrometer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
Expand Down

0 comments on commit 858c6ba

Please sign in to comment.