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
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -285,7 +285,7 @@ The following table represents the currently supported custom telemetry types:
285
285
> [!NOTE]
286
286
> Application Insights Java 3.x listens for telemetry that's sent to the Application Insights [Classic API](api-custom-events-metrics.md). Similarly, Application Insights Node.js 3.x collects events created with the Application Insights [Classic API](api-custom-events-metrics.md). This makes upgrading easier and fills a gap in our custom telemetry support until all custom telemetry types are supported via the OpenTelemetry API.
287
287
288
-
### Add Custom Metrics
288
+
### Add custom metrics
289
289
290
290
> [!NOTE]
291
291
> Custom Metrics are under preview in Azure Monitor Application Insights. Custom metrics without dimensions are available by default. To view and alert on dimensions, you need to [opt-in](pre-aggregated-metrics-log-metrics.md#custom-metrics-dimensions-and-pre-aggregation).
@@ -314,7 +314,7 @@ describes the instruments and provides examples of when you might use each one.
314
314
> [!TIP]
315
315
> The histogram is the most versatile and most closely equivalent to the Application Insights GetMetric [Classic API](api-custom-events-metrics.md). Azure Monitor currently flattens the histogram instrument into our five supported aggregation types, and support for percentiles is underway. Although less versatile, other OpenTelemetry instruments have a lesser impact on your application's performance.
316
316
317
-
#### Histogram Example
317
+
#### Histogram example
318
318
319
319
#### [ASP.NET Core](#tab/aspnetcore)
320
320
@@ -429,7 +429,7 @@ input()
429
429
430
430
---
431
431
432
-
#### Counter Example
432
+
#### Counter example
433
433
434
434
#### [ASP.NET Core](#tab/aspnetcore)
435
435
@@ -687,7 +687,7 @@ input()
687
687
688
688
---
689
689
690
-
### Add Custom Exceptions
690
+
### Add custom exceptions
691
691
692
692
Select instrumentation libraries automatically report exceptions to Application Insights.
693
693
However, you may want to manually report exceptions beyond what instrumentation libraries report.
@@ -847,7 +847,7 @@ with tracer.start_as_current_span("hello", record_exception=False) as span:
847
847
848
848
---
849
849
850
-
### Add Custom Spans
850
+
### Add custom spans
851
851
852
852
You may want to add a custom span in two scenarios. First, when there's a dependency request not already collected by an instrumentation library. Second, when you wish to model an application process as a span on the end-to-end transaction view.
0 commit comments