Skip to content

Commit

Permalink
fix: markdown lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Dec 14, 2021
1 parent c23e325 commit a4bd541
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/tracer-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ The examples includes several variants so that you can see how to mix and match
This example shows how to use the XMLHttpRequest Instrumentation with the OTLP Trace exporter and with the B3 Propagator.

Included Components

- XMLHttpRequestInstrumentation
- ZoneContextManager
- OTLPTraceExporter
Expand All @@ -54,6 +55,7 @@ The screen will look as follows:
This example shows how to use the Fetch Instrumentation with the OTLP Trace exporter and with the B3 Propagator.

Included Components

- FetchInstrumentation
- ZoneContextManager
- OTLPTraceExporter
Expand All @@ -67,6 +69,7 @@ To see the results, open the browser at <http://localhost:8090/fetch/> and make
This example shows how to use both the XMLHttpRequest and Fetch Instrumentations with the OTLP Trace exporter but without the B3 Propagator.

Included Components

- XMLHttpRequestInstrumentation
- FetchInstrumentation
- ZoneContextManager
Expand All @@ -78,6 +81,7 @@ Included Components
This example shows how to use both the XMLHttpRequest and Fetch Instrumentations with the OTLP Trace exporter and with the B3 Propagator

Included Components

- XMLHttpRequestInstrumentation
- FetchInstrumentation
- ZoneContextManager
Expand All @@ -90,6 +94,7 @@ Included Components
This example shows how to use the OTLP Metric Exporter, it does not include the Trace Exporter. Does not include traces

Included Components

- OTLPMetricExporter
- MeterProvider
- Resource
Expand All @@ -100,6 +105,7 @@ Included Components
This example show a simple usage of the ZipKin Exporter with the Web Tracer Provider

Included Components

- WebTracerProvider
- ZipkinExporter

Expand Down

0 comments on commit a4bd541

Please sign in to comment.