You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/attributes-registry/gcp.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@ This document defines attributes AppHub will apply to resources in GCP. See [App
18
18
| <aid="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`||
19
19
| <aid="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`||
20
20
| <aid="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]|`MISSION_CRITICAL`; `HIGH`; `MEDIUM`||
21
-
| <aid="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]|`PRODUCTION`; `STAGING`; `TEST`||
21
+
| <aid="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. [2]|`PRODUCTION`; `STAGING`; `TEST`||
22
22
| <aid="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`||
23
23
| <aid="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]|`MISSION_CRITICAL`; `HIGH`; `MEDIUM`||
24
-
| <aid="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]|`PRODUCTION`; `STAGING`; `TEST`||
24
+
| <aid="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. [4]|`PRODUCTION`; `STAGING`; `TEST`||
25
25
| <aid="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`||
26
26
27
27
**[1]`gcp.apphub.service.criticality_type`:**[See AppHub type enum](https://cloud.google.com/app-hub/docs/reference/rest/v1alpha/Attributes#type)
|[`gcp.apphub.service.criticality_type`](/docs/attributes-registry/gcp.md)| string | Criticality of a service indicates its importance to the business. [1]|`MISSION_CRITICAL`; `HIGH`; `MEDIUM`|`Required`||
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]|`PRODUCTION`; `STAGING`; `TEST`|`Required`||
59
+
|[`gcp.apphub.service.environment_type`](/docs/attributes-registry/gcp.md)| string | Environment of a service is the stage of a software lifecycle. [2]|`PRODUCTION`; `STAGING`; `TEST`|`Required`||
60
60
|[`gcp.apphub.service.id`](/docs/attributes-registry/gcp.md)| string | The name of the service as configured in AppHub. |`my-service`|`Required`||
61
61
62
62
**[1]`gcp.apphub.service.criticality_type`:**[See AppHub type enum](https://cloud.google.com/app-hub/docs/reference/rest/v1alpha/Attributes#type)
@@ -109,7 +109,7 @@ See [Supported Resources](https://cloud.google.com/app-hub/docs/supported-resour
|[`gcp.apphub.workload.criticality_type`](/docs/attributes-registry/gcp.md)| string | Criticality of a workload indicates its importance to the business. [1]|`MISSION_CRITICAL`; `HIGH`; `MEDIUM`|`Required`||
112
-
|[`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]|`PRODUCTION`; `STAGING`; `TEST`|`Required`||
112
+
|[`gcp.apphub.workload.environment_type`](/docs/attributes-registry/gcp.md)| string | Environment of a workload is the stage of a software lifecycle. [2]|`PRODUCTION`; `STAGING`; `TEST`|`Required`||
113
113
|[`gcp.apphub.workload.id`](/docs/attributes-registry/gcp.md)| string | The name of the workload as configured in AppHub. |`my-workload`|`Required`||
114
114
115
115
**[1]`gcp.apphub.workload.criticality_type`:**[See AppHub type enum](https://cloud.google.com/app-hub/docs/reference/rest/v1alpha/Attributes#type)
0 commit comments