|  | ||
|---|---|---|
| .. | ||
| README.md | ||
| date.go | ||
| date_test.go | ||
		
			
				
				README.md
			
		
		
			
			
		
	
	Date Processor Plugin
Use the date processor to add the metric timestamp as a human readable tag.
A common use is to add a tag that can be used to group by month or year.
A few example usecases include:
- consumption data for utilities on per month basis
- bandwith capacity per month
- compare energy production or sales on a yearly or monthly basis
Configuration
[[processors.date]]
  ## New tag to create
  tag_key = "month"
  ## Date format string, must be a representation of the Go "reference time"
  ## which is "Mon Jan 2 15:04:05 -0700 MST 2006".
  date_format = "Jan"
Example
- throughput lower=10i,upper=1000i,mean=500i 1560540094000000000
+ throughput,month=Jun lower=10i,upper=1000i,mean=500i 1560540094000000000