Skip to content

Commit 35af70d

Browse files
committed
- edits
1 parent 4df15d4 commit 35af70d

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.rst

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,18 @@ for these into different sections. To set up this program name, add
172172
With the above URL, all Python processes that use this URL on a single host
173173
will aggregate their connection use statistics under the name ``nova_api``.
174174

175+
Startup
176+
^^^^^^^
177+
178+
After the URL is configured, the vast majority of applications probably
179+
need to be restarted for the change to take effect.
180+
181+
The plugin will transparently spawn a background thread for each individual process
182+
that starts up which also connects to the database (don't worry, these work
183+
if you are using gevent, eventlet, asyncio, gunicorn, etc. threads are your
184+
friend).
185+
186+
175187
TODO
176188
^^^^
177189

@@ -182,13 +194,6 @@ Of course we can report on the raw subprocess identifiers as well but this
182194
doesn't appear to be that useful.
183195

184196

185-
The plugin will transparently spawn a background thread for each individual process
186-
that starts up which also connects to the database (don't worry, these work
187-
if you are using gevent, eventlet, asyncio, gunicorn, etc. threads are your
188-
friend and they miss you very much!).
189-
190-
After the URL is configured, the vast majority of applications probably
191-
need to be restarted for the change to take effect.
192197

193198
Server
194199
------

0 commit comments

Comments
 (0)