newrelic / newrelic-client-go

New Relic Client for the Go programming language
https://newrelic.github.io/observability-as-code
Apache License 2.0
75 stars 95 forks source link

feat(nrqldroprules): Added `GetDropRuleByID` function to fetch a droprule by specified ID #1183

Closed shashank-reddy-nr closed 5 months ago

shashank-reddy-nr commented 5 months ago

On Customer request, I have added an API called GetDropRuleByID in nrqldroprules package.

GH customer Issue: https://github.com/newrelic/newrelic-client-go/issues/911

pranav-new-relic commented 5 months ago

@shashank-reddy-nr this should be it for now; good job on your first change in newrelic-client-go :) Please also sync your branch with the latest main, once done with the requested changes.