Files
osprofiler/devstack/settings
Ilya Shakhat 2f66049fb8 Make tracing of SQL statements configurable in DevStack plugin
This patch adds a new configuration variable OSPROFILER_TRACE_SQLALCHEMY
with default value `True`.

Change-Id: I72c782872dac370d6d1620cf734a293f998ed7f1
2018-09-17 15:52:40 +02:00

12 lines
398 B
Plaintext

# Devstack settings
# A comma-separated list of secrets, that will be used for triggering
# of profiling in OpenStack services: profiling is only performed for
# requests that specify one of these keys in HTTP headers.
OSPROFILER_HMAC_KEYS=${OSPROFILER_HMAC_KEYS:-"SECRET_KEY"}
# Set whether tracing of SQL requests is enabled or not
OSPROFILER_TRACE_SQLALCHEMY="True"
enable_service osprofiler