signalfx / signalfx-go

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

Radial missing min and max option for radial single value chart visualisation #129

Closed milanilavsky closed 4 months ago

milanilavsky commented 3 years ago

Hello,

wa want to use radial secondary visualisation for single value chart, but request fails with 400 - "Open ended range not allowed" because min and max values are missing. They could be set in UI which looks like this:

Screen Shot 2021-07-21 at 14 40 54

Would it be possible to support these options, so we can generate radial chart? Or is there some other way we have overlooked?

keitwb commented 3 years ago

Hi, can you post the request you are doing right now? We might need to update our models here to get some new fields but I want to make sure there isn't something missing from what you are trying so far.