Skip to content

Commit 95d9e7f

Browse files
committed
PR feedback
1 parent 154c629 commit 95d9e7f

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

docs/reference/setup-auto-instrumentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ This approach works with the following
2929
\*\* Minimum GLIBC version 2.14.
3030

3131
::::{note}
32-
While the rofiler-based agent **may** work on older .NET runtimes such as .NET 6, it is only officially tested and supported on runtimes that are supported by Microsoft, currently .NET 8 and newer.
32+
While the profiler-based agent **may** work on older .NET runtimes such as .NET 6, it is only officially tested and supported on runtimes that are supported by Microsoft, currently .NET 8 and newer.
3333
::::
3434

3535
::::{note}
36-
While the rofiler-based agent **may** work in the web garden (multi-worker process) mode of IIS, this is not officially tested or supported.
36+
While the profiler-based agent **may** work in the web garden (multi-worker process) mode of IIS, this is not officially tested or supported.
3737
::::
3838

3939
::::{note}

docs/reference/setup-general.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ or .NET [Activity](https://learn.microsoft.com/dotnet/core/diagnostics/distribut
1818

1919
::::{important}
2020
For best flexibility and reduced vendor lock-in, we recommend preferring that custom instrumentation uses the [System.Diagnostics.Activity](https://learn.microsoft.com/dotnet/api/system.diagnostics.activity) API. Code instrumented with this API will be picked up by the OpenTelemetry Bridge and is also natively
21-
compatible OpenTelemetry.
21+
compatible with OpenTelemetry.
2222
::::

src/startuphook/ElasticApmAgentStartupHook/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,8 @@ It contains numbered directories that each contain APM agent assemblies compiled
6161
a specific version `System.Diagnostics.DiagnosticSource`.
6262

6363
We maintain the 6.0.0 folder (for now) to not break those using older, unsupported .NET runtimes. We
64-
offer no support gauruntees and may remove this folder in a future release.
65-
66-
For supported runtimes, the 8.0.0 folder is used and our general dependency on
67-
`System.Diagnostics.DiagnosticSource` is fox 8.x or newer.
64+
offer no support gauruntees and may remove this folder in a future release. For supported runtimes,
65+
the 8.0.0 folder is used and our general dependency on `System.Diagnostics.DiagnosticSource` is fox 8.x or newer.
6866

6967
On .NET Framework targets, we continue to depend on 5.0.0 of `System.Diagnostics.DiagnosticSource`.
7068

0 commit comments

Comments
 (0)