closes #37
This commit is contained in:
brotoskyj
2025-11-24 10:30:52 -05:00
parent 87ab1e3b28
commit dd206eb272
6 changed files with 7 additions and 5 deletions
+1
View File
@@ -186,6 +186,7 @@ pub fn pull_policy_exec_histories(
tracer.in_span("Airlock Data Retreival", |cx| {
let span = cx.span();
span.set_attribute(Key::new("Days").string(days.to_string().to_string()));
span.set_attribute(KeyValue::new("Policy Name", policy_names.clone()));
loop {
match f.seek(SeekFrom::Start(0)) {
Ok(_) => {}