Default config typo fix
This commit is contained in:
		
							parent
							
								
									f0357b7a12
								
							
						
					
					
						commit
						49988b15a3
					
				|  | @ -55,7 +55,7 @@ | ||||||
|   ## By default, precision will be set to the same timestamp order as the |   ## By default, precision will be set to the same timestamp order as the | ||||||
|   ## collection interval, with the maximum being 1s. |   ## collection interval, with the maximum being 1s. | ||||||
|   ## Precision will NOT be used for service inputs, such as logparser and statsd. |   ## Precision will NOT be used for service inputs, such as logparser and statsd. | ||||||
|   ## Valid values are "Nns", "Nus" (or "Nµs"), "Nms", "Ns". |   ## Valid values are "ns", "us" (or "µs"), "ms", "s". | ||||||
|   precision = "" |   precision = "" | ||||||
|   ## Run telegraf in debug mode |   ## Run telegraf in debug mode | ||||||
|   debug = false |   debug = false | ||||||
|  |  | ||||||
|  | @ -219,7 +219,7 @@ var header = `# Telegraf Configuration | ||||||
|   ## By default, precision will be set to the same timestamp order as the |   ## By default, precision will be set to the same timestamp order as the | ||||||
|   ## collection interval, with the maximum being 1s. |   ## collection interval, with the maximum being 1s. | ||||||
|   ## Precision will NOT be used for service inputs, such as logparser and statsd. |   ## Precision will NOT be used for service inputs, such as logparser and statsd. | ||||||
|   ## Valid values are "Nns", "Nus" (or "Nµs"), "Nms", "Ns". |   ## Valid values are "ns", "us" (or "µs"), "ms", "s". | ||||||
|   precision = "" |   precision = "" | ||||||
|   ## Run telegraf in debug mode |   ## Run telegraf in debug mode | ||||||
|   debug = false |   debug = false | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue