blob: a8d3478d75ef1c2de4963fb93623b780d35c0303 [file] [log] [blame]
# Topology health manager mode:
# disabled = do not launch the health manager
# cluster = launch the health manager on container-0
heron.topology.healthmgr.mode: disabled
# Default class and url for providing metrics
heron.healthmgr.metricsource.type: com.twitter.heron.healthmgr.sensors.TrackerMetricsProvider
heron.healthmgr.metricsource.url: http://localhost:8888
## list of policies to be executed for self regulation
#heron.class.health.policies:
# - dynamic-resource-allocation
# - auto-restart-backpressure-container
#
## configuration specific to individual policies listed above
#dynamic-resource-allocation:
# health.policy.class: com.twitter.heron.healthmgr.policy.DynamicResourceAllocationPolicy
# health.policy.interval.ms: 120000
# BackPressureDetector.noiseFilterMillis: 20
# GrowingWaitQueueDetector.limit: 5
#auto-restart-backpressure-container:
# health.policy.class: com.twitter.heron.healthmgr.policy.AutoRestartBackpressureContainerPolicy
# health.policy.interval.ms: 120000
# BackPressureDetector.noiseFilterMillis: 20