Skip to content

Commit 6c85a4b

Browse files
authored
README: add image to configuration doc
1 parent 6147740 commit 6c85a4b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/sphinx/configuration.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Collector configuration
22
=======================
33

4+
.. image:: img/configuration.svg
5+
:width: 60%
6+
:align: right
7+
48
IPFIXcol is designed to be easily extensible by input, intermediate and output plugins.
59
Therefore, the startup configuration of the collector consists of 3 parts, each for one type of
610
plugins, as illustrated below. The collector typically receives data from exporters and stores
@@ -193,4 +197,4 @@ Even instances of the same plugin can run concurrently. However, instances must
193197
different configurations. For example, instances of output plugins should not write to the same
194198
directory, instances of input plugins cannot listen on the same port and interface, etc.
195199

196-
Just like everywhere else your collector is as fast as the slowest plugin in the configuration.
200+
Just like everywhere else your collector is as fast as the slowest plugin in the configuration.

0 commit comments

Comments
 (0)