39f108e496
Classify Ordinis classifier transport failures and empty responses as unavailable, keep stale platform cache when possible, and expose Prometheus metrics/alerting for the outage signal.
40 lines
1.0 KiB
YAML
40 lines
1.0 KiB
YAML
spring:
|
|
application:
|
|
name: pcp-tgu-service
|
|
profiles:
|
|
default: local
|
|
config:
|
|
import: "configserver:"
|
|
cloud:
|
|
config:
|
|
uri: ${CONFIG_SERVER_URI:http://192.168.1.8:8888}
|
|
fail-fast: ${CONFIG_SERVER_FAIL_FAST:true}
|
|
profile: ${SPRING_CLOUD_CONFIG_PROFILE:${SPRING_PROFILES_ACTIVE:${spring.profiles.default}}}
|
|
label: ${SPRING_CLOUD_CONFIG_LABEL:master}
|
|
|
|
planning:
|
|
notification-before-start-minutes: 263
|
|
target-plan-duration-minutes: 180
|
|
target-plan-duration-delta-minutes: 60
|
|
external-update-enabled: true
|
|
external-points-lookahead-days: 3
|
|
in-memory-history-days: 14
|
|
external-update-fixed-delay-ms: 600000
|
|
notification-check-fixed-delay-ms: 30000
|
|
min-reissue-lead-minutes: 5
|
|
worker-lock-ttl-seconds: 300
|
|
|
|
topics:
|
|
visibility-windows-changed: pcp.tgu.visibility-windows-changed.v1
|
|
satellite-plan-decision: pcp.tgu.satellite-plan-decision.v1
|
|
|
|
tgu:
|
|
test-controller:
|
|
enabled: false
|
|
|
|
management:
|
|
endpoints:
|
|
web:
|
|
exposure:
|
|
include: health,info,metrics,prometheus
|