Developer Resources |
Scout's plugin system lets you can quickly build a monitoring solution tailored to your needs. Learn how below. |
|---|
There are 3 ways to get metrics into Scout.
Pick the method that's easiest
for you:
| 1 |
Building a PluginPerfect for regularly checking the status of a particular system. Examples: Disk space used, CPU Load, Memory Usage. These are run by the agent every 3 minutes on the server. |
|---|---|
| 2 |
Using the Ruby APIThe easiest way to export metrics/benchmarks from a Ruby application, like benchmarking a method call or tracking user signups. Perfect for exporting metrics as they happen. |
| 3 |
Using the Scout Agent outside of RubySend commands to the Scout Agent from the command line - interact with the Scout Agent using any programming language. |
You can also get data out of Scout.
Learn how to integrate Scout into your existing monitoring systems - creating dashboards, RSS activity feeds, and more.