Skip to content

Commit e5940e0

Browse files
authored
Merge branch 'main' into fix/release-pypi
2 parents 216adcc + f0a23fe commit e5940e0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "sap-cloud-sdk"
3-
version = "0.43.1"
3+
version = "0.43.2"
44
description = "SAP Cloud SDK for Python"
55
readme = "README.md"
66
license = "Apache-2.0"

src/sap_cloud_sdk/core/telemetry/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def create_resource_attributes_from_env() -> dict:
135135
- service.instance.id (from HOSTNAME, defaults to "unknown")
136136
- deployment.environment.name (from APPFND_CONHOS_ENVIRONMENT, defaults to "unknown")
137137
- cloud.region (from APPFND_CONHOS_REGION, defaults to "unknown")
138-
- sap.cld.subaccount_id (from APPFND_CONHOS_SUBACCOUNTID, defaults to "unknown")
138+
- sap.cloud.provider.subaccount_id (from APPFND_CONHOS_SUBACCOUNTID, defaults to "unknown")
139139
- sap.cld.system_role (from APPFND_CONHOS_SYSTEM_ROLE, defaults to "ZAFT")
140140
- sap.cloud_sdk.name (constant: "SAP Cloud SDK for Python")
141141
- sap.cloud_sdk.language (constant: "python")

src/sap_cloud_sdk/core/telemetry/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
ATTR_USER_ID = "user.id"
1818

1919
# Attribute keys - SAP standard
20-
ATTR_SAP_SUBACCOUNT_ID = "sap.cld.subaccount_id"
20+
ATTR_SAP_SUBACCOUNT_ID = "sap.cloud.provider.subaccount_id"
2121
ATTR_SAP_TENANT_ID = "sap.tenancy.tenant_id"
2222
ATTR_SAP_SYSTEM_ROLE = "sap.cld.system_role"
2323
ATTR_SAP_TRIGGER_TYPE = "sap.ai.agent.trigger.type"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)