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-enable.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ Consider whether this preview is right for you. It *enables distributed tracing,
35
35
- Ability to manually set User ID or Authenticated User ID
36
36
- Propagating Operation Name to Dependency Telemetry
37
37
-[Instrumentation libraries](#instrumentation-libraries) support on Azure Functions
38
+
-[Status](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#set-status) only supports statuscode(unset,ok,error) and status-description. "Status Description" is ignored by Azure Monitor Exporters.
38
39
39
40
If you require a full-feature experience, use the existing Application Insights [ASP.NET](asp-net.md) or [ASP.NET Core](asp-net-core.md) SDK until the OpenTelemetry-based offering matures.
40
41
@@ -50,6 +51,7 @@ Consider whether this preview is right for you. It *enables distributed tracing,
50
51
- Ability to override [Operation Name](correlation.md#data-model-for-telemetry-correlation)
51
52
- Ability to manually set User ID or Authenticated User ID
52
53
- Propagating Operation Name to Dependency Telemetry
54
+
-[Status](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#set-status) only supports statuscode(unset,ok,error) and status-description. "Status Description" is ignored by Azure Monitor Exporters.
53
55
54
56
If you require a full-feature experience, use the existing [Application Insights Node.js SDK](nodejs.md) until the OpenTelemetry-based offering matures.
55
57
@@ -70,6 +72,7 @@ Consider whether this preview is right for you. It *enables distributed tracing,
70
72
- Ability to manually set User ID or Authenticated User ID
71
73
- Propagating Operation Name to Dependency Telemetry
72
74
-[Instrumentation libraries](#instrumentation-libraries) support on Azure Functions
75
+
-[Status](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#set-status) only supports statuscode(unset,ok,error) and status-description. "Status Description" is ignored by Azure Monitor Exporters.
73
76
74
77
If you require a full-feature experience, use the existing [Application Insights Python-OpenCensus SDK](opencensus-python.md) until the OpenTelemetry-based offering matures.
75
78
@@ -392,7 +395,7 @@ For information on standard attributes for resources, see [Resource Semantic Con
392
395
393
396
## Enable Sampling
394
397
395
-
You may want to enable sampling to reduce your data ingestion volume which reduces your cost. Azure Monitor provides a custom *fixed-rate* sampler that populates events with a "sampling ratio", which Application Insights converts to "ItemCount". This ensures accurate experiences and event counts. The sampler is designed to preserve your traces across services, and it's interoperable with older Application Insights SDKs. The sampler expects a sample rate of between 0 and 1 inclusive. A rate of 0.1 means approximately 10% of your telemetry will be sent. For more information, see [Learn More about sampling](sampling.md#brief-summary).
398
+
You may want to enable sampling to reduce your data ingestion volume which reduces your cost. Azure Monitor provides a custom *fixed-rate* sampler that populates events with a "sampling ratio", which Application Insights converts to "ItemCount". This ensures accurate experiences and event counts. The sampler is designed to preserve your traces across services, and it's interoperable with older Application Insights SDKs. The sampler expects a sample rate of between 0 and 1 inclusive. A rate of 0.1 means approximately 10% of your traces will be sent. For more information, see [Learn More about sampling](sampling.md#brief-summary).
396
399
397
400
> [!NOTE]
398
401
> Metrics are unaffected by sampling.
@@ -1060,7 +1063,6 @@ from azure.monitor.opentelemetry.exporter import AzureMonitorMetricExporter
0 commit comments