Disable export_timestamp by default in prometheus output
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user