File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -168,8 +168,8 @@ using var tracerProvider = Sdk.CreateMeterProviderBuilder()
168168
169169Alternatively, instrumentation libraries can be disabled by the environment
170170variable ` 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
175175export GRAFANA_DOTNET_DISABLE_INSTRUMENTATIONS=" Process,NetRuntime"
@@ -194,7 +194,8 @@ using var tracerProvider = Sdk.CreateMeterProviderBuilder()
194194
195195Alternatively, resource detectors can be specified by the environment
196196variable ` 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
200201export GRAFANA_DOTNET_RESOURCE_DETECTORS=" Process"
You can’t perform that action at this time.
0 commit comments