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
|
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.
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue