We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd4012 commit 2a3b20eCopy full SHA for 2a3b20e
ddtrace/contrib/pyramid/__init__.py
@@ -15,6 +15,12 @@
15
# use your config as normal.
16
config.add_route('index', '/')
17
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
24
If you use the 'pyramid.tweens' settings value to set the tweens for your
25
application, you need to add 'ddtrace.contrib.pyramid:trace_tween_factory'
26
explicitly to the list. For example::
0 commit comments