Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1014 Bytes

File metadata and controls

37 lines (25 loc) · 1014 Bytes

DataSinks

Kairos Database

Reports metrics to a kairos database.

Configuration Option Description
kairos.port The port of the kairos database.
kairos.host The hostname of the kairos database.

Influx Database

Reports metrics to a Influx database.

Configuration Option Description
influx.url The connection URL of the influx database.
influx.username The username to use for connecting to the database.
influx.password The password of above configured user.
influx.database (optional) The database to use. Will be auto-generated if it does not exist. Defaults to visor.

Command Line

Prints the metrics to the stdout.

JMS

Configuration Option Description
jms.broker The connection URL for the JMS Broker.
jms.topic.selector The class name of the Topic Selector implementation to use (selects the JMS topic to report a metric).
jms.message.format The class name of the message format to use.

JSON TCP

todo