SIENTIAPDE-1314

Implement tag value registration in Gates activity and update related tests. Enhanced the write_metrics method to process and register tag values, improving metrics tracking. Adjusted tests to validate new functionality.
This commit is contained in:
vitor-aignosi
2025-10-23 16:02:38 -03:00
parent c9136ca537
commit f0ca06b4aa
4 changed files with 46 additions and 15 deletions

View File

@@ -119,6 +119,7 @@ class CoreScouter:
Activities.write_metrics,
{
**metadata,
'tag_values': held_data,
},
retry_policy=retry_policy,
start_to_close_timeout=timedelta(seconds=60),