Search 1.9 billion lines of Odoo code on GitHub

tracing_opencensus

Author: Camptocamp,Odoo Community Association (OCA)
License: AGPL-3
Branch: add-jaeger_tracing
Repository: guewen/odoo-cloud-platform
Dependencies: base
Languages: Python (146, 100.0%)

<h1 class="title">Opencensus Tracing</h1> <p>This addon allows to send tracing data to a Jaeger agent, using the opencensus library.</p> <a name="configuration"></a> <h2>Configuration</h2> <p>The tracing is activated if the variable <code>ODOO_OPENCENSUS_TRACING</code> has the value <code>1</code> or <code>true</code>.</p> <p>Variables:</p> <ul class="simple"> <li>ODOO_OPENCENSUS_TRACING: activate the tracing</li> <li>ODOO_OPENCENSUS_IGNORE_PATH: comma-separated list of URL paths to ignore in the tracing (by default: /longpolling)</li> <li>ODOO_OPENCENSUS_JAEGER_AGENT: host of the jaeger agent</li> <li>ODOO_OPENCENSUS_JAEGER_PORT: port of the jaeger agent</li> </ul> <a name="limitations"></a> <h2>Limitations</h2> <p>While opencensus support several exporters and features, only a subset of them is supported:</p> <ul class="simple"> <li>Only tracing is supported (no metrics, ...)</li> <li>Currently, the only exporter supported is the Jaeger exporter.</li> </ul>