feat: update etc/telegraf.conf and etc/telegraf_windows.conf (#10805)
Co-authored-by: Tiger Bot <>
This commit is contained in:
parent
40ed7fb693
commit
21fd54c77c
|
|
@ -7971,6 +7971,11 @@
|
|||
# ## You probably want to make sure you have TLS configured above for this.
|
||||
# # basic_username = "foobar"
|
||||
# # basic_password = "barfoo"
|
||||
#
|
||||
# ## Influx line protocol parser
|
||||
# ## 'internal' is the default. 'upstream' is a newer parser that is faster
|
||||
# ## and more memory efficient.
|
||||
# # parser_type = "internal"
|
||||
|
||||
|
||||
# # Generic HTTP write listener
|
||||
|
|
@ -8061,6 +8066,11 @@
|
|||
# ## You probably want to make sure you have TLS configured above for this.
|
||||
# # basic_username = "foobar"
|
||||
# # basic_password = "barfoo"
|
||||
#
|
||||
# ## Influx line protocol parser
|
||||
# ## 'internal' is the default. 'upstream' is a newer parser that is faster
|
||||
# ## and more memory efficient.
|
||||
# # parser_type = "internal"
|
||||
|
||||
|
||||
# # Accept metrics over InfluxDB 2.x HTTP API
|
||||
|
|
@ -8090,6 +8100,11 @@
|
|||
# ## Optional token to accept for HTTP authentication.
|
||||
# ## You probably want to make sure you have TLS configured above for this.
|
||||
# # token = "some-long-shared-secret-token"
|
||||
#
|
||||
# ## Influx line protocol parser
|
||||
# ## 'internal' is the default. 'upstream' is a newer parser that is faster
|
||||
# ## and more memory efficient.
|
||||
# # parser_type = "internal"
|
||||
|
||||
|
||||
# # Intel Performance Monitoring Unit plugin exposes Intel PMU metrics available through Linux Perf subsystem
|
||||
|
|
|
|||
|
|
@ -7933,6 +7933,11 @@
|
|||
# ## You probably want to make sure you have TLS configured above for this.
|
||||
# # basic_username = "foobar"
|
||||
# # basic_password = "barfoo"
|
||||
#
|
||||
# ## Influx line protocol parser
|
||||
# ## 'internal' is the default. 'upstream' is a newer parser that is faster
|
||||
# ## and more memory efficient.
|
||||
# # parser_type = "internal"
|
||||
|
||||
|
||||
# # Generic HTTP write listener
|
||||
|
|
@ -8023,6 +8028,11 @@
|
|||
# ## You probably want to make sure you have TLS configured above for this.
|
||||
# # basic_username = "foobar"
|
||||
# # basic_password = "barfoo"
|
||||
#
|
||||
# ## Influx line protocol parser
|
||||
# ## 'internal' is the default. 'upstream' is a newer parser that is faster
|
||||
# ## and more memory efficient.
|
||||
# # parser_type = "internal"
|
||||
|
||||
|
||||
# # Accept metrics over InfluxDB 2.x HTTP API
|
||||
|
|
@ -8052,6 +8062,11 @@
|
|||
# ## Optional token to accept for HTTP authentication.
|
||||
# ## You probably want to make sure you have TLS configured above for this.
|
||||
# # token = "some-long-shared-secret-token"
|
||||
#
|
||||
# ## Influx line protocol parser
|
||||
# ## 'internal' is the default. 'upstream' is a newer parser that is faster
|
||||
# ## and more memory efficient.
|
||||
# # parser_type = "internal"
|
||||
|
||||
|
||||
# # Read JTI OpenConfig Telemetry from listed sensors
|
||||
|
|
|
|||
Loading…
Reference in New Issue