Skip to content

Commit

Permalink
Release 0.9.0rc8.
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl committed Jul 8, 2016
1 parent 9009925 commit f7ad287
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.9.0rc8 2016-07-08

* Significant restructuring of the codebase
* We're now sending data using the protocol buffers format
* Snapshot data is directly uploaded to S3
* Query, table and system statistics are diff-ed on the client side
* Support for monitoring system metrics on self-hosted systems is added again
* New safety mechanisms against stuck/slow collector runs


## 0.9.0rc7 2016-04-14

* Add support for RDS enhanced monitoring
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func main() {
if testRun {
globalCollectionOpts.CollectorApplicationName = "pganalyze_test_run"
} else {
globalCollectionOpts.CollectorApplicationName = "pganalyze_protobuf" // FIXME
globalCollectionOpts.CollectorApplicationName = "pganalyze_collector"
}

if pidFilename != "" {
Expand Down

0 comments on commit f7ad287

Please sign in to comment.