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