@@ -66,19 +66,6 @@ Sparklines are a great way of seeing the historical data related to the summary
...
@@ -66,19 +66,6 @@ Sparklines are a great way of seeing the historical data related to the summary
> ***Pro-tip:*** Reduce the opacity on fill colors for nice looking panels.
> ***Pro-tip:*** Reduce the opacity on fill colors for nice looking panels.
### Gauge
Gauges gives a clear picture of how high a value is in it's context. It's a great way to see if a value is close to the thresholds. The gauge uses the colors set in the color options.
- Solution: This likely means your query is returning multiple series. You will want to reduce this down to a single series. This can be accomplished in many ways, depending on your data source. Some common practices include summing the series, averaging or any number of other functions. Consult the documentation for your data source for additional information.
- Solution: This likely means your query is returning multiple series. You will want to reduce this down to a single series. This can be accomplished in many ways, depending on your data source. Some common practices include summing the series, averaging or any number of other functions. Consult the documentation for your data source for additional information.
### Gauge
The Gauge feature in this panel is deprecated, please use the new [Gauge panel]({{< relref
@@ -23,9 +23,8 @@ background or value color using thresholds.
...
@@ -23,9 +23,8 @@ background or value color using thresholds.
* Specify calculation / reducer function. Since this panel is designed to only show a single value Grafana needs to
* Specify calculation / reducer function. Since this panel is designed to only show a single value Grafana needs to
know how to reduce a fields many values to a single value.
know how to reduce a fields many values to a single value.
* Orientation
* Orientation
* If your query returns multiple series or you have set **Show** to `All values` then the visualization
* If your query returns multiple series or you have set **Show** to `All values` then the visualization will repeat for every series or row. This orientation option will control in what direction it will repeat.
will repeat for every series or row. This orientation option will control in what direction it will repeat.