Skip to content

Commit

Permalink
Cleanup examples README.md (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored Nov 27, 2023
1 parent c841fba commit 3f7d5ca
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,5 @@
# Examples
This folder contains some examples that should help you get start crates from `opentelemetry-rust`.

## log-basic
**Logs**

This example uses following crates from this repo:
- opentelemetry(log)
- opentelemetry-appender-log
- opentelemetry-stdout

Check this example if you want to understand *how to instrument logs using opentelemetry*.

## metrics-basic
**Metrics**

This example uses following crates from this repo:
- opentelemetry(metrics)
- opentelemetry-stdout

Check this example if you want to understand *how to instrument metrics using opentelemetry*.
This folder contains some examples that should help you get start crates from `opentelemetry-rust-contrib`.

## traceresponse
**Tracing**
Expand All @@ -28,14 +9,3 @@ This example uses following crates from this repo:
- opentelemetry-http
- opentelemetry-contrib(TraceContextResponsePropagator)
- opentelemetry-stdout

## tracing-grpc
**Tracing**

This example uses following crates from this repo:
- opentelemetry(tracing)
- opentelemetry-jaeger

The application is built using `tokio`.

Check this example if you want to understand *how to integrate tracing with opentelemetry*.

0 comments on commit 3f7d5ca

Please sign in to comment.