Commit Graph

2 Commits

Author SHA1 Message Date
Ilya Shakhat 0fcc65d0d5 Automatic configuration of SQLAlchemy driver in DevStack
This patch adds a new type of collector "sqlalchemy".
To enable it, add the following line into DevStack local.conf:

    OSPROFILER_COLLECTOR=sqlalchemy

OSProfiler DevStack plugin creates database for traces and
configures all services to use it.

SQLAlchemy driver is extend to be able to list traces.

Zuul job is added to run Tempest tests with sqlalchemy driver enabled.

Change-Id: Ia943d311d78f6dfd2e6bb884c8dca725b3b2a36b
2019-05-16 12:03:00 +02:00
Ilya Shakhat b4e8a72d29 Collect traces from Tempest job
All traces are stored under osprofiler-traces subfolder.

Change-Id: I01a1f93c3a69a3e4bd2ed7777b0cdff58016d728
2018-09-17 18:06:22 +02:00