mirror of
https://github.com/odoo/runbot.git
synced 2025-03-17 00:15:47 +07:00
17 lines
491 B
Python
17 lines
491 B
Python
![]() |
{
|
||
|
"name": "OpenTelemetry instrumentation for Odoo",
|
||
|
'version': '1.0',
|
||
|
'license': 'BSD-0-Clause',
|
||
|
"category": "Hidden",
|
||
|
'external_dependencies': {
|
||
|
'python': [
|
||
|
'opentelemetry',
|
||
|
'opentelemetry-instrumentation-logging',
|
||
|
'opentelemetry-instrumentation-psycopg2',
|
||
|
'opentelemetry-instrumentation-requests',
|
||
|
'opentelemetry-instrumentation-wsgi',
|
||
|
'opentelemetry-container-distro',
|
||
|
]
|
||
|
},
|
||
|
}
|