Skip to content

Commit c7d34f0

Browse files
committed
readme
1 parent fa3dfa0 commit c7d34f0

File tree

1 file changed

+14
-1
lines changed
  • resource/opentelemetry-resource-detector-azure-app-service

1 file changed

+14
-1
lines changed

resource/opentelemetry-resource-detector-azure-app-service/README.rst

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,18 @@ OpenTelemetry Resource detectors for Azure App Services
77
:target: https://pypi.org/project/opentelemetry-resource-detector-azure-app-service/
88

99

10-
This library provides custom resource detector for Azure App Services
10+
This library provides custom resource detector for Azure App Services. OpenTelemetry Python has an experimental feature whereby Resource Detectors can be injected to Resource Attributes. This package includes a resource detector for Azure App Service. This detector fills out the following Resource Attributes:
11+
* `service.name`
12+
* `cloud.provider`
13+
* `cloud.platform`
14+
* `cloud.resource_id`
15+
* `cloud.region`
16+
* `deployment.environment`
17+
* `host.id`
18+
* `service.instance.id`
19+
* `azure.app.service.stamp`
20+
21+
For more information, see the Semantic Conventions for Cloud Resource Attributes.
1122

1223
Installation
1324
------------
@@ -48,3 +59,5 @@ References
4859
----------
4960

5061
* `OpenTelemetry Project <https://opentelemetry.io/>`_
62+
* `Resource Detector Docs <https://opentelemetry.io/docs/specs/otel/resource/sdk/#detecting-resource-information-from-the-environment>`
63+
* `Cloud Semantic Conventions <https://opentelemetry.io/docs/specs/otel/resource/semantic_conventions/cloud/>`_

0 commit comments

Comments
 (0)