forked from rpetrich/deciduous
-
Notifications
You must be signed in to change notification settings - Fork 0
/
unrealistic-traces.yaml
50 lines (46 loc) · 1.01 KB
/
unrealistic-traces.yaml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
title: Adverse Scenario - Unrealistic Distributed Traces
facts:
- no_trace_ids: no trace IDs
from:
- reality: '#yolo'
attacks:
- incon_trace_ids: inconsistent trace IDs
from:
- trace_ids
- encoding_issues: encoding issues in the trace ID
from:
- read_headers
- illogical_spans: illogical spans
from:
- trace_ids
- timestamp_mismatch: timestamp mismatches
from:
- illogical_spans
- general_trace: trace isn't granular enough
from:
- sync_time
mitigations:
- trace_ids: add trace IDs
from:
- reality
- no_trace_ids
- read_headers: properly read tracing headers
from:
- incon_trace_ids
- decode_headers: decode tracing headers properly
from:
- encoding_issues
- sync_time: synchronize time on hosts
from:
- timestamp_mismatch
- annotate_spans: annotate additional spans
from:
- general_trace
goals:
- unrealistic_traces: Unrealistic distributed traces (traces don't reflect reality)
from:
- no_trace_ids
- incon_trace_ids
- encoding_issues
- timestamp_mismatch
- general_trace