Uptime
Description
The Uptime component is part of the Tesserae UI library.
Displays system status over time using colored segments and month grids.
API reference
public class UptimeBars : IComponent, IHasMarginPaddingA horizontal series of small status bars showing per-period uptime / availability over a time window.
Properties
public string Margin { get ; set ; }Gets or sets the CSS margin of the component.
Methods
public UptimeBars Items(IEnumerable<(UptimeStatus status, IComponent tooltipContent)> items)Adds the given items to the component.
public class UptimeCalendar : IComponent, IHasMarginPaddingA calendar-grid visualisation of daily uptime / availability over a multi-month window.
Constructors
Properties
public string Margin { get ; set ; }Gets or sets the CSS margin of the component.
public enum UptimeStatusPredefined statuses (up, down, degraded, unknown) used by and .