Skip to content

Commit

Permalink
Update docs for updated collector output
Browse files Browse the repository at this point in the history
  • Loading branch information
msakrejda committed Nov 29, 2023
1 parent f36ebf0 commit f5c9df0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions collector/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ There are three different types of snapshots that are sent to the pganalyze app.
Successful submissions are logged as follows:

```
Submitted compact activity snapshot successfully
Submitted compact logs snapshot successfully
Submitted snapshot successfully
Submitted compact snapshots successfully: 5 activity, 2 logs
Submitted full snapshot successfully
```

These snapshots include metrics and metadata collected according to specific schedules and serve the following purposes:
Expand Down
2 changes: 1 addition & 1 deletion components/CollectorLogTest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ I Successfully reloaded pganalyze collector (PID 123)`
<p>
To apply the configuration, restart the container for the pganalyze
collector. You can confirm whether the configuration is correct by
watching for a "Submitted compact log snapshot successfully" message
watching for a "Submitted compact snapshots successfully" message
in the container log output.
</p>
)
Expand Down
4 changes: 2 additions & 2 deletions install/amazon_rds/05_configure_the_collector_ecs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@ $ aws logs get-log-events --log-group-name /ecs/pganalyze --log-stream-name pgan
{
"ingestionTime": 1564856657429,
"timestamp": 1564856653493,
"message": "I [default] Submitted compact activity snapshot successfully"
"message": "I [default] Submitted compact snapshots successfully: 5 activity, 2 logs"
},
```

The `Submitted compact activity snapshot successfully` message indicates that you have
The `Submitted compact snapshots successfully` message indicates that you have
configured the collector correctly.

**Your setup is complete. The dashboard will start showing data within 15 minutes.**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ heroku logs -a [your-collector-app-name] -t
If the collector was able to match the log data to the correct database, you will see a log line like this after about a minute:

```
2018-05-20T21:22:19.854980+00:00 app[web.1]: I [TESTAPP_URL] Submitted compact logs snapshot successfully
2018-05-20T21:22:19.854980+00:00 app[web.1]: I [TESTAPP_URL] Submitted compact snapshots successfully: 2 activity, 1 logs
```

<PublicOnly>
Expand Down

0 comments on commit f5c9df0

Please sign in to comment.