feat: update configs (#10334)
This commit is contained in:
parent
911c0a9db6
commit
0cedc36729
|
|
@ -6671,6 +6671,15 @@
|
|||
# sub_tables=[".1.3.6.1.2.1.2.2.1.13", "bytes_recv", "bytes_send"]
|
||||
|
||||
|
||||
# # Gather indicators from established connections, using iproute2's `ss` command.
|
||||
# [[inputs.socketstat]]
|
||||
# ## ss can display information about tcp, udp, raw, unix, packet, dccp and sctp sockets
|
||||
# ## List of protocol types to collect
|
||||
# # protocols = [ "tcp", "udp" ]
|
||||
# ## The default timeout of 1s for ss execution can be overridden here:
|
||||
# # timeout = "1s"
|
||||
|
||||
|
||||
# # Read stats from one or more Solr servers or cores
|
||||
# [[inputs.solr]]
|
||||
# ## specify a list of one or more Solr servers
|
||||
|
|
|
|||
Loading…
Reference in New Issue