newrelic / nri-haproxy

New Relic Infrastructure HAproxy Integration
MIT License
1 stars 9 forks source link

Fix/update sdk v3 to fix file collision #34

Closed alvarocabanas closed 3 years ago

alvarocabanas commented 3 years ago

This PR includes:

Adds the last version of the Integrations SDK Adds an integration test to check the Json schema

Closes #33

CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

roobre commented 3 years ago

This is looking really neat! I love all the added tests.

Since we're adding new deps and everything, would it be worth to ditch govendor and move to go modules? Wdyt?