Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »


inspectIT provides a set of preconfigured dashboards that can be imported into a Grafana instance to visualize inspectIT data out of the box.

Preconfigure Datasource in Grafana

The default dashboards provided on this page have been created with Grafana version 3.1.1. These dashboards may be incompatible with other Grafana versions.

To use the default dashboards, the data source must be configured correctly. Therefore follow these configuration steps

  1. Enter the administration screen (Grafana icon)
  2. Select Data Sources → Add new
  3. Enter the following data:
    • Name: inspectit-influx (use exactly this name to make the dashboards work out of the box)
    • Type: Choose InfluxDB
    • Default: Make this checked
    • URL: http://<INFLUX_HOST>:<INFLUX_HTTP_PORT>
    • Access: Choose proxy
    • Basic Auth: unselected
    • Database: inspectit 
    • User: root
    • Password: root (or the password you set on the installation of the longterm database)

Make sure the data entered above is consistent with the configuration described in Long-term Data Persistence Configuration. In particular, if you used other values for the database name, user, password, etc. then also configure Grafana respectively.

Available Default Dashboards

To import a dashboard to Grafana switch to the dashboards view and select Import in the dashboard navigation menu. Then upload the corresponding JSON file.

The following table shows an overview on default Grafana dashboards provided by inspectIT:

NameDashboard FileDescriptionScreenshot
Business TransactionsBusinessTrnasactionsDashboard.json

Shows an overview on business transaction timings.

Allows to select individual business transactions to view detailed graphs on some related metrics (response time, throughput, number of normal and slow requests)

JVM InformationJVMInformation.jsonShows JVM and System related information depending on the selected agent. This includes CPU utilization of the Java process, memory (heap, non-heap) consumption, thread count, loaded class count and some general JVM infomation.

System OverviewSystemOverview.jsonShows a quick overview over CPU and memory consumption for all selected agents.

HTTP EndpointsHTTPEndpoints.jsonShows timings of HTTP endpoints.

MethodsMethods.jsonShows Response Time and CPU Time of methods for which charting has been enabled in the instrumentation configuration of inspectIT.

EUM SummaryShows an overview with several End-User-Experience Metrics captured using the Javascript End User Monitoring.

EUM Focus on Single PageDisplays EUM performance details filtered based on a selectable page URL.

EUM 3rd Party Resources OverviewShows details on how 3rd Party content slows down the page loading times.

  • No labels