Update README.md
Clarify Azure Monitor Support Policy
This commit is contained in:
Родитель
83da4dfd6b
Коммит
c2ab62b4ae
10
README.md
10
README.md
|
@ -6,12 +6,11 @@ This project provides a Go SDK for Application Insights.
|
|||
[Application Insights](http://azure.microsoft.com/en-us/services/application-insights/)
|
||||
is a service that allows developers to keep their applications available,
|
||||
performant, and successful. This go package will allow you to send
|
||||
telemetry of various kinds (event, metric, trace) to the Application
|
||||
telemetry of var]ious kinds (event, metric, trace) to the Application
|
||||
Insights service where they can be visualized in the Azure Portal.
|
||||
|
||||
## Status
|
||||
This SDKs is not recommended for production applications. It has not reached parity with
|
||||
some of the more mature SDK's. In particular, the gaps are:
|
||||
This SDK is NOT maintained or supported by Microsoft even though we've contributed to it in the past. Note that Azure Monitor only provides support when using our [supported SDKs](https://docs.microsoft.com/en-us/azure/azure-monitor/app/platforms#unsupported-community-sdks), and this SDK does not yet meet that standard. Known gaps include:
|
||||
|
||||
* Operation correlation is not supported, but this can be managed by the
|
||||
caller through the interfaces that exist today.
|
||||
|
@ -23,10 +22,7 @@ some of the more mature SDK's. In particular, the gaps are:
|
|||
spilling events to disk in case of network interruption. This SDK has no
|
||||
such feature.
|
||||
|
||||
Additionally, this is considered a community-supported SDK. Read more about
|
||||
the status of this and other SDK's in the
|
||||
[ApplicationInsights-Home](https://github.com/microsoft/ApplicationInsights-Home)
|
||||
repository.
|
||||
We’re constantly assessing opportunities to expand our support for other languages, so follow our [GitHub Announcements](https://github.com/microsoft/ApplicationInsights-Announcements/issues) page to receive the latest SDK news.
|
||||
|
||||
## Requirements
|
||||
**Install**
|
||||
|
|
Загрузка…
Ссылка в новой задаче