Furious Falcon
New features:
- Add a new option
--set-server-hostin scalyr-agent-2-config to set the server host from the commandline. - Add new instance variables
_log_write_rateand_log_max_write_burstto ScalyrMonitor to allow monitor developers to override the rate limits imposed on their monitor's log. See the comments in test_monitor.py for more details. - Add new parameter
emit_to_metric_log=Trueto force a log line to go to the metric log instead of the agent log for monitors. See the comments in test_monitor.py for more details. - Added new configuration parameters to easily change any or all monitor's sample rate. Use
global_monitor_sample_intervalin the general configuration to set it for all monitors, orsample_intervalin an individual monitor's config. The value should be the number of seconds between samples and can be fractional.
Bug fixes:
- Fix failing to accept unicode characters in metric values