Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .chloggen/2244.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Use this changelog template to create an entry for release notes.
#
# If your change doesn't affect end users you should instead start
# your pull request title with [chore] or use the "Skip Changelog" label.

# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement

# The name of the area of concern in the attributes-registry, (e.g. http, cloud, db)
component: all

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: "Renames all `resource.*` groups to be `entity.*`"

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
# The values here must be integers.
issues: [2244]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext: Part of open-telemetry/opentelemetry-specification#4436
2 changes: 1 addition & 1 deletion docs/general/semantic-convention-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Each group has a `type` property that could be one of the following:
- `span` - defines semantic convention for a specific type of span, such as HTTP `CLIENT`
- `metric` - defines semantic convention for a specific metric, such as HTTP client request duration
- `event` - defines semantic conventions for a specific event, such as exception.
- `resource` - defines semantic conventions for a specific entity the telemetry is collected within,
- `entity` - defines semantic conventions for a specific entity the telemetry is collected within,
such as `service`.

Groups that have `attribute_group` type do not describe semantic convention and
Expand Down
6 changes: 3 additions & 3 deletions docs/resource/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ as specified in the [Resource SDK specification](https://github.com/open-telemet

## Service

<!-- semconv resource.service -->
<!-- semconv entity.service -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down Expand Up @@ -140,7 +140,7 @@ service.name = Shop.shoppingcart

## Telemetry SDK

<!-- semconv resource.telemetry.sdk -->
<!-- semconv entity.telemetry.sdk -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down Expand Up @@ -193,7 +193,7 @@ All custom identifiers SHOULD be stable across different versions of an implemen

## Telemetry distro

<!-- semconv resource.telemetry.distro -->
<!-- semconv entity.telemetry.distro -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
2 changes: 1 addition & 1 deletion docs/resource/android.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Android

<!-- semconv resource.android -->
<!-- semconv entity.android -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
2 changes: 1 addition & 1 deletion docs/resource/browser.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Browser

<!-- semconv resource.browser -->
<!-- semconv entity.browser -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
10 changes: 5 additions & 5 deletions docs/resource/cicd.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ See also:

### CICD pipeline

<!-- semconv resource.cicd.pipeline -->
<!-- semconv entity.cicd.pipeline -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down Expand Up @@ -55,7 +55,7 @@ Since this resource is unique for each pipeline run, this means instantiating se

Using the CICD pipeline run resource with metrics inherently causes high cardinality and may increase costs with some metric storage backends. Thus, using CICD pipeline run resource for metrics MUST be opt-in.

<!-- semconv resource.cicd.pipeline.run -->
<!-- semconv entity.cicd.pipeline.run -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand All @@ -81,7 +81,7 @@ Using the CICD pipeline run resource with metrics inherently causes high cardina

### CICD worker

<!-- semconv resource.cicd.worker -->
<!-- semconv entity.cicd.worker -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down Expand Up @@ -110,7 +110,7 @@ Using the CICD pipeline run resource with metrics inherently causes high cardina

### VCS repository

<!-- semconv resource.vcs.repo -->
<!-- semconv entity.vcs.repo -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down Expand Up @@ -143,7 +143,7 @@ the `.git` extension.

### VCS reference

<!-- semconv resource.vcs.ref -->
<!-- semconv entity.vcs.ref -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
2 changes: 1 addition & 1 deletion docs/resource/cloud-provider/aws/ecs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linkTitle: ECS

# AWS ECS

<!-- semconv resource.aws.ecs -->
<!-- semconv entity.aws.ecs -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
2 changes: 1 addition & 1 deletion docs/resource/cloud-provider/aws/eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linkTitle: EKS

# AWS EKS

<!-- semconv resource.aws.eks -->
<!-- semconv entity.aws.eks -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
2 changes: 1 addition & 1 deletion docs/resource/cloud-provider/aws/logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linkTitle: Logs

# AWS logs

<!-- semconv resource.aws.log -->
<!-- semconv entity.aws.log -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
6 changes: 3 additions & 3 deletions docs/resource/cloud-provider/gcp/apphub.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ See [Supported Resources](https://cloud.google.com/app-hub/docs/supported-resour

## Application

<!-- semconv resource.gcp.apphub.application -->
<!-- semconv entity.gcp.apphub.application -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand All @@ -39,7 +39,7 @@ See [Supported Resources](https://cloud.google.com/app-hub/docs/supported-resour

## Service

<!-- semconv resource.gcp.apphub.service -->
<!-- semconv entity.gcp.apphub.service -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down Expand Up @@ -92,7 +92,7 @@ See [Supported Resources](https://cloud.google.com/app-hub/docs/supported-resour

## Workload

<!-- semconv resource.gcp.apphub.workload -->
<!-- semconv entity.gcp.apphub.workload -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
2 changes: 1 addition & 1 deletion docs/resource/cloud-provider/gcp/cloud-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

These conventions are recommended for resources running on Cloud Run.

<!-- semconv resource.gcp.cloud_run -->
<!-- semconv entity.gcp.cloud_run -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
2 changes: 1 addition & 1 deletion docs/resource/cloud-provider/gcp/gce.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Google Compute Engine

<!-- semconv resource.gcp.gce -->
<!-- semconv entity.gcp.gce -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
2 changes: 1 addition & 1 deletion docs/resource/cloud-provider/heroku.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Heroku

<!-- semconv resource.heroku -->
<!-- semconv entity.heroku -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
2 changes: 1 addition & 1 deletion docs/resource/cloud.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cloud

<!-- semconv resource.cloud -->
<!-- semconv entity.cloud -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
10 changes: 5 additions & 5 deletions docs/resource/cloudfoundry.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ They align with the Bosh deployment tool of CloudFoundry.

## Organization

<!-- semconv resource.cloudfoundry.org -->
<!-- semconv entity.cloudfoundry.org -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down Expand Up @@ -56,7 +56,7 @@ reported by `cf orgs`.

## Space

<!-- semconv resource.cloudfoundry.space -->
<!-- semconv entity.cloudfoundry.space -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down Expand Up @@ -90,7 +90,7 @@ reported by `cf spaces`.

## Application

<!-- semconv resource.cloudfoundry.app -->
<!-- semconv entity.cloudfoundry.app -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down Expand Up @@ -124,7 +124,7 @@ as reported by `cf apps`.

## Process

<!-- semconv resource.cloudfoundry.process -->
<!-- semconv entity.cloudfoundry.process -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down Expand Up @@ -159,7 +159,7 @@ tasks or side-cars with different process types.

## Cloud Foundry System component

<!-- semconv resource.cloudfoundry.system -->
<!-- semconv entity.cloudfoundry.system -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
2 changes: 1 addition & 1 deletion docs/resource/container.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Container

<!-- semconv resource.container -->
<!-- semconv entity.container -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
2 changes: 1 addition & 1 deletion docs/resource/deployment-environment.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Deployment

<!-- semconv resource.deployment -->
<!-- semconv entity.deployment -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
2 changes: 1 addition & 1 deletion docs/resource/device.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Device

<!-- semconv resource.device -->
<!-- semconv entity.device -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
2 changes: 1 addition & 1 deletion docs/resource/faas.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See also:

## FaaS resource attributes

<!-- semconv resource.faas -->
<!-- semconv entity.faas -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
4 changes: 2 additions & 2 deletions docs/resource/host.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The `host.*` namespace SHOULD be exclusively used to capture resource attributes.
To report host metrics, the `system.*` namespace SHOULD be used.

<!-- semconv resource.host -->
<!-- semconv entity.host -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down Expand Up @@ -81,7 +81,7 @@ privileged lookup of `host.id` is required, the value should be injected via the

**type:** `host.cpu`

<!-- semconv resource.host.cpu -->
<!-- semconv entity.host.cpu -->
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
<!-- see templates/registry/markdown/snippet.md.j2 -->
<!-- prettier-ignore-start -->
Expand Down
Loading
Loading