Changed attribute name for better logging purposes

This commit is contained in:
brotoskyj
2025-11-17 17:40:46 -05:00
parent 4a47cbe661
commit d0fc34fdc7
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ pub fn pull_policy_exec_histories(
&client,
);
cx.span().set_attribute(KeyValue::new(
"Items in Response",
"items_in_response",
results.response.exechistories.len().to_string(),
));
results