Minor docs tweak (#2852)
This commit is contained in:
parent
aca7efc0f4
commit
3de96a1c16
|
|
@ -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:
|
If you are new here, please read the getting started docs:
|
||||||
|
|
||||||
* [logs](./docs/logs/getting-started/README.md)
|
* [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)
|
* [trace](./docs/trace/getting-started/README.md)
|
||||||
|
|
||||||
This repository includes multiple installable components, available on
|
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)
|
library](./docs/trace/extending-the-sdk/README.md#instrumentation-library)
|
||||||
* [Building a custom log
|
* [Building a custom log
|
||||||
exporter/processor/sampler](./docs/logs/extending-the-sdk/README.md)
|
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
|
* [Building a custom trace
|
||||||
exporter/processor/sampler](./docs/trace/extending-the-sdk/README.md)
|
exporter/processor/sampler](./docs/trace/extending-the-sdk/README.md)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ Add a reference to [Prometheus
|
||||||
Exporter](../../../src/OpenTelemetry.Exporter.Prometheus/README.md):
|
Exporter](../../../src/OpenTelemetry.Exporter.Prometheus/README.md):
|
||||||
|
|
||||||
```shell
|
```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
|
Now, we are going to make some small tweaks to the example in the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue