Skip to content

Releases: inteleon/snap-plugin-collector-newrelic

Support for component metrics

02 May 15:00
Compare
Choose a tag to compare
Pre-release

Feature

  • Support for fetching component metrics (for example, plugin metrics).

Don't error out when there are no metrics to process

24 Apr 10:26
Compare
Choose a tag to compare

Bugfix

  • The plugin should not error out when there are no metrics to process.

Support for custom timeframe intervals

20 Apr 15:17
Compare
Choose a tag to compare
Pre-release

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

19 Apr 11:30
Compare
Choose a tag to compare

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

13 Apr 15:30
Compare
Choose a tag to compare
Pre-release

This is the first workable version.