Skip to content

Commit 4c262ff

Browse files
committed
Apply Lisa's comments.
1 parent 7ebb618 commit 4c262ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/mp/telemetry.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ include::{rootdir}/includes/dependencies.adoc[]
4949
5050
== Usage
5151
52-
OpenTelemetry comprises a collection of APIs, SDKs, integration tools, and other software components intended to facilitate the generation and control of telemetry data, including traces, metrics, and logs. In an environment where distributed tracing is enabled via OpenTelemetry (which combines OpenTracing and OpenCensus), this specification establishes the necessary behaviors for MicroProfile applications to participate seamlessly.
52+
link:https://opentelemetry.io/[OpenTelemetry] comprises a collection of APIs, SDKs, integration tools, and other software components intended to facilitate the generation and control of telemetry data, including traces, metrics, and logs. In an environment where distributed tracing is enabled via OpenTelemetry (which combines OpenTracing and OpenCensus), this specification establishes the necessary behaviors for MicroProfile applications to participate seamlessly.
5353
5454
MicroProfile Telemetry 1.0 allows for the exportation of the data it collects to Jaeger or Zipkin and to other systems using variety of exporter.
5555

examples/microprofile/telemetry/greeting/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Helidon MicroProfile Telemetry Example
22

3-
This example implements demonstrates usage of MP Telemetry Tracing.
3+
This example demonstrates how to use MP Telemetry Tracing.
44

55
## Build and run
66

@@ -29,7 +29,7 @@ docker run -d --name jaeger \
2929
jaegertracing/all-in-one:1.41
3030
```
3131

32-
Run the Secondary service. Go to `secondary` folder and run:
32+
Run the Secondary service. Go to `secondary` project and run:
3333

3434
With JDK17+
3535
```bash
@@ -56,4 +56,4 @@ Secondary
5656
5757
```
5858

59-
Proceed Jaeger UI http://localhost:16686. In the top-down menu select "greeting-service" and click "search button". Tracing information should become available.
59+
Open a browser and enter the Jaeger URL: http://localhost:16686. Once the site is loaded, open the top-down menu and select "greeting-service" , then click Search. The tracing information should become available.

0 commit comments

Comments
 (0)