-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserve.sample.yaml
More file actions
36 lines (36 loc) · 1021 Bytes
/
serve.sample.yaml
File metadata and controls
36 lines (36 loc) · 1021 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
server:
listen_address: ":4318"
grpc_listen_address: ":4317"
max_request_bytes: 5242880
runtime:
flush_interval: 5s
window_size: 30s
max_in_memory_spans: 10000
late_span_policy: drop
reconciliation:
enabled: true
state_path: out/reconciliation-state.json
report_path: out/reconciliation-report.json
raw_window_path: out/latest-raw-window.json
stable_core_path: out/latest-stable-core.json
decay_half_life: 10m
minimum_opportunity_windows: 2
telemetry_health_freeze_threshold: 0.55
soft_gap_multiplier: 1.5
hard_gap_multiplier: 3.0
minimum_soft_windows: 2
minimum_hard_windows: 5
stable_core_min_belief: 0.7
stable_core_min_activity: 0.35
guardrail_union_min_belief: 0.3
retirement_min_belief: 0.18
retired_ttl: 24h
max_retained_retired_entities: 500
compaction_interval: 150s
sink:
directory: out/snapshots
latest_path: out/latest-snapshot.json
logging:
structured: true
overlays:
- configs/discovery.overlay.sample.yaml