* Update README.md

* Update README.md

Co-authored-by: Matt <43887470+DawgFan@users.noreply.github.com>
This commit is contained in:
Matt McCleary 2021-11-08 14:49:20 -08:00 коммит произвёл GitHub
Родитель c063db1453
Коммит b13a0f9b86
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -10,8 +10,9 @@ telemetry of various kinds (event, metric, trace) to the Application
Insights service where they can be visualized in the Azure Portal. Insights service where they can be visualized in the Azure Portal.
## Status ## Status
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: This SDK is NOT currently maintained or supported by Microsoft. 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 * Operation correlation is not supported, but this can be managed by the
caller through the interfaces that exist today. caller through the interfaces that exist today.
* Sampling is not supported. The more mature SDKs support dynamic sampling, * Sampling is not supported. The more mature SDKs support dynamic sampling,
@ -22,7 +23,7 @@ This SDK is NOT maintained or supported by Microsoft even though we've contribut
spilling events to disk in case of network interruption. This SDK has no spilling events to disk in case of network interruption. This SDK has no
such feature. such feature.
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. Were constantly assessing opportunities to expand our support for other languages, so follow our [Azure Updates](https://azure.microsoft.com/updates/?query=application%20insights) page to receive the latest SDK news.
## Requirements ## Requirements
**Install** **Install**