You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/opentelemetry-add-modify.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ Telemetry emitted by the following Azure SDKs is automatically collected by defa
170
170
171
171
* Logback
172
172
173
-
For Quartz native applications, please look at the [Quarkus documentation](https://quarkus.io/guides/opentelemetry).
173
+
For Quartz native applications, look at the [Quarkus documentation](https://quarkus.io/guides/opentelemetry).
174
174
175
175
#### [Node.js](#tab/nodejs)
176
176
@@ -278,7 +278,7 @@ You can collect more data automatically when you include instrumentation librari
278
278
#### [ASP.NET Core](#tab/aspnetcore)
279
279
280
280
To add a community library, use the `ConfigureOpenTelemetryMeterProvider` or `ConfigureOpenTelemetryTracerProvider` methods,
281
-
after adding the nuget package for the library.
281
+
after adding the NuGet package for the library.
282
282
283
283
The following example demonstrates how the [Runtime Instrumentation](https://www.nuget.org/packages/OpenTelemetry.Instrumentation.Runtime) can be added to collect extra metrics:
284
284
@@ -322,7 +322,7 @@ You can't extend the Java Distro with community instrumentation libraries. To re
322
322
323
323
#### [Java native](#tab/java-native)
324
324
325
-
You can't use commmunity instrumentation libraries with GraalVM Java native applications.
325
+
You can't use community instrumentation libraries with GraalVM Java native applications.
326
326
327
327
#### [Node.js](#tab/nodejs)
328
328
@@ -438,7 +438,7 @@ The following table shows the recommended [aggregation types](../essentials/metr
0 commit comments