Add rollout_data_analysis/tests/data/unknown_whitelist.json
This commit is contained in:
parent
52ef6decf3
commit
2533b9e505
1 changed files with 23 additions and 0 deletions
23
rollout_data_analysis/tests/data/unknown_whitelist.json
Normal file
23
rollout_data_analysis/tests/data/unknown_whitelist.json
Normal file
|
|
@ -0,0 +1,23 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"key": "event_type_missing",
|
||||||
|
"scope": "both",
|
||||||
|
"rationale": "Bekanntes Logging-Attribut fehlt in einigen alten Rollouts",
|
||||||
|
"added_at": "2023-11-12T10:15:00Z",
|
||||||
|
"expires_at": "2025-01-01T00:00:00Z"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "metric_precision_loss",
|
||||||
|
"scope": "unpinned",
|
||||||
|
"rationale": "Tolerierbares Rundungsrauschen in neuem Metrikformat",
|
||||||
|
"added_at": "2024-02-01T08:00:00Z",
|
||||||
|
"expires_at": null
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "deprecated_endpoint",
|
||||||
|
"scope": "pinned",
|
||||||
|
"rationale": "Übergangsfeature bis Migration abgeschlossen ist",
|
||||||
|
"added_at": "2024-06-15T09:30:00Z",
|
||||||
|
"expires_at": "2024-12-31T23:59:59Z"
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue