You've already forked postgres_exporter
mirror of
https://github.com/prometheus-community/postgres_exporter.git
synced 2025-08-09 15:42:47 +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 {
|
||||
emptyMaps[k] = intermediateMetricMap{
|
||||
map[string]ColumnMapping{},
|
||||
true,
|
||||
0,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user