This file is used to list changes made in each version of go-newrelic-plugin.
Tom Barber - Remove no longer used dependencies and update paas-api-ci
Seth Dozier - PAAS-5255 cleanup empty metrics
Seth Dozier - PAAS-5255 cleanup config verbiage and fix pointer for successful haproxy integration tests
Alex Lindeman - PAAS-4898 change Jenkins event types to CIJobSample
and CIWorkerSample
and fix time units
Alex Lindeman - PAAS-4898 use helper OutputJSON
method instead of own implementation in Jenkins collector
Michael Dunton - PAAS-5116 Updating readme with correct link to newrelic plugin spec
Michael Dunton - PAAS-5116 Updating readme and fixing event type issue on mongo
Seth Dozier - PAAS-4877 Initial HAProxy plugin
Michael Dunton - PAAS-5254 Add missing event_type for couchbase metrics
Michael Dunton - PAAS-5254 Fix event_type issue for couchbase
Michael Dunton - PAAS-5131 Adding Mongo collector - Adding a helper file to do the outputJSON to reduce code copy.
Alex Lindeman - PAAS-4898 Add Jenkins plugin
Ryan Grothouse - fixed bug with protocolVersion key
Tom Barber - adding support for redis plugin
Michael Dunton - PAAS-5087 Update Standards For contributing
Ryan Grothouse - refactor to use cobra for cli parsing of commands
Ryan Grothosue - bump paas-api-ci version
Ryan Grothouse - modified code to work with newrelics agent updates
Ryan Grothouse - remove standalone nginx code to its own repo
Michael Dunton - Adding prefix to yaml configs
Michael Dunton - Couchbase Standalone plugin for newrelic-infra
Michael Dunton - Rabbitmq Standalone plugin for newrelic-infra
Michael Dunton - Create a skeleton app for the standalone plugins
Michael Dunton - Creating standalone instance of nginx plugin for newrelic-infra sdk
Michael Dunton - Adding Couchbase support
Tom Barber - update default path to check for config
Ryan Grothouse - In-depth documentation on plugin archiecture, standards and contributing
Ryan Grothouse - randomize collector start time to make sure multiple collectors don't fire all at once
Tom Barber - add Dockerfile to build a docker container for go-newrelic-plugin
Tom Barber - add ability to attempt to load from s3 config when no local file is found
Tom Barber - allow optional global and collector specific key value and environment variable tags to be specified in config
Michael Dunton - Updating example.go and adding config examples to readme
Ryan Grothouse - catch panic so a poorly implemented collector can't nuke our monitor
Michael Dunton - adding support and Multiple Stats from a plugin and adding Rabbitmq
Bridget Lane - move utils.HTTPRunner for NGINX tests
Bridget Lane - NGINX report in ints, add testing
Tom Barber - adding support and structs for reading config file
Michael Dunton - initial change log commit of go-newrelic-plugin