Skip to content

Commit

Permalink
Merge pull request mozilla-services#1729 from mozilla-services/carbon…
Browse files Browse the repository at this point in the history
…_line_docs

Wire the schema_carbon_line encoder up to the config docs.
  • Loading branch information
Mike Trinkala committed Sep 14, 2015
2 parents 4bce24b + ca22fb8 commit d501394
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/source/config/encoders/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Available Encoder Plugins
protobuf
rst
sandbox
schema_carbon_line
schema_influx
schema_influx_line
statmetric_influx
3 changes: 3 additions & 0 deletions docs/source/config/encoders/index_noref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ Encoders
.. include:: /config/encoders/sandbox.rst
:start-line: 1

.. include:: /config/encoders/schema_carbon_line.rst
:start-line: 1

.. include:: /config/encoders/schema_influx.rst
:start-line: 1

Expand Down
13 changes: 13 additions & 0 deletions docs/source/config/encoders/schema_carbon_line.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.. _config_schema_carbon_line_encoder:

Schema Carbon Line Encoder
==========================

.. versionadded:: 0.10

| Plugin Name: **SandboxEncoder**
| File Name: **lua_encoders/schema_carbon_line.lua**
.. include:: /../../sandbox/lua/encoders/schema_carbon_line.lua
:start-after: --[=[
:end-before: --]=]
4 changes: 2 additions & 2 deletions docs/source/sandbox/encoder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ESPayloadEncoder
:end-before: --]]

Schema Carbon Line Encoder
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^
.. include:: /../../sandbox/lua/encoders/schema_carbon_line.lua
:start-after: --[=[
:end-before: --]=]
Expand All @@ -39,7 +39,7 @@ Schema InfluxDB Encoder
:end-before: --]=]

Schema InfluxDB Line Encoder
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. include:: /../../sandbox/lua/encoders/schema_influx_line.lua
:start-after: --[=[
:end-before: --]=]
Expand Down

0 comments on commit d501394

Please sign in to comment.