Releases: inteleon/snap-plugin-collector-newrelic
Releases · inteleon/snap-plugin-collector-newrelic
Support for component metrics
Feature
- Support for fetching component metrics (for example, plugin metrics).
Don't error out when there are no metrics to process
Bugfix
- The plugin should not error out when there are no metrics to process.
Support for custom timeframe intervals
New feature
- Support for fetching average metric data using a custom timeframe interval. The default timeframe interval is the last 30 minutes.
Bugfix
- Now we fetch the computed average value for metrics over the selected timeframe. There was a bug where we didn't fetch it computed, so we always used just the first minute of the timeframe interval (the interval always being the last 30 minutes).
Support for additional application metrics
A new feature implemented in addition to the current one (fetch basic application metrics).
New feature
- Support for fetching all additional metrics. Additional metrics can be, for instance, all external services configured in New Relic. The namespaces are dynamically generated by the user, see the readme for more information.
First workable version
This is the first workable version.