Platform status¶
These schemas specify how the BigBoat status visualization is configured and how the data used by the visualization is formatted.
BigBoat status configuration¶
BigBoat status data durations¶
durations¶
type |
array |
|
items |
Duration specifier. Either full which indicates the entire range of collection data, or a positive number followed by a duration unit supported by Moment.js. |
|
type |
string |
|
pattern |
^full$|^[0-9]+-(second|minute|hour|day|week|month|year)s?$ |
BigBoat status data fields¶
fields¶
type |
object |
||
properties |
|||
|
Latest moment that data was collected across the entire organization. |
||
type |
string |
||
oneOf |
format |
date |
|
format |
date-time |
||
patternProperties |
|||
|
type |
object |
|
properties |
|||
|
Localization titles for a subgraph of a BigBoat performance status field. |
||
|
Localization texts for a subgraph of a BigBoat performance status field. |
||
|
Units used by the BigBoat performance status field values. |
||
type |
string |
||
enum |
bytes, seconds |
BigBoat status field locale¶
type |
object |
|
patternProperties |
||
|
Localization item for a specific language. Valid languages use two-letter ISO 639-1 language codes plus optional BCP 47 subtags, so only a subset of languages is recognized. |
|
type |
string |
BigBoat status project data¶
project¶
type |
array |
items |
BigBoat metric status¶
type |
object |
|
properties |
||
|
Name of the metric. |
|
type |
string |
|
|
Moment when the metric was measured. |
|
type |
string |
|
pattern |
^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9] [0-9][0-9]:[0-9][0-9]:[0-9][0-9]$ |
|
|
Whether the metric value is acceptable for a stable platform. |
|
type |
boolean |
|
|
Value of the metric. |
|
type |
number |
|
|
Maximum value that the metric can reach. |
|
type |
number |
BigBoat status data URLs¶
urls¶
type |
object |
|
patternProperties |
||
|
URL to the BigBoat instance for a project. |
|
type |
string |
|
format |
uri |