Skip to content

Commit

Permalink
feat: update configs (#10490)
Browse files Browse the repository at this point in the history
  • Loading branch information
telegraf-tiger[bot] authored Jan 21, 2022
1 parent 26a33a9 commit 10ef264
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions etc/telegraf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4312,25 +4312,25 @@
# [[inputs.graylog]]
# ## API endpoint, currently supported API:
# ##
# ## - multiple (Ex http://<host>:12900/system/metrics/multiple)
# ## - namespace (Ex http://<host>:12900/system/metrics/namespace/{namespace})
# ## - multiple (e.g. http://<host>:9000/api/system/metrics/multiple)
# ## - namespace (e.g. http://<host>:9000/api/system/metrics/namespace/{namespace})
# ##
# ## For namespace endpoint, the metrics array will be ignored for that call.
# ## Endpoint can contain namespace and multiple type calls.
# ##
# ## Please check http://[graylog-server-ip]:12900/api-browser for full list
# ## Please check http://[graylog-server-ip]:9000/api/api-browser for full list
# ## of endpoints
# servers = [
# "http://[graylog-server-ip]:12900/system/metrics/multiple",
# "http://[graylog-server-ip]:9000/api/system/metrics/multiple",
# ]
#
# ## Set timeout (default 5 seconds)
# # timeout = "5s"
#
# ## Metrics list
# ## List of metrics can be found on Graylog webservice documentation.
# ## Or by hitting the the web service api at:
# ## http://[graylog-host]:12900/system/metrics
# ## Or by hitting the web service api at:
# ## http://[graylog-host]:9000/api/system/metrics
# metrics = [
# "jvm.cl.loaded",
# "jvm.memory.pools.Metaspace.committed"
Expand Down
12 changes: 6 additions & 6 deletions etc/telegraf_windows.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4250,25 +4250,25 @@
# [[inputs.graylog]]
# ## API endpoint, currently supported API:
# ##
# ## - multiple (Ex http://<host>:12900/system/metrics/multiple)
# ## - namespace (Ex http://<host>:12900/system/metrics/namespace/{namespace})
# ## - multiple (e.g. http://<host>:9000/api/system/metrics/multiple)
# ## - namespace (e.g. http://<host>:9000/api/system/metrics/namespace/{namespace})
# ##
# ## For namespace endpoint, the metrics array will be ignored for that call.
# ## Endpoint can contain namespace and multiple type calls.
# ##
# ## Please check http://[graylog-server-ip]:12900/api-browser for full list
# ## Please check http://[graylog-server-ip]:9000/api/api-browser for full list
# ## of endpoints
# servers = [
# "http://[graylog-server-ip]:12900/system/metrics/multiple",
# "http://[graylog-server-ip]:9000/api/system/metrics/multiple",
# ]
#
# ## Set timeout (default 5 seconds)
# # timeout = "5s"
#
# ## Metrics list
# ## List of metrics can be found on Graylog webservice documentation.
# ## Or by hitting the the web service api at:
# ## http://[graylog-host]:12900/system/metrics
# ## Or by hitting the web service api at:
# ## http://[graylog-host]:9000/api/system/metrics
# metrics = [
# "jvm.cl.loaded",
# "jvm.memory.pools.Metaspace.committed"
Expand Down

0 comments on commit 10ef264

Please sign in to comment.