<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/osprofiler.git/devstack/settings, branch master</title>
<subtitle>github.com: stackforge/osprofiler.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/osprofiler.git/'/>
<entry>
<title>Allow OSPROFILER_TRACE_SQLALCHEMY to be overridden</title>
<updated>2019-04-08T16:02:27+00:00</updated>
<author>
<name>Ilya Shakhat</name>
<email>shakhat@gmail.com</email>
</author>
<published>2019-04-04T09:01:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/osprofiler.git/commit/?id=587248a8358a7494d842b75409138c7d042ed025'/>
<id>587248a8358a7494d842b75409138c7d042ed025</id>
<content type='text'>
Change-Id: Idc3f10b108781d09dd9e871b20bbb6a1551f423c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Idc3f10b108781d09dd9e871b20bbb6a1551f423c
</pre>
</div>
</content>
</entry>
<entry>
<title>Make tracing of SQL statements configurable in DevStack plugin</title>
<updated>2018-09-17T13:52:40+00:00</updated>
<author>
<name>Ilya Shakhat</name>
<email>shakhat@gmail.com</email>
</author>
<published>2018-09-17T13:52:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/osprofiler.git/commit/?id=2f66049fb8d7b785b0487bf39df9004d388bcf1b'/>
<id>2f66049fb8d7b785b0487bf39df9004d388bcf1b</id>
<content type='text'>
This patch adds a new configuration variable OSPROFILER_TRACE_SQLALCHEMY
with default value `True`.

Change-Id: I72c782872dac370d6d1620cf734a293f998ed7f1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds a new configuration variable OSPROFILER_TRACE_SQLALCHEMY
with default value `True`.

Change-Id: I72c782872dac370d6d1620cf734a293f998ed7f1
</pre>
</div>
</content>
</entry>
<entry>
<title>Make collector configurable in DevStack plugin</title>
<updated>2017-12-15T14:07:18+00:00</updated>
<author>
<name>Ilya Shakhat</name>
<email>shakhat@gmail.com</email>
</author>
<published>2017-12-12T13:44:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/osprofiler.git/commit/?id=f15a7e47e6b9c088a2f3ab8f6d760a519cfafcd2'/>
<id>f15a7e47e6b9c088a2f3ab8f6d760a519cfafcd2</id>
<content type='text'>
In DevStack OSProfiler is by default configured to use messaging
driver with Ceilometer backend. User can change the driver, but
still needs to install collector/storage manually. This patch
introduces configuration option `OSPROFILER_COLLECTOR` which is
used to specify which collector/storage to install into DevStack.

Currently 2 values are supported:
 * `redis` to install Redis server and use Redis driver
 * &lt;empty&gt; to keep the default behavior and use messaging driver

To test the patch on DevStack, the following lines are needed in local.conf:
  enable_plugin osprofiler https://git.openstack.org/openstack/osprofiler refs/changes/06/527406/5
  OSPROFILER_BRANCH=refs/changes/06/527406/5
  OSPROFILER_COLLECTOR=redis

Change-Id: Ia9763605db95b3f35c8b0e51211f96ee0dd3a82d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In DevStack OSProfiler is by default configured to use messaging
driver with Ceilometer backend. User can change the driver, but
still needs to install collector/storage manually. This patch
introduces configuration option `OSPROFILER_COLLECTOR` which is
used to specify which collector/storage to install into DevStack.

Currently 2 values are supported:
 * `redis` to install Redis server and use Redis driver
 * &lt;empty&gt; to keep the default behavior and use messaging driver

To test the patch on DevStack, the following lines are needed in local.conf:
  enable_plugin osprofiler https://git.openstack.org/openstack/osprofiler refs/changes/06/527406/5
  OSPROFILER_BRANCH=refs/changes/06/527406/5
  OSPROFILER_COLLECTOR=redis

Change-Id: Ia9763605db95b3f35c8b0e51211f96ee0dd3a82d
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose connection_string parameter into DevStack plugin</title>
<updated>2017-06-14T12:58:47+00:00</updated>
<author>
<name>Ilya Shakhat</name>
<email>shakhat@gmail.com</email>
</author>
<published>2017-06-09T09:45:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/osprofiler.git/commit/?id=66d0607dd0780209cf9f280217d42b739286b187'/>
<id>66d0607dd0780209cf9f280217d42b739286b187</id>
<content type='text'>
With this patch the user can select which OSProfiler driver to use
in DevStack. The configuration parameter is `OSPROFILER_CONNECTION_STRING`.
Default empty value refers to Ceilometer-based driver (value `messaging://`).

DevStack plugin's README is updated to explain new option.

Change-Id: I608cd3e7bafd29db72e9e3e4cb8eb7437cd81ab2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this patch the user can select which OSProfiler driver to use
in DevStack. The configuration parameter is `OSPROFILER_CONNECTION_STRING`.
Default empty value refers to Ceilometer-based driver (value `messaging://`).

DevStack plugin's README is updated to explain new option.

Change-Id: I608cd3e7bafd29db72e9e3e4cb8eb7437cd81ab2
</pre>
</div>
</content>
</entry>
<entry>
<title>devstack: make option hmac_keys configurable</title>
<updated>2017-01-23T16:04:11+00:00</updated>
<author>
<name>Roman Podoliaka</name>
<email>rpodolyaka@mirantis.com</email>
</author>
<published>2017-01-23T16:01:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/osprofiler.git/commit/?id=5d4fd50facbbec8f4e2c0dda73b96ced4bd8deff'/>
<id>5d4fd50facbbec8f4e2c0dda73b96ced4bd8deff</id>
<content type='text'>
Let the Devstack users override the default value of option
`hmac_keys` by the means of the environment variable set in
local.conf.

Change-Id: I0241abc4129f2d0130246723b78c584d448870a2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Let the Devstack users override the default value of option
`hmac_keys` by the means of the environment variable set in
local.conf.

Change-Id: I0241abc4129f2d0130246723b78c584d448870a2
</pre>
</div>
</content>
</entry>
<entry>
<title>Add DevStack plugin</title>
<updated>2016-01-14T09:41:39+00:00</updated>
<author>
<name>Boris Pavlovic</name>
<email>boris@pavlovic.me</email>
</author>
<published>2016-01-12T21:34:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/osprofiler.git/commit/?id=a6cb3c08cc002829c51d944ce755ed828da6833a'/>
<id>a6cb3c08cc002829c51d944ce755ed828da6833a</id>
<content type='text'>
This allows us to automate enabling OSProfiler in OpenStack

Just add to DevStack localrc file:

enable_plugin ceilometer https://github.com/openstack/ceilometer
enable_plugin osprofiler https://github.com/openstack/osprofiler

Change-Id: I3607407dd506723c1aad6696ec98eaed8a8ddd9e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows us to automate enabling OSProfiler in OpenStack

Just add to DevStack localrc file:

enable_plugin ceilometer https://github.com/openstack/ceilometer
enable_plugin osprofiler https://github.com/openstack/osprofiler

Change-Id: I3607407dd506723c1aad6696ec98eaed8a8ddd9e
</pre>
</div>
</content>
</entry>
</feed>
