You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -487,13 +487,13 @@ This and earlier versions were released as part of [the Specification](https://g
487
487
- Add `arch` to `host` semantic conventions ([#1483](https://github.com/open-telemetry/opentelemetry-specification/pull/1483))
488
488
- Add `runtime` to `container` semantic conventions ([#1482](https://github.com/open-telemetry/opentelemetry-specification/pull/1482))
489
489
- Rename `gcp_gke` to `gcp_kubernetes_engine` to have consistency with other
490
-
Google products under `cloud.infrastructure_service` ([#1496](https://github.com/open-telemetry/opentelemetry-specification/pull/1496))
490
+
Google products under `cloud.infrastructure_service` ([#1496](https://github.com/open-telemetry/opentelemetry-specification/pull/1496))
491
491
-`http.url` MUST NOT contain credentials ([#1502](https://github.com/open-telemetry/opentelemetry-specification/pull/1502))
492
492
- Add `aws.eks.cluster.arn` to EKS specific semantic conventions ([#1484](https://github.com/open-telemetry/opentelemetry-specification/pull/1484))
493
493
- Rename `zone` to `availability_zone` in `cloud` semantic conventions ([#1495](https://github.com/open-telemetry/opentelemetry-specification/pull/1495))
494
494
- Rename `cloud.infrastructure_service` to `cloud.platform` ([#1530](https://github.com/open-telemetry/opentelemetry-specification/pull/1530))
495
495
- Add section describing that libraries and the collector should autogenerate
496
-
the semantic convention keys. ([#1515](https://github.com/open-telemetry/opentelemetry-specification/pull/1515))
496
+
the semantic convention keys. ([#1515](https://github.com/open-telemetry/opentelemetry-specification/pull/1515))
*Find more about the approver role in [community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md#approver).*
28
+
_Find more about the approver role in [community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md#approver)._
*Find more about the maintainer role in [community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md#maintainer).*
36
+
_Find more about the maintainer role in [community repository](https://github.com/open-telemetry/community/blob/master/community-membership.md#maintainer)._
@@ -35,12 +36,13 @@ with the naming guidelines for RPC client spans.
35
36
36
37
**[2]:** This is the logical name of the service from the RPC interface perspective, which can be different from the name of any implementing class. The `code.namespace` attribute may be used to store the latter (despite the attribute name, it may include a class name; e.g., class with method actually executing the call on the server side, RPC client stub class on the client side).
37
38
<!-- endsemconv -->
39
+
<!-- prettier-ignore-end -->
38
40
39
41
## AWS service specific attributes
40
42
41
43
The following Semantic Conventions extend the general AWS SDK attributes for specific AWS services:
42
44
43
-
*[AWS DynamoDB](/docs/database/dynamodb.md): Semantic Conventions for *AWS DynamoDB*.
44
-
*[AWS S3](/docs/object-stores/s3.md): Semantic Conventions for *AWS S3*.
45
+
-[AWS DynamoDB](/docs/database/dynamodb.md): Semantic Conventions for _AWS DynamoDB_.
46
+
-[AWS S3](/docs/object-stores/s3.md): Semantic Conventions for _AWS S3_.
@@ -206,5 +208,6 @@ The following attributes are applicable to creation and processing Spans.
206
208
|`cloudevents.event_type`| string | The [event_type](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md#type) contains a value describing the type of event related to the originating occurrence. |`com.github.pull_request.opened`; `com.example.object.deleted.v2`| Recommended |
207
209
|`cloudevents.event_subject`| string | The [subject](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md#subject) of the event in the context of the event producer (identified by source). |`mynewfile.jpg`| Recommended |
0 commit comments