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
I'm not a graphana expert, I started playing with the DSL, I think the value field in the ThresholdsStep should be a Number?
class ThresholdsStep(private val value: String = "null", private val color: Color = Color.GREEN) : Json<JSONObject> {
override fun toJson(): JSONObject = jsonObject {
"value" to value
"color" to color.asHexString()
}
}
thanks in advance.
The text was updated successfully, but these errors were encountered:
iguissouma
changed the title
The value field in the ThresholdsStep should be an Int?
The value field in the ThresholdsStep should be a Number?
Jun 23, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, thanks for this great DSL!
I'm not a graphana expert, I started playing with the DSL, I think the value field in the ThresholdsStep should be a Number?
thanks in advance.
The text was updated successfully, but these errors were encountered: