Closed ChimeraCoder closed 4 years ago
Like https://github.com/signalfx/signalfx-go/pull/77, but for the /chart endpoint.
/chart
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.
name
tags
SearchCharts
Yay!
Merged and tagged as v1.6.30!
Like https://github.com/signalfx/signalfx-go/pull/77, but for the
/chart
endpoint.name
andtags
are both optional values that are ignored if empty. This pull request updatesSearchCharts
to drop both parameters if empty, to return the documented results instead of an empty list.