Changed attribute name for better logging purposes
This commit is contained in:
Generated
+1
-1
@@ -26,7 +26,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "airlock_libs"
|
||||
version = "3.1.1"
|
||||
version = "3.1.2"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"indicatif",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "airlock_libs"
|
||||
version = "3.1.1"
|
||||
version = "3.1.2"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
|
||||
@@ -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" }
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -11,4 +11,4 @@ urllib3==2.5.0
|
||||
pyperclip==1.11.0
|
||||
|
||||
--extra-index-url https://git.racooncity.org/api/packages/brotoskyj/pypi/simple/
|
||||
airlock_libs==3.1.1
|
||||
airlock_libs==3.1.2
|
||||
Reference in New Issue
Block a user