Skip to content

Commit

Permalink
Apply Lisa's comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexandrov committed Jun 5, 2023
1 parent ee43614 commit 62db4dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/mp/telemetry.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ include::{rootdir}/includes/dependencies.adoc[]
== Usage
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.
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.
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.
Expand Down
6 changes: 3 additions & 3 deletions examples/microprofile/telemetry/greeting/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Helidon MicroProfile Telemetry Example

This example implements demonstrates usage of MP Telemetry Tracing.
This example demonstrates how to use MP Telemetry Tracing.

## Build and run

Expand Down Expand Up @@ -29,7 +29,7 @@ docker run -d --name jaeger \
jaegertracing/all-in-one:1.41
```

Run the Secondary service. Go to `secondary` folder and run:
Run the Secondary service. Go to `secondary` project and run:

With JDK17+
```bash
Expand All @@ -56,4 +56,4 @@ Secondary
```

Proceed Jaeger UI http://localhost:16686. In the top-down menu select "greeting-service" and click "search button". Tracing information should become available.
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 comments on commit 62db4dd

Please sign in to comment.