Toolbox Enterprise Preview.9 Help

View analytics and reports

Toolbox Enterprise automatically collects the following data from the connected IDEs:

  • Anonymous feature usage statistics as JSON files

  • IDE error information (exceptions, freezes)

The collected data is stored in the connected Object Storage (an AWS S3-compatible bucket). You can use third-party tools to process this data. In this scenario, the reports are written to the S3-compatible bucket under the analytics/batch_ID path. Event logs are stored as JSONs, and information about UI freezes – as ZIP files.

You can access the preferred S3-compatible storage using the Big Data Tools plugin or the means provided by your cloud vendor (for example, Minio Web UI).

In addition to the manual data collection possibilities, the Toolbox Enterprise Server offers built-in analytics on top of the collected data:

  • IDE versions in use

    IDE versions in use
  • Names and versions of custom IDE plugins in use

    Plugin versions in use
  • Bundled IDE plugins that were disabled

    Bundled plugins that were disabled
  • OS types and versions

    OS versions in use
  • Recent IDE errors (exceptions)

    Recent exceptions
  • Recent freezes

    Recent freezes
  • Code Completion performance APDEX metrics

    APDEX metrics

View error details

  1. Go to the Analytics page and select the Errors tab on the left-side pane.

    Recent exceptions
  2. Double-click the row with a particular error to see the report in details.

    Similar error reports are grouped together. You can check the number of times the error occurred in the Reports column.

  3. In the opened page, you can get acquainted with error details, download a stacktrace and zip-archive with the metadata. You can use these details, for example, to report an issue to JetBrains or to resolve the problems within your own plugin.

    Error report details

View freeze details

  1. Go to the Analytics page and select the Freezes tab on the left-side pane.

    Recent freezes
  2. Double-click the row with a particular freeze to view its details.

  3. In the opened page, you can check the freeze details, including its duration, timestamp, and the report itself.

    Click Download freeze to download a zip-archive containing the related metadata and freeze details.

    Freeze report details
Last modified: 16 April 2024