Fix typo in CloudFoundry conventions (#1467)

This commit is contained in:
Liudmila Molkova 2024-10-10 11:33:17 -07:00 committed by GitHub
parent 29da85eab4
commit cf4ce09650
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ CloudFoundry resource attributes.
variable `VCAP_APPLICATION.application_id`. This is the same value as variable `VCAP_APPLICATION.application_id`. This is the same value as
reported by `cf app <app-name> --guid`. reported by `cf app <app-name> --guid`.
**[2]:** CloudFoundry defines the `instance_id` in the [Loggegator v2 envelope](https://github.com/cloudfoundry/loggregator-api#v2-envelope). **[2]:** CloudFoundry defines the `instance_id` in the [Loggregator v2 envelope](https://github.com/cloudfoundry/loggregator-api#v2-envelope).
It is used for logs and metrics emitted by CloudFoundry. It is It is used for logs and metrics emitted by CloudFoundry. It is
supposed to contain the application instance index for applications supposed to contain the application instance index for applications
deployed on the runtime. deployed on the runtime.

View File

@ -62,7 +62,7 @@ groups:
brief: > brief: >
The index of the application instance. 0 when just one instance is active. The index of the application instance. 0 when just one instance is active.
note: | note: |
CloudFoundry defines the `instance_id` in the [Loggegator v2 envelope](https://github.com/cloudfoundry/loggregator-api#v2-envelope). CloudFoundry defines the `instance_id` in the [Loggregator v2 envelope](https://github.com/cloudfoundry/loggregator-api#v2-envelope).
It is used for logs and metrics emitted by CloudFoundry. It is It is used for logs and metrics emitted by CloudFoundry. It is
supposed to contain the application instance index for applications supposed to contain the application instance index for applications
deployed on the runtime. deployed on the runtime.