Anomaly detection for services (builtin:anomaly-detection.services)
Dynatrace automatically detects service related performance anomalies such as response time degradations and failure rate increases.
Use these settings to configure detection sensitivity, set alert thresholds, or disable alerting for certain services. Read more about Automated multi-dimensional baselining .
To avoid false-positive problem notifications, automated anomaly detection is only available for applications and services that have run for at least 20% of a week (7 days).
builtin:anomaly-detection.services
SERVICE_METHOD
- Request
SERVICE
- Service
HOST_GROUP
- Host Group
environment
Retrieve schema via Settings API GET Managed https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.services
SaaS https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:anomaly-detection.services
Environment ActiveGate https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.services
Authentication To execute this request, you need an access token with Read settings (settings.read
) scope. To learn how to obtain and use it, see Tokens and authentication .
Parameters Response timeresponseTime
responseTime - required Failure ratefailureRate
failureRate - required Service load dropsloadDrops
loadDrops Alert if the observed load is lower than the expected load by a specified margin for a specified amount of time:
Dynatrace learns your typical service load over an observation period of one week.
required Service load spikesloadSpikes
loadSpikes Alert if the observed load exceeds the expected load by a specified margin for a specified amount of time:
Dynatrace learns your typical service load over an observation period of one week.
required
The responseTime
object Detect response time degradationsenabled
boolean - required Detection mode for response time degradationsdetectionMode
enum The element has these enums required autoDetection
responseTimeAuto - required fixedDetection
responseTimeFixed - required
The failureRate
object Detect increases in failure rateenabled
boolean - required Detection mode for increases in failure ratedetectionMode
enum The element has these enums required autoDetection
failureRateAuto Alert if the percentage of failing service calls increases by both the absolute and relative thresholds:
required fixedDetection
failureRateFixed Alert if a given failure rate is exceeded during any 5-minute-period
required
The loadDrops
object Detect service load dropsenabled
boolean - required Alert if the observed load is less than this percentage of the expected valueloadDropPercent
float - required Time spanminutesAbnormalState
integer - required
The loadSpikes
object Detect service load spikesenabled
boolean - required Alert if the observed load is more than this percentage of the expected valueloadSpikePercent
float - required Time spanminutesAbnormalState
integer - required
The responseTimeAuto
object All requestsresponseTimeAll
responseTimeAutoAll Alert if the median response time of all requests degrades beyond both the absolute and relative thresholds:
required Slowest 10%responseTimeSlowest
responseTimeAutoSlowest Alert if the response time of the slowest 10% of requests degrades beyond both the absolute and relative thresholds:
required Avoid over-alertingoverAlertingProtection
overAlertingProtection - required
The responseTimeFixed
object All requestsresponseTimeAll
responseTimeFixedAll Alert if the median response time of all requests degrades beyond this threshold:
required Slowest 10%responseTimeSlowest
responseTimeFixedSlowest Alert if the response time of the slowest 10% of requests degrades beyond this threshold:
required Avoid over-alertingoverAlertingProtection
overAlertingProtection - required Sensitivitysensitivity
enum The element has these enums required
The failureRateAuto
object Absolute thresholdabsoluteIncrease
float - required Relative thresholdrelativeIncrease
float - required Avoid over-alertingoverAlertingProtection
overAlertingProtection - required
The failureRateFixed
object Thresholdthreshold
float - required Avoid over-alertingoverAlertingProtection
overAlertingProtection - required Sensitivitysensitivity
enum The element has these enums required
The responseTimeAutoAll
object Absolute thresholddegradationMilliseconds
float - required Relative thresholddegradationPercent
float - required
The responseTimeAutoSlowest
object Absolute thresholdslowestDegradationMilliseconds
float - required Relative thresholdslowestDegradationPercent
float - required
The overAlertingProtection
object Only alert if there are at leastrequestsPerMinute
float - required Only alert if the abnormal state remains for at leastminutesAbnormalState
integer - required
The responseTimeFixedAll
object Alert if the response time degrades beyond this many ms within an observation period of 5 minutesdegradationMilliseconds
float - required
The responseTimeFixedSlowest
object Alert if the response time of the slowest 10% degrades beyond this many ms within an observation period of 5 minutesslowestDegradationMilliseconds
float - required