Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Budget ¶
type Budget struct {
// Total error budget for the window (e.g., "43.2m" for 43.2 minutes)
Total string
// Consumed error budget so far (e.g., "10.5m")
Consumed string
// Remaining error budget (e.g., "32.7m")
Remaining string
// PercentRemaining is the percentage of budget left (e.g., 75.69)
PercentRemaining float64
}
Click to show internal directories.
Click to hide internal directories.