Commit f266fd3 1 parent e5aa74f commit f266fd3 Copy full SHA for f266fd3
File tree 3 files changed +3
-2
lines changed
resource/opentelemetry-resource-detector-azure
src/opentelemetry/resource/detector/azure
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
26
([ #2020 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2020 ) )
27
27
- ` opentelemetry-instrumentation-urllib ` /` opentelemetry-instrumentation-urllib3 ` Fix metric descriptions to match semantic conventions
28
28
([ #1959 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/1959 ) )
29
+ - ` opentelemetry-resource-detector-azure ` Added dependency for Cloud Resource ID attribute
30
+ ([ #2072 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/2072 ) )
29
31
30
32
## Version 1.21.0/0.42b0 (2023-11-01)
31
33
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ classifiers = [
25
25
" Programming Language :: Python :: 3.11" ,
26
26
]
27
27
dependencies = [
28
- " opentelemetry-sdk ~= 1.19 " ,
28
+ " opentelemetry-sdk ~= 1.21 " ,
29
29
]
30
30
31
31
[project .optional-dependencies ]
Original file line number Diff line number Diff line change 24
24
ResourceAttributes ,
25
25
)
26
26
27
- # TODO: Remove when cloud resource id is no longer missing in Resource Attributes
28
27
_AZURE_VM_METADATA_ENDPOINT = "http://169.254.169.254/metadata/instance/compute?api-version=2021-12-13&format=json"
29
28
_AZURE_VM_SCALE_SET_NAME_ATTRIBUTE = "azure.vm.scaleset.name"
30
29
_AZURE_VM_SKU_ATTRIBUTE = "azure.vm.sku"
You can’t perform that action at this time.
0 commit comments