Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
gatherer - SprocGatherer: monitoring call counts for up to 4 last API…
Browse files Browse the repository at this point in the history
… schemas now (was 2) [#47]
  • Loading branch information
kmoppel committed Apr 28, 2015
1 parent af8f0de commit 284d3b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gatherer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>de.zalando.pgobserver</groupId>
<artifactId>pgobserver-gatherer</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<packaging>jar</packaging>
<name>de.zalando.pgobserver.pgobserver-gatherer</name>
<description>Console application the collects database statistics from target databases and stores these for analysis in pgobserver database.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public String getQuery(String schemaFilter) {
" FROM pg_namespace\n" +
" WHERE " + schemaFilter + "\n" +
" ) apis ( name, rank )\n" +
" where rank <= 2 )";
" where rank <= 4 )";

return sql;
}
Expand Down

0 comments on commit 284d3b4

Please sign in to comment.