Live Metrics
Property/Description | Set by user | Unit | Default |
---|---|---|---|
com.unraveldata.metrics.backup.dir Parent directory for database backup files. | Optional | string | /srv/unravel/metBkup |
com.unraveldata.metrics.data.points The number of data points to be stored in a single database row. | Optional | count | 44 |
com.unraveldata.metrics.doArchive When | Optional | boolean | false |
com.unraveldata.metrics.loadfile.dir Parent directory for metric load files. | Optional | string | /srv/unravel/metLoad |
com.unraveldata.metrics.loadLatency.sec Latency for loading metrics of a job. | Optional | seconds | 600 |
com.unraveldata.metrics.merge.cache Specify the count of messages for caching. | Optional | count | 6 |
com.unraveldata.metrics.partition.cnt Partitions available for future metrics. | Optional | count | 4 |
com.unraveldata.metrics.partition.sec Duration of a partition (1 week). | Optional | seconds | 604800 |
com.unraveldata.metrics.retention.sec The threshold to retire partitions (1 month). | Optional | seconds | 2592000 |
com.unraveldata.metrics.sample.count.max Specify the maximum count of data points for sampling purposes. This represents how many messages need to be aggregated to construct one data point in the graph. Here the default is 16, which means one data point in the resource metrics graph represents 16 samples collected/received. This is the maximum value. With Live aggregation, there is dynamic aggregating of messages as and when it received. Initially the sample count will be 1. If there are enough data points ( value of com.unraveldata.metrics.data.points) this is further aggregated and will replace the message with another set which will have sample count 2. The above process repeats and the sample count will become 4, 8, 16. Since we have set the upper limit as 16, no further merging/folding will not occur. If you want to modify the sample count property, you must set it as n x 2 that is 2, 4, 8, 16, 32, 64. This property defines the granularity of the data for long-running applications. If you want high granularity you must set lower values. | Optional | count | 16 |
com.unraveldata.metrics.statFrequency.sec How often to write load statistics to log. | Optional | seconds | 600 |
Property/Description | Set by user | Unit | Default |
---|---|---|---|
unravel.emdb.jdbc.driver Driver name. | Required | string | org.postgresql.Driver |
unravel.emdb.jdbc.url JDBC URL | Required | string (URL) | - |
unravel.emdb.jdbc.user Username | Required | string | unravel |
unravel.emdb.jdbc.password Password | Required | string | - |
unravel.emdb.path.bin Path to binary executables for embedded PostgreSQL | Required | string | /usr/local/unravel/pgsql/bin |