Released 2024-Jan-03
- Added NET6 target framework to support Trimming. (#1405)
- Update OpenTelemetry SDK version to
1.7.0
. (#1486)
Released 2023-Sep-19
- Configured the
HttpClient
used for making the call to metadata service to use aTimeout
to2
seconds. This is to improve the start-up time of applications not running on Azure VMs. (#1358) - Updates to 1.6.0 of OpenTelemetry SDK. (#1344)
- Suppress instrumentation for outgoing http call made to metadata service
during
Detect()
. (#1297)
Released 2023-Jul-26
- Downgraded minimum required version for
System.Text.Json
to4.7.2
. (#1279)
Released 2023-Jul-24
- For Azure VM Resource Detector:
(#1272)
- Updated attributes:
azInst_vmId
tohost.id
,azInst_location
tocloud.region
,azInst_name
tohost.name
,azInst_osType
toos.type
,azInst_resourceId
tocloud.resource_id
,azInst_sku
toazure.vm.sku
,azInst_version
toos.version
,azInst_vmSize
tohost.type
,azInst_vmScaleSetName
toazure.vm.scaleset.name
. - Added attributes:
cloud.provider
andcloud.platform
. - Removed attributes:
azInst_resourceGroupName
,azInst_subscriptionId
.
- Updated attributes:
- For Azure App Service:
(#1272)
- Updated attributes:
appSrv_wsHost
tohost.id
,appSrv_SlotName
todeployment.environment
,appSrv_wsStamp
toazure.app.service.stamp
. - Added attributes:
cloud.resource_id
,cloud.provider
,cloud.platform
,cloud.region
. - Removed attribute:
appSrv_ResourceGroup
.
- Updated attributes:
- Updates to 1.5.0 of OpenTelemetry SDK. (#1220)
- Added Azure VM resource detector. (#1182)
Released 2023-Apr-19
- Add AppService resource detector. (#989)
For more details, please refer to the README.