Skip to content

Commit

Permalink
tag support
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhemmarchand committed Jan 12, 2019
1 parent 1919be2 commit 6376d20
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions docs/kafka_monitoring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ The recommendation is to rely either on Splunk HEC or TCP inputs to forward Tele

::

[global_tags]
# the env tag is used by the application for multi-environments management
env = "my_env"
# the label tag is an optional tag used by the application that you can use as additional label for the services or infrastructure
label = "my_env_label"

[agent]
interval = "10s"
flush_interval = "10s"
Expand Down Expand Up @@ -256,6 +262,12 @@ Full telegraf.conf example

::

[global_tags]
# the env tag is used by the application for multi-environments management
env = "my_env"
# the label tag is an optional tag used by the application that you can use as additional label for the services or infrastructure
label = "my_env_label"

[agent]
interval = "10s"
flush_interval = "10s"
Expand Down Expand Up @@ -337,6 +349,12 @@ Full telegraf.conf example

::

[global_tags]
# the env tag is used by the application for multi-environments management
env = "my_env"
# the label tag is an optional tag used by the application that you can use as additional label for the services or infrastructure
label = "my_env_label"

[agent]
interval = "10s"
flush_interval = "10s"
Expand Down Expand Up @@ -496,6 +514,12 @@ Full telegraf.conf example

::

[global_tags]
# the env tag is used by the application for multi-environments management
env = "my_env"
# the label tag is an optional tag used by the application that you can use as additional label for the services or infrastructure
label = "my_env_label"

[agent]
interval = "10s"
flush_interval = "10s"
Expand Down Expand Up @@ -596,6 +620,12 @@ As a builtin configuration, the kafka-monitor implements a jolokia agent, so col

::

[global_tags]
# the env tag is used by the application for multi-environments management
env = "my_env"
# the label tag is an optional tag used by the application that you can use as additional label for the services or infrastructure
label = "my_env_label"

[agent]
interval = "10s"
flush_interval = "10s"
Expand Down Expand Up @@ -680,6 +710,12 @@ Full telegraf.conf example

::

[global_tags]
# the env tag is used by the application for multi-environments management
env = "my_env"
# the label tag is an optional tag used by the application that you can use as additional label for the services or infrastructure
label = "my_env_label"

[agent]
interval = "10s"
flush_interval = "10s"
Expand Down Expand Up @@ -772,6 +808,12 @@ Full telegraf.conf example

::

[global_tags]
# the env tag is used by the application for multi-environments management
env = "my_env"
# the label tag is an optional tag used by the application that you can use as additional label for the services or infrastructure
label = "my_env_label"

[agent]
interval = "10s"
flush_interval = "10s"
Expand Down Expand Up @@ -859,6 +901,12 @@ Full telegraf.conf example

::

[global_tags]
# the env tag is used by the application for multi-environments management
env = "my_env"
# the label tag is an optional tag used by the application that you can use as additional label for the services or infrastructure
label = "my_env_label"

[agent]
interval = "10s"
flush_interval = "10s"
Expand Down

0 comments on commit 6376d20

Please sign in to comment.