Skip to content

Commit 804500e

Browse files
committed
reference IDs in config
1 parent ccafbca commit 804500e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/configuration.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ using var tracerProvider = Sdk.CreateMeterProviderBuilder()
168168

169169
Alternatively, instrumentation libraries can be disabled by the environment
170170
variable `GRAFANA_DOTNET_DISABLE_INSTRUMENTATIONS`. This variable can be
171-
populated with a comma-separated list of instrumentation library identifiers
172-
from the table above:
171+
populated with a comma-separated list of
172+
[instrumentation library identifiers](./supported-instrumentations.md):
173173

174174
```sh
175175
export GRAFANA_DOTNET_DISABLE_INSTRUMENTATIONS="Process,NetRuntime"
@@ -194,7 +194,8 @@ using var tracerProvider = Sdk.CreateMeterProviderBuilder()
194194

195195
Alternatively, resource detectors can be specified by the environment
196196
variable `GRAFANA_DOTNET_RESOURCE_DETECTORS`. This variable can be
197-
populated with a comma-separated list of resource detector identifiers:
197+
populated with a comma-separated list of
198+
[resource detector identifiers](./supported-resource-detectors.md):
198199

199200
```sh
200201
export GRAFANA_DOTNET_RESOURCE_DETECTORS="Process"

0 commit comments

Comments
 (0)