# Functions
New creates a new Grafana client.
# Constants
AnomalyConditionAny alerts when any anomalous condition is present (too high or too low).
AnomalyConditionHigh alerts when the actual value of a metric is higher than the expected range.
AnomalyConditionLow alerts when the actual value of a metric is lower than the expected range.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
Client is a Grafana API client.
Config contains client configuration.
CustomPeriod is a single period to be included in a holiday.
ForecastParams are parameters used in an ephemeral job prediction.
ForecastRequest is a request to run an ephemeral forecast.
Holiday is a collection of time periods indicating where a time series will behave differently than normal.
Job is a job that will be scheduled.
No description provided by the author
No description provided by the author
OutlierDetector defines an outlier detector instance.
# Type aliases
AnomalyCondition describes what sort of anomaly an alert should be generated for.
CustomPeriods is a slice of CustomPeriods representing all occurrences of a holiday.
No description provided by the author