Skip to content

Commit

Permalink
Fix resource model
Browse files Browse the repository at this point in the history
Removes prefixes from CloudFoundry groups.

Signed-off-by: Karsten Schnitter <[email protected]>
  • Loading branch information
KarstenSchnitter committed Sep 9, 2024
1 parent 2313a54 commit fe5afa0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions model/resource/cloudfoundry.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
groups:
- id: cloudfoundry
prefix: cloudfoundry
type: resource
brief: >
A CloudFoundry application or system component.
Expand All @@ -10,39 +9,34 @@ groups:
conditionally_required: if the the event is a log message
tag: source.type
- id: cloudfoundry.system
prefix: cloudfoundry.system
type: resource
brief: >
The system component which is monitored.
attributes:
- ref: cloudfoundry.system.id
- ref: cloudfoundry.system.instance.id
- id: cloudfoundry.app
prefix: cloudfoundry.app
type: resource
brief: >
The application which is monitored.
attributes:
- ref: cloudfoundry.app.id
- ref: cloudfoundry.app.name
- id: cloudfoundry.space
prefix: cloudfoundry.space
type: resource
brief: >
The space of the application which is monitored.
attributes:
- ref: cloudfoundry.space.id
- ref: cloudfoundry.space.name
- id: cloudfoundry.org
prefix: cloudfoundry.org
type: resource
brief: >
The organization of the application which is monitored.
attributes:
- ref: cloudfoundry.org.id
- ref: cloudfoundry.org.name
- id: cloudfoundry.process
prefix: cloudfoundry.process
type: resource
brief: >
The process of the application which is monitored.
Expand Down

0 comments on commit fe5afa0

Please sign in to comment.