previous      content      next
Data storage

Data storage allows you to uniformly record the following information for each event:

  • Where it happened: stack trace, thread
  • When it happened: process uptime and thread CPU time
  • Arbitrary numerical or text information associated with the event. For example, this can be a number of bytes written to a stream, or an URL string of request being processed etc. - you can record whatever you want.

This information will be available as telemetry when you connect to the monitored application, as well as saved in captured snapshots.

The UI will provide rich set of tools to analyze the gathered information, or to export it for external processing.

Although it is intended to use the storage to gather information, if you wish you can also store it your own way, e.g. write it to your application's log, to a file or simply write to console.

previous      content      next