Skip to content

Commit 2a3b20e

Browse files
author
Emanuele Palazzetti
committed
[pyramid] update documentation
1 parent bcd4012 commit 2a3b20e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ddtrace/contrib/pyramid/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@
1515
# use your config as normal.
1616
config.add_route('index', '/')
1717
18+
Available settings are:
19+
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
23+
1824
If you use the 'pyramid.tweens' settings value to set the tweens for your
1925
application, you need to add 'ddtrace.contrib.pyramid:trace_tween_factory'
2026
explicitly to the list. For example::

0 commit comments

Comments
 (0)