Disable export_timestamp by default in prometheus output

This commit is contained in:
Daniel Nelson 2019-02-14 15:09:12 -08:00
parent 7e91336c54
commit ab1a1b075d
No known key found for this signature in database
GPG Key ID: CAAD59C9444F6155
1 changed files with 0 additions and 1 deletions

View File

@ -511,7 +511,6 @@ func init() {
return &PrometheusClient{
ExpirationInterval: internal.Duration{Duration: time.Second * 60},
StringAsLabel: true,
ExportTimestamp: true,
fam: make(map[string]*MetricFamily),
now: time.Now,
}