Notes
- Removed
BetaToken
from theConfig
structure. - Breaking Datastore change:
datastore
package contents moved to top levelnewrelic
package.datastore.MySQL
has becomenewrelic.DatastoreMySQL
. - Breaking Attributes change:
attributes
package contents moved to top levelnewrelic
package.attributes.ResponseCode
has becomenewrelic.AttributeResponseCode
. Some attribute name constants have been shortened. - Added "runtime.NumCPU" to the environment tab. Thanks sergeylanzman for the contribution.
- Prefixed the environment tab values "Compiler", "GOARCH", "GOOS", and "Version" with "runtime."