SIENTIAPDE-1110
SIENTIAPDE-1110 add debug_data_package configuration option to scouter function
This commit is contained in:
@@ -36,7 +36,8 @@ def scouter(config: dict[str, Any]):
|
||||
"schema": "sientia_data",
|
||||
"table_name": "laborious_data",
|
||||
"retention_time": config.get('tag_retention_minutes', 60) * 60,
|
||||
"model_tags": tags
|
||||
"model_tags": tags,
|
||||
"debug_data_package": config.get('debug_data_package', False)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user