Skip to content

Commit

Permalink
Disable export_timestamp by default in prometheus output
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnelson committed Feb 14, 2019
1 parent 7e91336 commit ab1a1b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/outputs/prometheus_client/prometheus_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit ab1a1b0

Please sign in to comment.