Skip to content

Commit 60f0450

Browse files
authored
[4.x] [Doc] - Tracing documentation (#7813)
* Refactor Tracing Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com> * Refactor Tracing Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com> --------- Signed-off-by: Dmitry Aleksandrov <dmitry.aleksandrov@oracle.com>
1 parent dabc21d commit 60f0450

20 files changed

+211
-838
lines changed
118 KB
Loading
Loading
Binary file not shown.
-66.1 KB
Binary file not shown.
273 KB
Loading
110 KB
Loading
Loading
273 KB
Loading
-83.6 KB
Binary file not shown.
135 KB
Loading
Binary file not shown.
170 KB
Loading

docs/images/guides/12_tracing_top.png

200 KB
Loading
Binary file not shown.

docs/includes/tracing/common-config.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
///////////////////////////////////////////////////////////////////////////////
22

3-
Copyright (c) 2020, 2022 Oracle and/or its affiliates.
3+
Copyright (c) 2020, 2023 Oracle and/or its affiliates.
44

55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@ ifndef::rootdir[:rootdir: {docdir}/../..]
2020
2121
=== Configuration using Helidon Config [[Tracing-config]]
2222
23-
There is a set of common configuration options that this section describes. In addition each tracer implementation
23+
There is a set of common configuration options that this section describes. In addition, each tracer implementation
2424
may have additional configuration options - please see the documentation of each of them.
2525
2626
Each implementation may provide defaults for these options.
@@ -31,7 +31,7 @@ All common configuration options:
3131
|===
3232
|key |description
3333
34-
|service |Name of the service sending the tracing information. This is usually visible in the trace data to distinguish actors in a conversation (e.g. when multiple microservices are connected together)
34+
|service |Name of the service sending the tracing information. This is usually visible in the trace data to distinguish actors in a conversation, (e.g. when multiple microservices are connected together)
3535
|protocol |Protocol of the tracing collector (e.g. `http`, `https`)
3636
|host |Host of the tracing collector (e.g. `localhost`)
3737
|port |Port of the tracing collector (e.g. `9411`)

docs/includes/tracing/tracer-jaeger.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The Jaeger builder is loaded through `ServiceLoader` and configured. You could
2626
also use the Jaeger builder directly, though this would create a source-code dependency
2727
on the Jaeger tracer.
2828
29-
Since Helidon 3.0.0, we use Jaeger OpenTelemetry Tracing client to
29+
We use Jaeger OpenTelemetry Tracing client to
3030
integrate with Jaeger tracer.
3131
3232
include::{rootdir}/includes/dependencies.adoc[]

0 commit comments

Comments
 (0)