1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-08-06 17:22:43 +03:00

Start building out the packages.

This commit is contained in:
Will Rouesnel
2020-03-01 01:20:42 +11:00
parent 6fcfe4041a
commit 3ccdfc0777
20 changed files with 673 additions and 608 deletions

View File

@@ -43,4 +43,4 @@ func parseUserQueries(content []byte) (map[string]intermediateMetricMap, map[str
}
}
return metricMaps, newQueryOverrides, nil
}
}