Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions doc/admin-guide/plugins/stats_over_http.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,12 @@ default URL::

where host and port is the hostname/IP and port number of the server.



Plugin Options
==============


.. option:: --integer-counters

This option causes the plugin to emit floating point and integral
Expand Down Expand Up @@ -104,3 +107,7 @@ if you wish to have it in CSV format you can do so by passing an ``Accept`` head

In either case the ``Content-Type`` header returned by stats_over_http.so will reflect
the content that has been returned, either ``text/json`` or ``text/csv``.

.. option:: Accept-encoding: gzip, br

Stats over http also accepts returning data in gzip or br compressed format
2 changes: 1 addition & 1 deletion plugins/stats_over_http/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

pkglib_LTLIBRARIES += stats_over_http/stats_over_http.la
stats_over_http_stats_over_http_la_SOURCES = stats_over_http/stats_over_http.c
stats_over_http_stats_over_http_la_SOURCES = stats_over_http/stats_over_http.cc

stats_over_http_stats_over_http_la_LDFLAGS = \
$(AM_LDFLAGS) $(BROTLIENC_LIB) $(LIBZ)
Expand Down
Loading