Werk #5730: Graph export can now use custom consolidation function
| Component | Metrics system | ||
| Title | Graph export can now use custom consolidation function | ||
| Date | Feb 14, 2018 | ||
| Level | Trivial Change | ||
| Class | New Feature | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions |
|
In addition to werk #8643 it is now possible to provide the optional key consolidation_function to control which consolidation function should be used when calculating aggregated numbers.
Possible values are:
- "consolidation_function": "max" - The default
- "consolidation_function": "min"
- "consolidation_function": "average"