Skip to content

Commit a2acbcc

Browse files
committed
Fixing spelling to unblock
1 parent 4cb4f29 commit a2acbcc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-monitor/app/opentelemetry-add-modify.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Telemetry emitted by the following Azure SDKs is automatically collected by defa
170170

171171
* Logback
172172

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).
174174

175175
#### [Node.js](#tab/nodejs)
176176

@@ -278,7 +278,7 @@ You can collect more data automatically when you include instrumentation librari
278278
#### [ASP.NET Core](#tab/aspnetcore)
279279

280280
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.
282282

283283
The following example demonstrates how the [Runtime Instrumentation](https://www.nuget.org/packages/OpenTelemetry.Instrumentation.Runtime) can be added to collect extra metrics:
284284

@@ -322,7 +322,7 @@ You can't extend the Java Distro with community instrumentation libraries. To re
322322

323323
#### [Java native](#tab/java-native)
324324

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.
326326

327327
#### [Node.js](#tab/nodejs)
328328

@@ -438,7 +438,7 @@ The following table shows the recommended [aggregation types](../essentials/metr
438438
|------------------------------------------------------|------------------------------------------------------------|
439439
| Counter | Sum |
440440
| Asynchronous Counter | Sum |
441-
| Histogram | Min, Max, Average, Sum and Count |
441+
| Histogram | Min, Max, Average, Sum, and Count |
442442
| Asynchronous Gauge | Average |
443443
| UpDownCounter | Sum |
444444
| Asynchronous UpDownCounter | Sum |

0 commit comments

Comments
 (0)