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
- ¹ :white_check_mark: : OpenTelemetry is available to all customers with formal support.
29
-
- ² :warning: : OpenTelemetry is available as a public preview. [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/)
30
-
31
19
> [!NOTE]
32
20
> For a feature-by-feature release status, see the [FAQ](#whats-the-current-release-state-of-features-within-the-azure-monitor-opentelemetry-distro).
33
-
> The ASP.NET Core Distro is undergoing additional stability testing prior to GA. You can use the .NET Exporter if you need a fully supported OpenTelemetry solution for your ASP.NET Core application.
Copy file name to clipboardExpand all lines: articles/azure-monitor/includes/azure-monitor-app-insights-opentelemetry-faqs.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,40 +49,40 @@ There are several advantages to using the Azure Monitor OpenTelemetry Distro ove
49
49
In the spirit of OpenTelemetry, we've designed the distro to be open and extensible. For example, you can add:
50
50
- An OTLP exporter and send to a second destination simultaneously
51
51
- Community instrumentation libraries beyond what's bundled in with the package
52
-
52
+
53
53
### How can I test out the Azure Monitor OpenTelemetry Distro?
54
54
55
55
Check out our enablement docs for [.NET, Java, JavaScript (Node.js), and Python](../app/opentelemetry-enable.md).
56
56
57
57
### Should I use OpenTelemetry or the Application Insights SDK?
58
58
59
-
It depends. Consider that the Azure Monitor OpenTelemetry Distro is still "Preview", and it's not quite at feature parity with the Application Insights SDKs.
59
+
We recommend using the OpenTelemetry Distro unless you require a feature that is only available with formal support in the Application Insights SDK.
60
60
61
61
### What's the current release state of features within the Azure Monitor OpenTelemetry Distro?
62
62
63
63
The following chart breaks out OpenTelemetry feature support for each language.
|[Standard metrics](../app/standard-metrics.md) (accuracy currently affected by sampling) |:warning:|:white_check_mark:|:white_check_mark:|:white_check_mark:|
|[Offline storage and automatic retries](../app/opentelemetry-configuration.md#offline-storage-and-automatic-retries)|:warning:|:white_check_mark:|:white_check_mark:|:white_check_mark:|
|[Standard metrics](../app/standard-metrics.md) (accuracy currently affected by sampling) |:white_check_mark:|:white_check_mark:|:white_check_mark:|:white_check_mark:|
|[Offline storage and automatic retries](../app/opentelemetry-configuration.md#offline-storage-and-automatic-retries)|:white_check_mark:|:white_check_mark:|:white_check_mark:|:white_check_mark:|
-:white_check_mark: This feature is available to all customers with formal support.
88
88
-:warning: This feature is available as a public preview. See [Supplemental terms of use for Microsoft Azure previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
@@ -104,7 +104,7 @@ The [OpenTelemetry web sandbox](https://github.com/open-telemetry/opentelemetry-
104
104
105
105
No. This practice isn't something we plan to test or support, although our Distros allow you to [export to an OTLP endpoint](../app/opentelemetry-configuration.md#enable-the-otlp-exporter) alongside Azure Monitor simultaneously.
106
106
107
-
### Can I use preview builds in production environments?
107
+
### Can I use preview features in production environments?
108
108
109
109
We don't recommend it. See [Supplemental terms of use for Microsoft Azure previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
0 commit comments