Open SeamusGrafana opened 3 months ago
Cc: @csmarchbanks
I'm honestly disappointed that terraform doc generation doesn't handle this for us. All of those are already specified in the code and writing extra docs seems tedious and bound to get out of sync. Regardless, feel free to open a PR, or else I'll get to it soon.
I'm honestly disappointed that terraform doc generation doesn't handle this for us. All of those are already specified in the code and writing extra docs seems tedious and bound to get out of sync. Regardless, feel free to open a PR, or else I'll get to it soon.
Yeah, they definitely could've made this better with the new plugin framework. We have a helper for some of these: AllowedValuesDescription
Update the Docs for
grafana_machine_learning_alert
to clarify usage.job_id
oroutlier_id
is requiredanomaly_condition
can only be used withjob_id
anomaly_condition
one ofany
,high
,low
and what each does.no_data_state
one ofAlerting
,NoData
orOK
Import ID must be in the format '/(jobs|outliers)/<jobID>/alerts/<alertID>'
outlier_id (String) The forecast this alert belongs to.
tooutlier_id (String) The outlier this alert belongs to.