Skip to content

Commit

Permalink
Added engine definition
Browse files Browse the repository at this point in the history
  • Loading branch information
ivomagi authored Dec 16, 2020
1 parent 418016d commit 1b533b1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions semantic_conventions/resource/engine.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
groups:
- id: engine_resource
prefix: engine
brief: >
Resource describing the packaged software running the application code. Engines are executed using process.runtime.
attributes:
- id: name
type: string
required: always
brief: >
The name of the engine.
examples: ['FildFly']
- id: version
type: string
brief: >
The version of the engine, as returned by the engine (preferably during runtime) without modification.
examples: ['21.0.0']
- id: description
type: string
brief: >
Additional description about the engine.
examples: ['WildFly Full 21.0.0.Final (WildFly Core 13.0.1.Final) - 2.2.2.Final']

0 comments on commit 1b533b1

Please sign in to comment.