cloudfoundry.app.instance.id
Developmentstringas of v1.44.0
The index of the application instance. 0 when just one instance is active.
CloudFoundry defines the instance_id in the Loggregator 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.
Application instrumentation should use the value from environment
variable CF_INSTANCE_INDEX.
Examples
- 0
- 1
History
Stability label respelled from experimental to development.
Already present at v1.30.0, the oldest release tracked here (experimental).