SIENTIAPDE-1312
SIENTIAPDE-1312: Add 'fill_missing_tags' configuration option to scouter function for enhanced tag management.
This commit is contained in:
@@ -97,6 +97,7 @@ def scouter(config: dict[str, Any]):
|
|||||||
'retention_time': config.get('tag_retention_minutes', 60) * 60,
|
'retention_time': config.get('tag_retention_minutes', 60) * 60,
|
||||||
'model_tags': tags,
|
'model_tags': tags,
|
||||||
'debug_data_package': config.get('debug_data_package', False),
|
'debug_data_package': config.get('debug_data_package', False),
|
||||||
|
'fill_missing_tags': config.get('fill_missing_tags', False),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user