Skip to content

Commit 2dfcd58

Browse files
committed
updated README to include additional example applications
1 parent 8a208b0 commit 2dfcd58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ Implemented metrics exporters: Prometheus, Datadog, and OpenTelemetry collector
5353

5454
The package includes some example projects with basic functionality:
5555

56+
- `Datadog Sample` - Shows the Datadog exporter used with a Simple Exporter, showing how to configure for sending.
5657
- `Logging Tracer` - Simple api implementation of a Tracer that logs every api call
58+
- `Network Tracer` - Shows how to use the `URLSessionInstrumentation` instrumentation in your application
5759
- `Simple Exporter` - Shows the Jaeger an Stdout exporters in action using a MultiSpanExporter. Can be easily modified for other exporters
5860
- `Prometheus Sample` - Shows the Prometheus exporter reporting metrics to a Prometheus instance
61+
- `OTLP Exporter` - Shows the OTLP exporter reporting traces to Zipkin and metrics to a Prometheus via the otel-collector
62+
5963

0 commit comments

Comments
 (0)