Skip to content

v1.19.0

Choose a tag to compare

@github-actions github-actions released this 06 Feb 15:10
· 1985 commits to main since this release

New Resources

  • dynatrace_service_anomalies_v2 introduces configuration for service related performance anomalies
  • dynatrace_database_anomalies_v2 introduces configuration for database related performance anomalies
  • dynatrace_process_monitoring_rules introduces configuration for custom process monitoring rules
  • dynatrace_disk_anomalies_v2 introduces configuration for disk related performance anomalies
  • dynatrace_disk_specific_anomalies_v2 introduces configuration for specific disk level performance anomalies
  • dynatrace_host_anomalies_v2 introduces configration for host related performance anomalies
  • dynatrace_custom_app_anomalies introduces configuration for custom application related performance anomalies
  • dynatrace_custom_app_crash_rate introduces configuration for custom application crash rate increase
  • dynatrace_process_monitoring introduces configuration for process monitoring rules
  • dynatrace_process_availability introduces configuration for monitoring availability of certain processes
  • dynatrace_process_group_detection introduces configuration to adapt the detection logic for deep monitored processes
  • dynatrace_mobile_app_anomalies introduces configuration for mobile application related performance anomalies
  • dynatrace_mobile_app_crash_rate introduces configuration for mobile application crash rate increase
  • dynatrace_web_app_anomalies introduces configuration for web application related performance anomalies
  • dynatrace_muted_requests introduces configuration for specifying muted requests for a particular service

New Data Sources

  • dynatrace_management_zones allows querying for all Management Zones

Additional Improvements

  • The export utility has been updated to download all resources in parallel by default
  • dynatrace_management_zone has been updated with unordered lists
  • dynatrace_azure_credentials disabled the property "supporting_services" since it is now deprecated within the REST API
  • dynatrace_dashboard introduced "auto_refresh_disabled" for dashboard tiles
  • Thanks to @98christianp the dynatrace_service data source has added functionality for the contains and equals operator

Bug Fixes

  • Fixed #184 - Dashboard sharing was reporting a status code error 204 (expected 201)
  • Fixed #187 - Dashboard sharing permissions issue has been resolved