diff --git a/source/_dashboards/gauge.markdown b/source/_dashboards/gauge.markdown index 98664ce0d61..6faa9b5b5cc 100644 --- a/source/_dashboards/gauge.markdown +++ b/source/_dashboards/gauge.markdown @@ -81,6 +81,19 @@ severity: required: true description: Value from which to start red color. type: integer +segments: + required: false + description: List of colors and their corresponding start values. Segments will override the severity settings. + type: list + keys: + from: + required: true + description: Value from which to start the color. + type: integer + color: + required: true + description: Color of the segment, may be any CSS color declaration like "red", "#0000FF" or "rgb(255, 120, 0)". + type: string {% endconfiguration %} ## Examples @@ -111,3 +124,29 @@ severity: yellow: 45 red: 85 ``` + +Multiple segments: + +
+
+Screenshot of the gauge card with multiple colored segments.
+