You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you add percent units with Line Chart? On Coralogix UI, we can chose % (0-1) and % (0-100) but with Terraform, it's not available.
Attribute
layout.sections[5].rows[2].widgets[1].definition.line_chart.query_definitions[0].unit
value must be one of: ["microseconds" "mbytes" "bytes_iec" "mibytes"
"euro_cents" "euro" "gbytes" "unspecified" "milliseconds" "seconds" "usd"
"bytes" "kbytes" "kibytes" "gibytes" "usd_cents"], got: "percent"
New or Affected Resource(s)
coralogix_dashboard
Potential Terraform Configuration
On Coralogix UI, if I chose Percent 0-100 and I export the dashboard, I see the Unit at UNIT_PERCENT_ZERO_HUNDRED, maybe the unit value can be percent_0_100 🤔
Description
Can you add percent units with Line Chart? On Coralogix UI, we can chose
% (0-1)
and% (0-100)
but with Terraform, it's not available.New or Affected Resource(s)
Potential Terraform Configuration
On Coralogix UI, if I chose
Percent 0-100
and I export the dashboard, I see the Unit atUNIT_PERCENT_ZERO_HUNDRED
, maybe the unit value can bepercent_0_100
🤔References
Community Note
👍 reaction to the original
issue to help the community and maintainers prioritize this request
The text was updated successfully, but these errors were encountered: