Skip to content

Commit

Permalink
Fix typo in CloudFoundry conventions (#1467)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova authored Oct 10, 2024
1 parent 29da85e commit cf4ce09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/attributes-registry/cloudfoundry.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion model/cloudfoundry/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cf4ce09

Please sign in to comment.