hawkular / hawkular-client-go

Golang client for Hawkular
Apache License 2.0
6 stars 10 forks source link

issue 10 fix delete tags by only passing tag name (not value) on the URL #11

Closed jmazzitelli closed 7 years ago

jmazzitelli commented 8 years ago

I don't know how this code worked before, unless Hawkular-Metrics has changed its API in the past and we just never noticed. But DeleteTags doesn't work without this fix.

jmazzitelli commented 8 years ago

See PR #13 for an alternative implementation to fix the issue. Do not merge both this PR and PR #13 - pick one and close the other (or close both of them and figure out another way to fix the issue).

burmanm commented 7 years ago

I'll replace this with a bit different fix (might as well change the client API).