Azure / Azure/Azure-Spring-Apps

Instrumentation key EoL

オープン
#18 コメント 1 件 リアクション 0 件 担当者 1 名 @domainname が担当を希望しています GitHub で見る
Enhancement Tracking Triaging
主要言語
言語のデータがありません
スター
9
フォーク
11
PR マージ指標
30日以内にマージされた PR はありません

説明

**Is your feature request related to a problem? Please describe.**
azureSpringAppsMonitoringSettings required to use the AppInsights Instrumentation key :

```sh
resource azureSpringAppsMonitoringSettings 'Microsoft.AppPlatform/Spring/monitoringSettings@2022-09-01-preview' = {
name: monitoringSettingsName
parent: azureSpringApps
properties: {
appInsightsInstrumentationKey: appInsights.properties.InstrumentationKey
appInsightsSamplingRate: 10
// traceEnabled: true Indicates whether enable the trace functionality, which will be deprecated since api version 2020-11-01-preview. Please leverage appInsightsInstrumentationKey to indicate if monitoringSettings enabled or not
}
}
```

But [https://learn.microsoft.com/en-us/azure/azure-monitor/app/java-in-process-agent#set-the-application-insights-connection-string](https://learn.microsoft.com/en-us/azure/azure-monitor/app/java-in-process-agent#set-the-application-insights-connection-string) states :

_On March 31, 2025, support for instrumentation key ingestion will end. Instrumentation key ingestion will continue to work, but we'll no longer provide updates or support for the feature. Transition to connection strings to take advantage of new capabilities._

**Describe the solution you'd like**
ASA should be updated accordingly, this will impact all customers with potential outage, having to create new ASA service instances.

The sooner this change is implemented, the better it is as it would impact less customers.

**Describe alternatives you've considered**
N/A

**Additional context**
N/A

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。