Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abdolence authored Jan 2, 2024
1 parent c229890 commit 87b9e84
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ tracer.in_span("doing_work_parent", |cx| {
});

```
This is a basic configuration, not recommended for prod systems. See the [Performance](#performance) section for prod config.

All examples available at [examples](examples) directory.
All examples are available at [examples](examples) directory.

To run example use with environment variables:
To run an example use with environment variables:
```
# PROJECT_ID=<your-google-project-id> cargo run --example enable-exporter
```
Expand Down

0 comments on commit 87b9e84

Please sign in to comment.