Standard sheet
There is no pre-configured sheet.
By default the standard Jeyzer stickers (Ambient, Operating systems..) – declared in the default_setup.xml
– will be displayed.
If you have defined your own stickers, follow the below configuration section to get it displayed with the above default ones.
If you did not defined customized the stickers, you can directly declare the Monitoring stickers sheet as is in your report.xml
file :
<sheet type="monitoring_stickers" name="Stickers"/>
Configuration
Specific sheet attributes :type
: must be set to monitoring_stickers
Sticker sets
You must declare here all the customized sticker sets referenced elsewhere in the JZR report (meaning in the various monitoring sheets).
<stickers> <sticker_set file="${JEYZER_DEMO_MASTER_PROFILES_DIR}/${JEYZER_TARGET_PROFILE}/monitor/stickers/demo_stickers.xml"/> <sticker_sets files="repo://base/@@base-shared-deps@@"/> <dynamic_sticker_sets declared_repository_only="true"/> </stickers>
Stickers configuration is detailed in the Monitoring section.