1.4 KiB
1.4 KiB
changelog
v0.1.17
- bugfix:
dashboard_bshould also use local.scope v0.1.16 - Add support for template variables. Define
var.template_variable_{name,prefix,default}to filter across all graphs in the dashboard. v0.1.15 - Allow user to specify a list of metrics to graph rather than querying them from datadog.
If you specify
metrics_listdirectly, then it will use this list of metrics to generate the dashboard instead of using the specified prefix to query it from datadog. v0.1.14 - sort widgets produce output that is ordered in a consistent manner to avoid idempotency issues v0.1.13
- fix validation warnings Warning: Interpolation-only expressions are deprecated Warning: Quoted type constraints are deprecated v0.1.12
- Introduced optional var.title for dashboard so it wouldn't have to be tied to var.prefix
- Parametrized
space_aggregationandscopewhich are part of the query that defines a particular timeseries graph. Previouslyspace_aggregationwas hardcoded toavg, now you can choose fromavg, max, min, sum
v0.1.11
- Fixed example
v0.1.10
- Moved logic to download jq, if needed, into
list_metrics.pywhere it belongs
v0.1.8
- Added resource to download jq since terraform cloud does not have it
- Modified
list_metrics.pyto use locally "installed" jq
v0.1.7
- Minor fix
v0.1.6
- Refactored
list_metrics.pyto remove dependency on python3 and datadog python module