- Reduce logging with production debug settings
- Add new certificates that will work after the current intermediate certs expire later this year
- Add a configuration option to enable custom certificates
- Add the ability to use included node certs, and make it the default (with included certs as a fallback)
- Revert to string.match from regex.test. String.match is available in more environments.
- Remove some logging that snuck in to production
- Make metric whitelisting functionality (
metricFiltersInclude
) more efficient in the no-op case
- Introduce metric whitelist/blacklist via
metricFiltersInclude
andmetricFiltersExclude
options
- Fix a bug that caused
metricPrefix
to not always be applied.
- Add
metricPrefix
option, which will be added to all of your metrics (with a "." to seperate them)
- Add recordCounterRates option for users who wish to ignore .rate metrics on counters
- Send reporting host information in transport greeting
- Better buffered data handling
- Add support for encrypted transport (TLS)
- Transition ownership to Expected Behavior