Settings API - Anomaly detection for services schema table
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
group:anomaly-detection
SERVICE_METHOD
- RequestSERVICE
- ServiceHOST_GROUP
- Host Groupenvironment
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
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.
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.
The responseTime
object
enabled
detectionMode
auto
fixed
The failureRate
object
enabled
detectionMode
auto
fixed
autoDetection
Alert if the percentage of failing service calls increases by both the absolute and relative thresholds:
fixedDetection
Alert if a given failure rate is exceeded during any 5-minute-period
The loadDrops
object
enabled
loadDropPercent
minutesAbnormalState
The loadSpikes
object
enabled
loadSpikePercent
minutesAbnormalState
The responseTimeAuto
object
responseTimeAll
Alert if the median response time of all requests degrades beyond both the absolute and relative thresholds:
responseTimeSlowest
Alert if the response time of the slowest 10% of requests degrades beyond both the absolute and relative thresholds:
The responseTimeFixed
object
responseTimeAll
Alert if the median response time of all requests degrades beyond this threshold:
responseTimeSlowest
Alert if the response time of the slowest 10% of requests degrades beyond this threshold:
sensitivity
low
medium
high
The failureRateAuto
object
absoluteIncrease
relativeIncrease
The failureRateFixed
object
threshold
sensitivity
low
medium
high
The responseTimeAutoAll
object
degradationMilliseconds
degradationPercent
The responseTimeAutoSlowest
object
slowestDegradationMilliseconds
slowestDegradationPercent
The overAlertingProtection
object
requestsPerMinute
minutesAbnormalState
The responseTimeFixedAll
object
degradationMilliseconds
The responseTimeFixedSlowest
object
slowestDegradationMilliseconds