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
@@ -26,7 +26,7 @@ dependencies = [
[[package]]
name = "airlock_libs"
version = "3.1.1"
version = "3.1.2"
dependencies = [
"chrono",
"indicatif",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "airlock_libs"
version = "3.1.1"
version = "3.1.2"
edition = "2024"
[lib]
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "airlock_libs"
version = "3.1.1"
version = "3.1.2"
description = "Airlock Digital API Wrapper"
readme = "README.md"
license = { text = "AGPL-3.0-only" }
+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