We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c229890 commit 87b9e84Copy full SHA for 87b9e84
README.md
@@ -39,11 +39,10 @@ tracer.in_span("doing_work_parent", |cx| {
39
});
40
41
```
42
-This is a basic configuration, not recommended for prod systems. See the [Performance](#performance) section for prod config.
43
44
-All examples available at [examples](examples) directory.
+All examples are available at [examples](examples) directory.
45
46
-To run example use with environment variables:
+To run an example use with environment variables:
47
48
# PROJECT_ID=<your-google-project-id> cargo run --example enable-exporter
49
0 commit comments