Skip to main content

Topology

This page defines the specification for Topology. There are few samples in the examples section.

FieldDescriptionSchemeRequired
idSpecify unique ID for topologyIDSelector
componentsSpecify the topology fields for your service, application, check, etc.[]Component
configsSpecify selectors for config items that should be related with this topology.[]ConfigSelector
iconSet an icon class for topology.Icon
ownerSpecify owner for the topology.string
propertiesCustomize topology properties as to be visualized on Mission control UI.[]Property
scheduleSet schedule to update topology at the set interval.string
textSet description or text of choice pertaining to topology.string
tooltipSet tooltip outlining information pertaining to the topology.string
typeSet type of topology e.g. service, API, website, library, database, etc.string

ID Selector

FieldDescriptionSchemeRequired
exprSpecify expression for IDstring
javascriptSpecify javascript syntax to generate IDstring
jsonPathSpecify path to JSON element for use in IDstring
templateSpecify Go template for use in IDstring