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 144016e5 chore: pin blog links to the logging and telemetry traits to
camel-k 2.11.x
144016e5 is described below
commit 144016e5fc6ddb2eeb7e7c0a24f5d62cba73db15
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Sep 20 12:49:31 2026 +0200
chore: pin blog links to the logging and telemetry traits to camel-k 2.11.x
camel-k main dropped both traits (apache/camel-k#6805), so the
/camel-k/next/ pages no longer exist and the link check failed.
Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
---
content/blog/2021/05/new-camel-k-logging-features/index.md | 2 +-
content/blog/2023/02/camel-k-release-1-12/index.md | 2 +-
content/blog/2023/03/camel-k-telemetry/index.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/blog/2021/05/new-camel-k-logging-features/index.md
b/content/blog/2021/05/new-camel-k-logging-features/index.md
index 689b91b4..28e53e76 100644
--- a/content/blog/2021/05/new-camel-k-logging-features/index.md
+++ b/content/blog/2021/05/new-camel-k-logging-features/index.md
@@ -13,7 +13,7 @@ usefulness to our community, we recently worked on logging
improvements for diff
parts of Camel K and the integrations it generated.
During the 1.5 development release we dedicated some time to review the
logging capabilities
-of Camel K. This version introduces a new [logging
trait](/camel-k/next/traits/logging.html) that simplifies access to the logging
configuration available on the runtime.
+of Camel K. This version introduces a new [logging
trait](/camel-k/2.11.x/traits/logging.html) that simplifies access to the
logging configuration available on the runtime.
## Colorized logs
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 9feb3357..d220c299 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
@@ -52,7 +52,7 @@ We're now looking forward to see a ton of new tools based on
Camel K!
## Distributed Tracing support moving to OpenTelemetry
-If you are already using Distributed Tracing tools then you might already know
that the [CNCF](https://www.cncf.io) announced that they were [archiving the
OpenTracing
project](https://www.cncf.io/blog/2022/0T1/31/cncf-archives-the-opentracing-project/)
in favor of the [OpenTelemetry project](https://opentelemetry.io/). In this
new release we decided to introduce the [`telemetry`
trait](/camel-k/next/traits/telemetry.html) based on OpenTelemetry and
deprecate the `tracing` trait based on [...]
+If you are already using Distributed Tracing tools then you might already know
that the [CNCF](https://www.cncf.io) announced that they were [archiving the
OpenTracing
project](https://www.cncf.io/blog/2022/0T1/31/cncf-archives-the-opentracing-project/)
in favor of the [OpenTelemetry project](https://opentelemetry.io/). In this
new release we decided to introduce the [`telemetry`
trait](/camel-k/2.11.x/traits/telemetry.html) based on OpenTelemetry and
deprecate the `tracing` trait based [...]
## Dependencies upgrade
diff --git a/content/blog/2023/03/camel-k-telemetry/index.md
b/content/blog/2023/03/camel-k-telemetry/index.md
index 5671371d..f1bc696c 100644
--- a/content/blog/2023/03/camel-k-telemetry/index.md
+++ b/content/blog/2023/03/camel-k-telemetry/index.md
@@ -10,7 +10,7 @@ preview: "Camel K: how to configure Distributed Tracing for
an Integration"
Tracing is an important approach for controlling and monitoring the experience
of users, it allows us to gather more information about an integration's
performance.
-Camel K has been providing support for distributed tracing using OpenTracing
since long time. At the beginning of 2022, the [CNCF](https://www.cncf.io)
announced that they were [archiving the OpenTracing
project](https://www.cncf.io/blog/2022/01/31/cncf-archives-the-opentracing-project/)
in favor of the [OpenTelemetry project](https://opentelemetry.io/).
OpenTelemetry is the latest solution created by merging OpenTracing and
OpenCensus. As a result, we decided in Camel K 1.12 to introduc [...]
+Camel K has been providing support for distributed tracing using OpenTracing
since long time. At the beginning of 2022, the [CNCF](https://www.cncf.io)
announced that they were [archiving the OpenTracing
project](https://www.cncf.io/blog/2022/01/31/cncf-archives-the-opentracing-project/)
in favor of the [OpenTelemetry project](https://opentelemetry.io/).
OpenTelemetry is the latest solution created by merging OpenTracing and
OpenCensus. As a result, we decided in Camel K 1.12 to introduc [...]
I'll walk you through the configurations needed to support Distributed tracing
for your Camel integrations in this blog post.