Disable export_timestamp by default in prometheus output
This commit is contained in:
parent
7e91336c54
commit
ab1a1b075d
|
@ -511,7 +511,6 @@ func init() {
|
||||||
return &PrometheusClient{
|
return &PrometheusClient{
|
||||||
ExpirationInterval: internal.Duration{Duration: time.Second * 60},
|
ExpirationInterval: internal.Duration{Duration: time.Second * 60},
|
||||||
StringAsLabel: true,
|
StringAsLabel: true,
|
||||||
ExportTimestamp: true,
|
|
||||||
fam: make(map[string]*MetricFamily),
|
fam: make(map[string]*MetricFamily),
|
||||||
now: time.Now,
|
now: time.Now,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue