File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717
1818Available settings are:
1919
20- * `datadog_trace_service`: change the `pyramid` service name
21- * `datadog_trace_enabled`: sets if the Tracer is enabled or not
22- * `datadog_distributed_tracing`: set it to `True` to enable Distributed Tracing
20+ * `` datadog_trace_service` `: change the `pyramid` service name
21+ * `` datadog_trace_enabled` `: sets if the Tracer is enabled or not
22+ * `` datadog_distributed_tracing`` : set it to `` True` ` to enable Distributed Tracing
2323
2424If you use the 'pyramid.tweens' settings value to set the tweens for your
2525application, you need to add 'ddtrace.contrib.pyramid:trace_tween_factory'
2626explicitly to the list. For example::
2727
2828 settings = {
2929 'datadog_trace_service' : 'my-web-app-name',
30- 'pyramid.tweens', 'your_tween_no_1\n your_tween_no_2\n ddtrace.contrib.pyramid:trace_tween_factory',
30+ 'pyramid.tweens', 'your_tween_no_1\\ nyour_tween_no_2\ \ nddtrace.contrib.pyramid:trace_tween_factory',
3131 }
3232
3333 config = Configurator(settings=settings)
You can’t perform that action at this time.
0 commit comments