(chore) Move off deprecated group type resource to entity group type. (#2231)
This commit is contained in:
parent
27e657cc77
commit
45e91aedff
|
|
@ -16,7 +16,7 @@ linkTitle: ECS
|
|||
|
||||
**type:** `aws.ecs`
|
||||
|
||||
**Description:** Resources used by AWS Elastic Container Service (ECS).
|
||||
**Description:** Entities used by AWS Elastic Container Service (ECS).
|
||||
|
||||
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
|
||||
|---|---|---|---|---|---|
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ linkTitle: EKS
|
|||
|
||||
**type:** `aws.eks`
|
||||
|
||||
**Description:** Resources used by AWS Elastic Kubernetes Service (EKS).
|
||||
**Description:** Entities used by AWS Elastic Kubernetes Service (EKS).
|
||||
|
||||
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
|
||||
|---|---|---|---|---|---|
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ linkTitle: Logs
|
|||
|
||||
**type:** `aws.log`
|
||||
|
||||
**Description:** Resources specific to Amazon Web Services.
|
||||
**Description:** Entities specific to Amazon Web Services.
|
||||
|
||||
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
|
||||
|---|---|---|---|---|---|
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
groups:
|
||||
- id: resource.android
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: android
|
||||
brief: >
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
groups:
|
||||
- id: resource.app
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: app
|
||||
brief: >
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
groups:
|
||||
- id: resource.aws.ecs
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: aws.ecs
|
||||
brief: >
|
||||
Resources used by AWS Elastic Container Service (ECS).
|
||||
Entities used by AWS Elastic Container Service (ECS).
|
||||
attributes:
|
||||
- ref: aws.ecs.container.arn
|
||||
requirement_level: recommended
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
groups:
|
||||
- id: resource.aws.eks
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: aws.eks
|
||||
brief: >
|
||||
Resources used by AWS Elastic Kubernetes Service (EKS).
|
||||
Entities used by AWS Elastic Kubernetes Service (EKS).
|
||||
attributes:
|
||||
- ref: aws.eks.cluster.arn
|
||||
requirement_level: recommended
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
groups:
|
||||
- id: resource.aws.log
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: aws.log
|
||||
brief: >
|
||||
Resources specific to Amazon Web Services.
|
||||
Entities specific to Amazon Web Services.
|
||||
attributes:
|
||||
- ref: aws.log.group.names
|
||||
requirement_level: recommended
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
groups:
|
||||
- id: resource.browser
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: browser
|
||||
brief: >
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
groups:
|
||||
- id: resource.cicd.pipeline
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: cicd.pipeline
|
||||
brief: >
|
||||
|
|
@ -9,7 +9,7 @@ groups:
|
|||
- ref: cicd.pipeline.name
|
||||
|
||||
- id: resource.cicd.pipeline.run
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: cicd.pipeline.run
|
||||
brief: >
|
||||
|
|
@ -19,7 +19,7 @@ groups:
|
|||
- ref: cicd.pipeline.run.url.full
|
||||
|
||||
- id: resource.cicd.worker
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: cicd.worker
|
||||
brief: >
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
groups:
|
||||
- id: resource.cloud
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: cloud
|
||||
brief: >
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
groups:
|
||||
- id: resource.cloudfoundry.system
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: cloudfoundry.system
|
||||
brief: >
|
||||
|
|
@ -9,7 +9,7 @@ groups:
|
|||
- ref: cloudfoundry.system.id
|
||||
- ref: cloudfoundry.system.instance.id
|
||||
- id: resource.cloudfoundry.app
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: cloudfoundry.app
|
||||
brief: >
|
||||
|
|
@ -18,7 +18,7 @@ groups:
|
|||
- ref: cloudfoundry.app.id
|
||||
- ref: cloudfoundry.app.name
|
||||
- id: resource.cloudfoundry.space
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: cloudfoundry.space
|
||||
brief: >
|
||||
|
|
@ -27,7 +27,7 @@ groups:
|
|||
- ref: cloudfoundry.space.id
|
||||
- ref: cloudfoundry.space.name
|
||||
- id: resource.cloudfoundry.org
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: cloudfoundry.org
|
||||
brief: >
|
||||
|
|
@ -36,7 +36,7 @@ groups:
|
|||
- ref: cloudfoundry.org.id
|
||||
- ref: cloudfoundry.org.name
|
||||
- id: resource.cloudfoundry.process
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: cloudfoundry.process
|
||||
brief: >
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
groups:
|
||||
- id: resource.container
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: container
|
||||
brief: >
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
groups:
|
||||
- id: resource.deployment
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: deployment
|
||||
brief: >
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
groups:
|
||||
- id: resource.device
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: device
|
||||
brief: >
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
groups:
|
||||
- id: resource.faas
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: faas
|
||||
brief: >
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
groups:
|
||||
- id: resource.gcp.apphub.application
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: gcp.apphub.application
|
||||
brief: >
|
||||
|
|
@ -14,7 +14,7 @@ groups:
|
|||
- ref: gcp.apphub.application.id
|
||||
requirement_level: required
|
||||
- id: resource.gcp.apphub.service
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: gcp.apphub.service
|
||||
brief: >
|
||||
|
|
@ -28,7 +28,7 @@ groups:
|
|||
- ref: gcp.apphub.service.criticality_type
|
||||
requirement_level: required
|
||||
- id: resource.gcp.apphub.workload
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: gcp.apphub.workload
|
||||
brief: >
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
groups:
|
||||
- id: resource.gcp.cloud_run
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: gcp.cloud_run
|
||||
brief: >
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
groups:
|
||||
- id: resource.gcp.gce
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: gcp.gce
|
||||
brief: >
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
groups:
|
||||
- id: resource.heroku
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: heroku
|
||||
brief: >
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
groups:
|
||||
- id: resource.host
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: host
|
||||
brief: >
|
||||
|
|
@ -45,7 +45,7 @@ groups:
|
|||
requirement_level: opt_in
|
||||
|
||||
- id: resource.host.cpu
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: host.cpu
|
||||
brief: >
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
groups:
|
||||
- id: resource.k8s.cluster
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: k8s.cluster
|
||||
brief: >
|
||||
|
|
@ -10,7 +10,7 @@ groups:
|
|||
- ref: k8s.cluster.uid
|
||||
|
||||
- id: resource.k8s.node
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: k8s.node
|
||||
brief: >
|
||||
|
|
@ -24,7 +24,7 @@ groups:
|
|||
requirement_level: opt_in
|
||||
|
||||
- id: resource.k8s.namespace
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: k8s.namespace
|
||||
brief: >
|
||||
|
|
@ -37,7 +37,7 @@ groups:
|
|||
requirement_level: opt_in
|
||||
|
||||
- id: resource.k8s.pod
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: k8s.pod
|
||||
brief: >
|
||||
|
|
@ -51,7 +51,7 @@ groups:
|
|||
requirement_level: opt_in
|
||||
|
||||
- id: resource.k8s.container
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: k8s.container
|
||||
brief: >
|
||||
|
|
@ -62,7 +62,7 @@ groups:
|
|||
- ref: k8s.container.status.last_terminated_reason
|
||||
|
||||
- id: resource.k8s.replicaset
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: k8s.replicaset
|
||||
brief: >
|
||||
|
|
@ -76,7 +76,7 @@ groups:
|
|||
requirement_level: opt_in
|
||||
|
||||
- id: resource.k8s.deployment
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: k8s.deployment
|
||||
brief: >
|
||||
|
|
@ -90,7 +90,7 @@ groups:
|
|||
requirement_level: opt_in
|
||||
|
||||
- id: resource.k8s.statefulset
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: k8s.statefulset
|
||||
brief: >
|
||||
|
|
@ -104,7 +104,7 @@ groups:
|
|||
requirement_level: opt_in
|
||||
|
||||
- id: resource.k8s.daemonset
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: k8s.daemonset
|
||||
brief: >
|
||||
|
|
@ -118,7 +118,7 @@ groups:
|
|||
requirement_level: opt_in
|
||||
|
||||
- id: resource.k8s.job
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: k8s.job
|
||||
brief: >
|
||||
|
|
@ -132,7 +132,7 @@ groups:
|
|||
requirement_level: opt_in
|
||||
|
||||
- id: resource.k8s.cronjob
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: k8s.cronjob
|
||||
brief: >
|
||||
|
|
@ -146,7 +146,7 @@ groups:
|
|||
requirement_level: opt_in
|
||||
|
||||
- id: resource.k8s.replicationcontroller
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: k8s.replicationcontroller
|
||||
brief: >
|
||||
|
|
@ -156,7 +156,7 @@ groups:
|
|||
- ref: k8s.replicationcontroller.name
|
||||
|
||||
- id: resource.k8s.hpa
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: k8s.hpa
|
||||
brief: >
|
||||
|
|
@ -166,7 +166,7 @@ groups:
|
|||
- ref: k8s.hpa.name
|
||||
|
||||
- id: resource.k8s.resourcequota
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: k8s.resourcequota
|
||||
brief: >
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
groups:
|
||||
- id: resource.os
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: os
|
||||
brief: >
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
groups:
|
||||
- id: resource.otel.scope
|
||||
# This should not be a resource, but an attribute group.
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: otel.scope
|
||||
brief: Attributes used by non-OTLP exporters to represent OpenTelemetry Scope's concepts.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
groups:
|
||||
- id: resource.process
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: process
|
||||
brief: >
|
||||
|
|
@ -27,7 +27,7 @@ groups:
|
|||
- ref: process.linux.cgroup
|
||||
|
||||
- id: resource.process.runtime
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: process.runtime
|
||||
brief: >
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
groups:
|
||||
- id: resource.service
|
||||
type: resource
|
||||
type: entity
|
||||
name: service
|
||||
brief: >
|
||||
A service instance.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
groups:
|
||||
- id: resource.telemetry.sdk
|
||||
name: telemetry.sdk
|
||||
type: resource
|
||||
type: entity
|
||||
stability: stable
|
||||
brief: >
|
||||
The telemetry SDK used to capture data recorded by the instrumentation libraries.
|
||||
|
|
@ -14,7 +14,7 @@ groups:
|
|||
requirement_level: required
|
||||
- id: resource.telemetry.distro
|
||||
name: 'telemetry.distro'
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
brief: >
|
||||
The distribution of telemetry SDK used to capture data recorded by the instrumentation libraries.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
groups:
|
||||
- id: resource.vcs.repo
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: vcs.repo
|
||||
brief: >
|
||||
|
|
@ -10,7 +10,7 @@ groups:
|
|||
- ref: vcs.repository.name
|
||||
|
||||
- id: resource.vcs.ref
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: vcs.ref
|
||||
brief: >
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
groups:
|
||||
- id: resource.webengine
|
||||
type: resource
|
||||
type: entity
|
||||
stability: development
|
||||
name: webengine
|
||||
brief: >
|
||||
|
|
|
|||
Loading…
Reference in New Issue