feat: add ops trace (#5483)
Co-authored-by: takatost <takatost@gmail.com>
This commit is contained in:
parent
31a061ebaa
commit
4e2de638af
58 changed files with 3553 additions and 622 deletions
|
|
@ -50,6 +50,7 @@ app_detail_fields = {
|
|||
'enable_site': fields.Boolean,
|
||||
'enable_api': fields.Boolean,
|
||||
'model_config': fields.Nested(model_config_fields, attribute='app_model_config', allow_null=True),
|
||||
'tracing': fields.Raw,
|
||||
'created_at': TimestampField
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue