signalfx / signalfx-go

Go client library and instrumentation bindings for SignalFx
https://www.signalfx.com
Apache License 2.0
14 stars 51 forks source link

Make "tags" and "name" optional for SearchCharts #79

Closed ChimeraCoder closed 4 years ago

ChimeraCoder commented 4 years ago

Like https://github.com/signalfx/signalfx-go/pull/77, but for the /chart endpoint.

name and tags are both optional values that are ignored if empty. This pull request updates SearchCharts to drop both parameters if empty, to return the documented results instead of an empty list.

cory-signalfx commented 4 years ago

Yay!

cory-signalfx commented 4 years ago

Merged and tagged as v1.6.30!