diff options
Diffstat (limited to 'integration/scripts/local.conf.d/trove_services.conf.rc')
-rw-r--r-- | integration/scripts/local.conf.d/trove_services.conf.rc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/integration/scripts/local.conf.d/trove_services.conf.rc b/integration/scripts/local.conf.d/trove_services.conf.rc new file mode 100644 index 00000000..6eedc1c3 --- /dev/null +++ b/integration/scripts/local.conf.d/trove_services.conf.rc @@ -0,0 +1,24 @@ +[[post-config|\$TROVE_CONF]] +[profiler] +enabled = $ENABLE_PROFILER +trace_sqlalchemy = $PROFILER_TRACE_SQL + +[[post-config|\$TROVE_TASKMANAGER_CONF]] +[profiler] +enabled = $ENABLE_PROFILER +trace_sqlalchemy = $PROFILER_TRACE_SQL + +[[post-config|\$TROVE_CONDUCTOR_CONF]] +[profiler] +enabled = $ENABLE_PROFILER +trace_sqlalchemy = $PROFILER_TRACE_SQL + +[[post-config|\$TROVE_GUESTAGENT_CONF]] +[profiler] +enabled = $ENABLE_PROFILER +trace_sqlalchemy = $PROFILER_TRACE_SQL + +[[post-config|\$TROVE_API_PASTE_INI]] +[filter:osprofiler] +enabled = $ENABLE_PROFILER +hmac_keys = $PROFILER_HMAC_KEYS |