Skip to content

Commit 1e936a4

Browse files
committed
Fix descriptions as per review.
1 parent 9dd00f8 commit 1e936a4

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docs/attributes-registry/gcp.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ This document defines attributes AppHub will apply to resources in GCP. See [App
1717
| <a id="gcp-apphub-application-container" href="#gcp-apphub-application-container">`gcp.apphub.application.container`</a> | string | The container within GCP where the AppHub application is defined. | `projects/my-container-project` | ![Development](https://img.shields.io/badge/-development-blue) |
1818
| <a id="gcp-apphub-application-id" href="#gcp-apphub-application-id">`gcp.apphub.application.id`</a> | string | The name of the application as configured in AppHub. | `my-application` | ![Development](https://img.shields.io/badge/-development-blue) |
1919
| <a id="gcp-apphub-application-location" href="#gcp-apphub-application-location">`gcp.apphub.application.location`</a> | string | The GCP zone or region where the application is defined. | `us-central1` | ![Development](https://img.shields.io/badge/-development-blue) |
20-
| <a id="gcp-apphub-service-criticality-type" href="#gcp-apphub-service-criticality-type">`gcp.apphub.service.criticality_type`</a> | string | Criticality of an application, service, or workload indicates its importance to the business. [1] | `CRITICAL`; `HIGH`; `MEDIUM`; `LOW` | ![Development](https://img.shields.io/badge/-development-blue) |
21-
| <a id="gcp-apphub-service-environment-type" href="#gcp-apphub-service-environment-type">`gcp.apphub.service.environment_type`</a> | string | Environment of an application, service, or workload is the stage of a software lifecycle, for example, production, staging, or development. [2] | `DEVELOPMENT`; `TEST`; `STAGING`; `PRODUCTION` | ![Development](https://img.shields.io/badge/-development-blue) |
20+
| <a id="gcp-apphub-service-criticality-type" href="#gcp-apphub-service-criticality-type">`gcp.apphub.service.criticality_type`</a> | string | Criticality of a service indicates its importance to the business. [1] | `CRITICAL`; `HIGH`; `MEDIUM`; `LOW` | ![Development](https://img.shields.io/badge/-development-blue) |
21+
| <a id="gcp-apphub-service-environment-type" href="#gcp-apphub-service-environment-type">`gcp.apphub.service.environment_type`</a> | string | Environment of a service is the stage of a software lifecycle, for example, production, staging, or development. [2] | `DEVELOPMENT`; `TEST`; `STAGING`; `PRODUCTION` | ![Development](https://img.shields.io/badge/-development-blue) |
2222
| <a id="gcp-apphub-service-id" href="#gcp-apphub-service-id">`gcp.apphub.service.id`</a> | string | The name of the service as configured in AppHub. | `my-service` | ![Development](https://img.shields.io/badge/-development-blue) |
23-
| <a id="gcp-apphub-workload-criticality-type" href="#gcp-apphub-workload-criticality-type">`gcp.apphub.workload.criticality_type`</a> | string | Criticality of an application, service, or workload indicates its importance to the business. [3] | `CRITICAL`; `HIGH`; `MEDIUM`; `LOW` | ![Development](https://img.shields.io/badge/-development-blue) |
24-
| <a id="gcp-apphub-workload-environment-type" href="#gcp-apphub-workload-environment-type">`gcp.apphub.workload.environment_type`</a> | string | Environment of an application, service, or workload is the stage of a software lifecycle, for example, production, staging, or development. [4] | `DEVELOPMENT`; `TEST`; `STAGING`; `PRODUCTION` | ![Development](https://img.shields.io/badge/-development-blue) |
23+
| <a id="gcp-apphub-workload-criticality-type" href="#gcp-apphub-workload-criticality-type">`gcp.apphub.workload.criticality_type`</a> | string | Criticality of a workload indicates its importance to the business. [3] | `CRITICAL`; `HIGH`; `MEDIUM`; `LOW` | ![Development](https://img.shields.io/badge/-development-blue) |
24+
| <a id="gcp-apphub-workload-environment-type" href="#gcp-apphub-workload-environment-type">`gcp.apphub.workload.environment_type`</a> | string | Environment of a workload is the stage of a software lifecycle, for example, production, staging, or development. [4] | `DEVELOPMENT`; `TEST`; `STAGING`; `PRODUCTION` | ![Development](https://img.shields.io/badge/-development-blue) |
2525
| <a id="gcp-apphub-workload-id" href="#gcp-apphub-workload-id">`gcp.apphub.workload.id`</a> | string | The name of the workload as configured in AppHub. | `my-workload` | ![Development](https://img.shields.io/badge/-development-blue) |
2626

2727
**[1] `gcp.apphub.service.criticality_type`:** [See AppHub properties and attributes](https://cloud.google.com/app-hub/docs/overview#properties-attributes)

docs/resource/cloud-provider/gcp/apphub.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ See [Supported Resources](https://cloud.google.com/app-hub/docs/supported-resour
5555

5656
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
5757
|---|---|---|---|---|---|
58-
| [`gcp.apphub.service.criticality_type`](/docs/attributes-registry/gcp.md) | string | Criticality of an application, service, or workload indicates its importance to the business. [1] | `CRITICAL`; `HIGH`; `MEDIUM`; `LOW` | `Required` | ![Development](https://img.shields.io/badge/-development-blue) |
59-
| [`gcp.apphub.service.environment_type`](/docs/attributes-registry/gcp.md) | string | Environment of an application, service, or workload is the stage of a software lifecycle, for example, production, staging, or development. [2] | `DEVELOPMENT`; `TEST`; `STAGING`; `PRODUCTION` | `Required` | ![Development](https://img.shields.io/badge/-development-blue) |
58+
| [`gcp.apphub.service.criticality_type`](/docs/attributes-registry/gcp.md) | string | Criticality of a service indicates its importance to the business. [1] | `CRITICAL`; `HIGH`; `MEDIUM`; `LOW` | `Required` | ![Development](https://img.shields.io/badge/-development-blue) |
59+
| [`gcp.apphub.service.environment_type`](/docs/attributes-registry/gcp.md) | string | Environment of a service is the stage of a software lifecycle, for example, production, staging, or development. [2] | `DEVELOPMENT`; `TEST`; `STAGING`; `PRODUCTION` | `Required` | ![Development](https://img.shields.io/badge/-development-blue) |
6060
| [`gcp.apphub.service.id`](/docs/attributes-registry/gcp.md) | string | The name of the service as configured in AppHub. | `my-service` | `Required` | ![Development](https://img.shields.io/badge/-development-blue) |
6161

6262
**[1] `gcp.apphub.service.criticality_type`:** [See AppHub properties and attributes](https://cloud.google.com/app-hub/docs/overview#properties-attributes)
@@ -86,8 +86,8 @@ See [Supported Resources](https://cloud.google.com/app-hub/docs/supported-resour
8686

8787
| Attribute | Type | Description | Examples | [Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/) | Stability |
8888
|---|---|---|---|---|---|
89-
| [`gcp.apphub.workload.criticality_type`](/docs/attributes-registry/gcp.md) | string | Criticality of an application, service, or workload indicates its importance to the business. [1] | `CRITICAL`; `HIGH`; `MEDIUM`; `LOW` | `Required` | ![Development](https://img.shields.io/badge/-development-blue) |
90-
| [`gcp.apphub.workload.environment_type`](/docs/attributes-registry/gcp.md) | string | Environment of an application, service, or workload is the stage of a software lifecycle, for example, production, staging, or development. [2] | `DEVELOPMENT`; `TEST`; `STAGING`; `PRODUCTION` | `Required` | ![Development](https://img.shields.io/badge/-development-blue) |
89+
| [`gcp.apphub.workload.criticality_type`](/docs/attributes-registry/gcp.md) | string | Criticality of a workload indicates its importance to the business. [1] | `CRITICAL`; `HIGH`; `MEDIUM`; `LOW` | `Required` | ![Development](https://img.shields.io/badge/-development-blue) |
90+
| [`gcp.apphub.workload.environment_type`](/docs/attributes-registry/gcp.md) | string | Environment of a workload is the stage of a software lifecycle, for example, production, staging, or development. [2] | `DEVELOPMENT`; `TEST`; `STAGING`; `PRODUCTION` | `Required` | ![Development](https://img.shields.io/badge/-development-blue) |
9191
| [`gcp.apphub.workload.id`](/docs/attributes-registry/gcp.md) | string | The name of the workload as configured in AppHub. | `my-workload` | `Required` | ![Development](https://img.shields.io/badge/-development-blue) |
9292

9393
**[1] `gcp.apphub.workload.criticality_type`:** [See AppHub properties and attributes](https://cloud.google.com/app-hub/docs/overview#properties-attributes)

model/gcp/registry.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -74,15 +74,15 @@ groups:
7474
type: string
7575
stability: development
7676
brief: >
77-
Environment of an application, service, or workload is the stage of a software lifecycle, for example, production, staging, or development.
77+
Environment of a service is the stage of a software lifecycle, for example, production, staging, or development.
7878
note: >
7979
[See AppHub properties and attributes](https://cloud.google.com/app-hub/docs/overview#properties-attributes)
8080
examples: ['DEVELOPMENT', 'TEST', 'STAGING', 'PRODUCTION']
8181
- id: gcp.apphub.service.criticality_type
8282
type: string
8383
stability: development
8484
brief: >
85-
Criticality of an application, service, or workload indicates its importance to the business.
85+
Criticality of a service indicates its importance to the business.
8686
note: >
8787
[See AppHub properties and attributes](https://cloud.google.com/app-hub/docs/overview#properties-attributes)
8888
examples: ['CRITICAL', 'HIGH', 'MEDIUM', 'LOW']
@@ -96,15 +96,15 @@ groups:
9696
type: string
9797
stability: development
9898
brief: >
99-
Environment of an application, service, or workload is the stage of a software lifecycle, for example, production, staging, or development.
99+
Environment of a workload is the stage of a software lifecycle, for example, production, staging, or development.
100100
note: >
101101
[See AppHub properties and attributes](https://cloud.google.com/app-hub/docs/overview#properties-attributes)
102102
examples: ['DEVELOPMENT', 'TEST', 'STAGING', 'PRODUCTION']
103103
- id: gcp.apphub.workload.criticality_type
104104
type: string
105105
stability: development
106106
brief: >
107-
Criticality of an application, service, or workload indicates its importance to the business.
107+
Criticality of a workload indicates its importance to the business.
108108
note: >
109109
[See AppHub properties and attributes](https://cloud.google.com/app-hub/docs/overview#properties-attributes)
110110
examples: ['CRITICAL', 'HIGH', 'MEDIUM', 'LOW']

0 commit comments

Comments
 (0)