You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2023/04/04 14:56:00 UTC

[camel-website] 03/11: Update content/blog/2023/03/camel-observation/index.md

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 668a3d01b8273358f2fd04ef163b4f1f5fa2c3dc
Author: Marcin Grzejszczak <ma...@grzejszczak.pl>
AuthorDate: Mon Apr 3 15:33:13 2023 +0200

    Update content/blog/2023/03/camel-observation/index.md
    
    Co-authored-by: Zoran Regvart <zo...@regvart.com>
---
 content/blog/2023/03/camel-observation/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/blog/2023/03/camel-observation/index.md b/content/blog/2023/03/camel-observation/index.md
index b11715aa..2e556010 100644
--- a/content/blog/2023/03/camel-observation/index.md
+++ b/content/blog/2023/03/camel-observation/index.md
@@ -136,8 +136,8 @@ ObservationRegistry observationRegistry = ObservationRegistry.create();
 observationRegistry.observationConfig().observationHandler(new DefaultMeterObservationHandler(meterRegistry));
 observationRegistry.observationConfig().observationHandler(
     new ObservationHandler.FirstMatchingCompositeObservationHandler(
-        new PropagatingSenderTracingObservationHandler<>(tracer, propagator), 
-        new PropagatingReceiverTracingObservationHandler<>(tracer, propagator), 
+        new PropagatingSenderTracingObservationHandler<>(tracer, propagator),
+        new PropagatingReceiverTracingObservationHandler<>(tracer, propagator),
         new DefaultTracingObservationHandler(tracer)
     )
 );