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. |
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. |
Prints the metrics to the stdout.
| 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. |
todo