You've already forked postgres_exporter
mirror of
https://github.com/prometheus-community/postgres_exporter.git
synced 2025-11-25 10:43:13 +03:00
fix integration test
This commit is contained in:
@@ -117,6 +117,7 @@ func (s *IntegrationSuite) TestUnknownMetricParsingDoesntCrash(c *C) {
|
|||||||
for k := range exporter.builtinMetricMaps {
|
for k := range exporter.builtinMetricMaps {
|
||||||
emptyMaps[k] = intermediateMetricMap{
|
emptyMaps[k] = intermediateMetricMap{
|
||||||
map[string]ColumnMapping{},
|
map[string]ColumnMapping{},
|
||||||
|
true,
|
||||||
0,
|
0,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user