Skip to content

Commit 45e91ae

Browse files
authored
(chore) Move off deprecated group type resource to entity group type. (#2231)
1 parent 27e657c commit 45e91ae

File tree

29 files changed

+57
-57
lines changed

29 files changed

+57
-57
lines changed

docs/resource/cloud-provider/aws/ecs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ linkTitle: ECS
1616

1717
**type:** `aws.ecs`
1818

19-
**Description:** Resources used by AWS Elastic Container Service (ECS).
19+
**Description:** Entities used by AWS Elastic Container Service (ECS).
2020

2121
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
2222
|---|---|---|---|---|---|

docs/resource/cloud-provider/aws/eks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ linkTitle: EKS
1616

1717
**type:** `aws.eks`
1818

19-
**Description:** Resources used by AWS Elastic Kubernetes Service (EKS).
19+
**Description:** Entities used by AWS Elastic Kubernetes Service (EKS).
2020

2121
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
2222
|---|---|---|---|---|---|

docs/resource/cloud-provider/aws/logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ linkTitle: Logs
1616

1717
**type:** `aws.log`
1818

19-
**Description:** Resources specific to Amazon Web Services.
19+
**Description:** Entities specific to Amazon Web Services.
2020

2121
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
2222
|---|---|---|---|---|---|

model/android/resources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
groups:
22
- id: resource.android
3-
type: resource
3+
type: entity
44
stability: development
55
name: android
66
brief: >

model/app/resources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
groups:
22
- id: resource.app
3-
type: resource
3+
type: entity
44
stability: development
55
name: app
66
brief: >

model/aws/ecs-resources.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
groups:
22
- id: resource.aws.ecs
3-
type: resource
3+
type: entity
44
stability: development
55
name: aws.ecs
66
brief: >
7-
Resources used by AWS Elastic Container Service (ECS).
7+
Entities used by AWS Elastic Container Service (ECS).
88
attributes:
99
- ref: aws.ecs.container.arn
1010
requirement_level: recommended

model/aws/eks-resources.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
groups:
22
- id: resource.aws.eks
3-
type: resource
3+
type: entity
44
stability: development
55
name: aws.eks
66
brief: >
7-
Resources used by AWS Elastic Kubernetes Service (EKS).
7+
Entities used by AWS Elastic Kubernetes Service (EKS).
88
attributes:
99
- ref: aws.eks.cluster.arn
1010
requirement_level: recommended

model/aws/logs-resources.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
groups:
22
- id: resource.aws.log
3-
type: resource
3+
type: entity
44
stability: development
55
name: aws.log
66
brief: >
7-
Resources specific to Amazon Web Services.
7+
Entities specific to Amazon Web Services.
88
attributes:
99
- ref: aws.log.group.names
1010
requirement_level: recommended

model/browser/resources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
groups:
22
- id: resource.browser
3-
type: resource
3+
type: entity
44
stability: development
55
name: browser
66
brief: >

model/cicd/resources.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
groups:
22
- id: resource.cicd.pipeline
3-
type: resource
3+
type: entity
44
stability: development
55
name: cicd.pipeline
66
brief: >
@@ -9,7 +9,7 @@ groups:
99
- ref: cicd.pipeline.name
1010

1111
- id: resource.cicd.pipeline.run
12-
type: resource
12+
type: entity
1313
stability: development
1414
name: cicd.pipeline.run
1515
brief: >
@@ -19,7 +19,7 @@ groups:
1919
- ref: cicd.pipeline.run.url.full
2020

2121
- id: resource.cicd.worker
22-
type: resource
22+
type: entity
2323
stability: development
2424
name: cicd.worker
2525
brief: >

0 commit comments

Comments
 (0)