Skip to content

Commit 4b4b774

Browse files
authored
NGINXaaS: update the labels name to organization (#1565)
1 parent acf5716 commit 4b4b774

File tree

3 files changed

+61
-63
lines changed

3 files changed

+61
-63
lines changed

content/nginxaas-google/monitoring/enable-monitoring.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The following JSON shows an example response body:
6565
"labels": {
6666
"nginxaas_deployment_location": "us-east1",
6767
"nginxaas_deployment_object_id": "depl_AZjtL2OUdCeh-DROeCLp1w",
68-
"nginxaas_account_id": "account-id",
68+
"nginxaas_organization_id": "organization-id",
6969
"service_name": "unknown_service:naasagent",
7070
"instrumentation_source": "naasagent",
7171
"nginxaas_deployment_name": "test-deployment",
@@ -110,4 +110,3 @@ To disable sending metrics to your Google Cloud project, update your NGINXaaS de
110110
1. Select the deployment you want to update and select **Edit**.
111111
1. Remove the project ID under **Metric Project ID**.
112112
1. Select **Update**.
113-

content/nginxaas-google/monitoring/enable-nginx-logs.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Refer to the [Google's Logs Explorer](https://cloud.google.com/logging/docs/view
4747
NGINX access and error logs sent to Cloud Logging will have the log name `nginx-logs` which can be used to filter NGINX logs from the rest of your project logs. You can also filter based on log labels, for example,
4848

4949
* `filename`
50-
* `nginxaas_account_id`
50+
* `nginxaas_organization_id`
5151
* `nginxaas_deployment_location`
5252
* `nginxaas_deployment_name`
5353
* `nginxaas_deployment_object_id`
@@ -61,4 +61,3 @@ To disable sending logs to your Google Cloud project, update your NGINXaaS deplo
6161
1. Select the deployment you want to update and select **Edit**.
6262
1. Remove the project ID under **Log Project ID**.
6363
1. Select **Update**.
64-

0 commit comments

Comments
 (0)