Skip to content

Commit

Permalink
Removed unneeded commas
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-langer committed Oct 19, 2023
1 parent 60a1624 commit 2b547c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/mp/guides/tracing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ include::{rootdir}/includes/prerequisites.adoc[tag=prerequisites]
Distributed tracing is a critical feature of micro-service based applications, since it traces workflow both
within a service and across multiple services. This provides insight to sequence and timing data for specific blocks of work,
which helps you identify performance and operational issues. Helidon MP includes support for distributed tracing
through the https://opentracing.io[OpenTracing API]. Tracing is integrated with WebServer,
through the https://opentracing.io[OpenTracing API]. Tracing is integrated with WebServer
and Security using either the https://zipkin.io[Zipkin] or https://www.jaegertracing.io[Jaeger] tracers.
=== Tracing Concepts
Expand Down
2 changes: 1 addition & 1 deletion docs/mp/tracing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The MP OpenTracing specification is no longer required by MicroProfile. This fea
Distributed tracing is a critical feature of micro-service based applications, since it traces workflow both
within a service and across multiple services. This provides insight to sequence and timing data for specific blocks of work,
which helps you identify performance and operational issues. Helidon MP includes support for distributed tracing
through the https://opentracing.io[OpenTracing API]. Tracing is integrated with WebServer,
through the https://opentracing.io[OpenTracing API]. Tracing is integrated with WebServer
and Security.
include::{rootdir}/includes/dependencies.adoc[]
Expand Down
2 changes: 1 addition & 1 deletion docs/se/guides/tracing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ include::{rootdir}/includes/prerequisites.adoc[tag=prerequisites]
Distributed tracing is a critical feature of micro-service based applications, since it traces workflow both
within a service and across multiple services. This provides insight to sequence and timing data for specific blocks of work,
which helps you identify performance and operational issues. Helidon SE includes support for distributed tracing
through the https://opentracing.io[OpenTracing API]. Tracing is integrated with WebServer,
through the https://opentracing.io[OpenTracing API]. Tracing is integrated with WebServer
and Security using either the https://zipkin.io[Zipkin] or https://www.jaegertracing.io[Jaeger] tracers.
=== Tracing Concepts
Expand Down
2 changes: 1 addition & 1 deletion docs/se/tracing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ within a service and across multiple services. This provides insight to sequence
which helps you identify performance and operational issues.
Helidon includes support for distributed tracing through its own API, backed by either
through the https://opentelemetry.io/docs/instrumentation/js/api/tracing/[OpenTelemetry API], or by
https://opentracing.io[OpenTracing API]. Tracing is integrated with WebServer, and Security.
https://opentracing.io[OpenTracing API]. Tracing is integrated with WebServer and Security.
include::{rootdir}/includes/dependencies.adoc[]
Expand Down

0 comments on commit 2b547c3

Please sign in to comment.