Fix typo in CloudFoundry conventions (#1467)
This commit is contained in:
parent
29da85eab4
commit
cf4ce09650
|
|
@ -28,7 +28,7 @@ CloudFoundry resource attributes.
|
|||
variable `VCAP_APPLICATION.application_id`. This is the same value as
|
||||
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
|
||||
supposed to contain the application instance index for applications
|
||||
deployed on the runtime.
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ groups:
|
|||
brief: >
|
||||
The index of the application instance. 0 when just one instance is active.
|
||||
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
|
||||
supposed to contain the application instance index for applications
|
||||
deployed on the runtime.
|
||||
|
|
|
|||
Loading…
Reference in New Issue