Skip to content

Commit

Permalink
Fix link to updated dependency and compatibility matrix documentation
Browse files Browse the repository at this point in the history
for Camel K

Signed-off-by: Aurélien Pupier <[email protected]>
apupier committed Dec 7, 2023

Unverified

This user has not yet uploaded their public signing key.
1 parent 224de07 commit 80bd21d
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/blog/2023/02/camel-k-release-1-12/index.md
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ 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#_compatibility_matrix)
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

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
@@ -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](/components/3.21.x/microprofile-metrics-component.html#_default_camel_metrics) where provided by the camel Microprofile Metrics component. Now they [default camel metrics](/components/next/micrometer-component.html#_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#_compatibility_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. Please refer to the [compatibility matrix](/camel-k/next/index.html#_camel_dependencies_matrix) to know which version of Camel is used.
One of the most important change concerns the notions of *route* and *context* in the metrics:
```

0 comments on commit 80bd21d

Please sign in to comment.