Prometheus support

This commit is contained in:
Piero Toffanin 2022-12-26 16:10:43 -05:00
commit 9f243fd6be
7 changed files with 120 additions and 7 deletions

View file

@ -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'
},
]