Prometheus support
This commit is contained in:
parent
753a33e7c5
commit
9f243fd6be
7 changed files with 120 additions and 7 deletions
|
|
@ -160,6 +160,16 @@ _default_options_objects = [
|
|||
'name': 'UPDATE_MODELS',
|
||||
'default_value': False,
|
||||
'value_type': 'bool'
|
||||
},
|
||||
{
|
||||
'name': 'METRICS',
|
||||
'default_value': False,
|
||||
'value_type': 'bool'
|
||||
},
|
||||
{
|
||||
'name': 'METRICS_AUTH_TOKEN',
|
||||
'default_value': '',
|
||||
'value_type': 'str'
|
||||
},
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue