docs: Update etc/telegraf.conf and etc/telegraf_windows.conf (#11992)
This commit is contained in:
parent
85b7590ff9
commit
ee3bc36c1e
|
|
@ -747,6 +747,12 @@
|
|||
# ## and field, exist the tag is preferred.
|
||||
# # partition_key = ""
|
||||
#
|
||||
# ## Set the maximum batch message size in bytes
|
||||
# ## The allowable size depends on the Event Hub tier
|
||||
# ## See: https://learn.microsoft.com/azure/event-hubs/event-hubs-quotas#basic-vs-standard-vs-premium-vs-dedicated-tiers
|
||||
# ## Setting this to 0 means using the default size from the Azure Event Hubs Client library (1000000 bytes)
|
||||
# # max_message_size = 1000000
|
||||
#
|
||||
# ## Data format to output.
|
||||
# ## Each data format has its own unique set of configuration options, read
|
||||
# ## more about them here:
|
||||
|
|
|
|||
|
|
@ -747,6 +747,12 @@
|
|||
# ## and field, exist the tag is preferred.
|
||||
# # partition_key = ""
|
||||
#
|
||||
# ## Set the maximum batch message size in bytes
|
||||
# ## The allowable size depends on the Event Hub tier
|
||||
# ## See: https://learn.microsoft.com/azure/event-hubs/event-hubs-quotas#basic-vs-standard-vs-premium-vs-dedicated-tiers
|
||||
# ## Setting this to 0 means using the default size from the Azure Event Hubs Client library (1000000 bytes)
|
||||
# # max_message_size = 1000000
|
||||
#
|
||||
# ## Data format to output.
|
||||
# ## Each data format has its own unique set of configuration options, read
|
||||
# ## more about them here:
|
||||
|
|
|
|||
Loading…
Reference in New Issue