terraform-provider-signalform
terraform-provider-signalform copied to clipboard
SignalForm is a terraform provider to codify SignalFx detectors, charts and dashboards
Found a few broken links in this page. Updated them but I'm not sure if the new pages are 100% equivalent to whatever the old ones were pointing to, just...
I tried with terraform 1.10.0 and 1.11.14 but still getting same error. Its a GNU/Linux machine
Hello! I've just got email that SignalFx introduced official terraform provider. Did you know anything about it? https://www.signalfx.com/blog/official-terraform-provider/ P.S. And it seems that current provider disappeared from community providers.
Do you have something in the roadmap to add new [ORG Tokens](https://developers.signalfx.com/org_tokens_reference.html#tag/Create-Single-Token)? It'd be really useful to have that working.
This API parameter is equivalent to `Allow data matching the filter condition or missing ` on https://docs.signalfx.com/en/latest/dashboards/dashboard-filter-dynamic.html.
# Summary Adds support for event overlays (and selected event overlays) to dashboards # Motivation Specifying common event overlays (deploys, etc) in terraform definitions is very useful. It looks like...
SignalFx released compound conditions in detectors and it would be great to support the feature in signalform as well. The documentation linked to the news was https://docs.signalfx.com/en/latest/detect-alert/alert-condition-reference/custom-threshold.html
This resource wraps the signalfx integration endpoint. Right now it only supports slack and pagerduty (the ones we use) but adding more should be pretty simple. I added corresponding documentation;...
Motivation: Allow for arbitrarily many watermarks in a chart. Tested that this allows for a structure like the following in a dashboard chart ```tf axis_right { high_watermark = 0.99 high_watermark_label...