Skip to content

Commit

Permalink
Update opentelemetry-semantic-conventions/src/opentelemetry/semconv/r…
Browse files Browse the repository at this point in the history
…esource/__init__.py
  • Loading branch information
ocelotl authored Jun 26, 2023
1 parent 6544be1 commit d02f9af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class ResourceAttributes:
* **AWS Lambda:** The function [ARN](https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html).
Take care not to use the "invoked ARN" directly but replace any
[alias suffix](https://docs.aws.amazon.com/lambda/latest/dg/configuration-aliases.html)
with the resolved function version, as the same runtime instance may be invokable with
with the resolved function version, as the same runtime instance may be invocable with
multiple different aliases.
* **GCP:** The [URI of the resource](https://cloud.google.com/iam/docs/full-resource-names)
* **Azure:** The [Fully Qualified Resource ID](https://docs.microsoft.com/en-us/rest/api/resources/resources/get-by-id) of the invoked function,
Expand Down

0 comments on commit d02f9af

Please sign in to comment.