Clarify Azure Monitor Support Policy
This commit is contained in:
Matt 2019-07-29 11:12:57 -07:00 коммит произвёл GitHub
Родитель 83da4dfd6b
Коммит c2ab62b4ae
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 7 удалений

Просмотреть файл

@ -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.
Were 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**