Initial delivery of metrics code (#81)

* Initial delivery of metrics code

* Fix build issues

* Fix build issue with go vet
This commit is contained in:
Stephen Marshall
2018-05-24 09:15:12 +01:00
committed by Rob Parker
parent e251839639
commit a4b9a9abaf
727 changed files with 108381 additions and 71624 deletions

View File

@@ -0,0 +1,4 @@
Please include the following information in your ticket.
- Version information for MQ, mq-golang, Go compiler
- A small code sample that demonstrates the issue.

View File

@@ -0,0 +1,22 @@
Please ensure all items are complete before opening.
- [ ] Tick to sign-off your agreement to the [IBM Contributor License Agreement](https://github.com/ibm-messaging/mq-golang/CLA.md)
- [ ] You have added tests for any code changes
- [ ] You have updated the [CHANGES.md](https://github.com/ibm-messaging/mq-golang/CHANGES.md)
- [ ] You have completed the PR template below:
## What
What was changed
## How
How the change was implemented or reasoning behind it
## Testing
How to test your changes work, not required for documentation changes.
## Issues
Links to the github issue(s) (if present) that this pull request is resolving.