Minor docs tweak (#2852)

This commit is contained in:
Reiley Yang 2022-02-02 21:39:05 -08:00 committed by GitHub
parent aca7efc0f4
commit 3de96a1c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,7 @@ Any exceptions to this are noted in the individual `README.md` files.
If you are new here, please read the getting started docs:
* [logs](./docs/logs/getting-started/README.md)
* [metrics](./docs/metrics/getting-started/README.md) (experimental)
* [metrics](./docs/metrics/getting-started/README.md)
* [trace](./docs/trace/getting-started/README.md)
This repository includes multiple installable components, available on
@ -71,6 +71,8 @@ most common customization and extension scenarios:
library](./docs/trace/extending-the-sdk/README.md#instrumentation-library)
* [Building a custom log
exporter/processor/sampler](./docs/logs/extending-the-sdk/README.md)
* [Building a custom metrics
exporter/reader/exemplar](./docs/metrics/extending-the-sdk/README.md)
* [Building a custom trace
exporter/processor/sampler](./docs/trace/extending-the-sdk/README.md)

View File

@ -25,7 +25,7 @@ Add a reference to [Prometheus
Exporter](../../../src/OpenTelemetry.Exporter.Prometheus/README.md):
```shell
dotnet add package OpenTelemetry.Exporter.Prometheus --version 1.2.0-rc1
dotnet add package OpenTelemetry.Exporter.Prometheus --version 1.2.0-rc2
```
Now, we are going to make some small tweaks to the example in the