[IMPROVE] Detector integration_azure-key-vault -> remove critical for API Latency #464
Labels
detectors
About nex or existing detectors
enhancement
Enhancement of existing (templating or detectors)
What is the module?
integration_azure-key-vault
What is the detector?
api_latency
Is your improvement related to a known monitoring limitations? Please describe.
The API_LATENCY detector should not raise alerts of type "critical". These alerts are rarely acted upon, and a "major" severity is sufficent
Describe the solution you'd like
Shifting the severities for this detector from MAJOR and CRITICAL to MINOR and MAJOR
In
terraform-signalfx-detectors/modules/integration_azure-key-vault/variables.tf
:api_latency_threshold_critical
->api_latency_threshold_major
api_latency_threshold_major
->api_latency_threshold_minor
Remove
api_latency_disabled_critical
In
terraform-signalfx-detectors/modules/integration_azure-key-vault/detectors-keyvault.tf
:To
And
Would become
Describe alternatives you've considered
Overriding the parameters on each individual stack, which is not practical
The text was updated successfully, but these errors were encountered: