Loading

RUM OpenTelemetry Assets

Version 0.0.3 (View all)
Subscription level
What's this?
Basic
Developed by
What's this?
Elastic
Minimum Kibana version(s) 9.4.0
The RUM OpenTelemetry Assets integration v0.0.3 is in technical preview

To use pre-release integrations, go to the Integrations page in Kibana, scroll down, and toggle on the Display beta integrations option.

Use this package to get a dashboard which displays metrics from your web applications instrumented by Opentelemetry JS SDK. The metrics diplayed are:

You should have all instrumentations enabled in your web application to get the metrics populated in this dashboard.

This package has ben tested with OpenTelemetry JS SDK 2.2.0 and with OpenTelemetry semantic conventions 1.38.0. It should work with later versions as long as there are no breaking changes in browser.* namespace of semantic conventions.

This package will show metrics only if you are monitoring web applications with OpenTelemetry JS SDK. If you are new to OpenTelemetry RUM you can check the guide on how to start with the Elastic stack.

  1. In the top search bar in Kibana, search for Dashboards.
  2. In the search bar, type OpenTelemetry RUM JS.
  3. Select a dashboard for the dataset you are collecting, and verify the dashboard information is populated.

If you do not see data in the dashboard make sure that:

  • Elastic search has recevied the documents from Opentelemetry JS SDK. You can search for them in discover with the filter telemetry.sdk.language : "webjs"
  • You can run more detailed searches to ensure the data is available for specific sections of the dashboard:
    • use the filter scope.name : "@opentelemetry/instrumentation-document-load" to check if the data for page load metrics is present.
    • use the filter scope.name : "@opentelemetry/instrumentation-web-exception" to check if the data for error metrics is present.
    • use the filter scope.name : "@opentelemetry/instrumentation-web-vitals" to check if the data for web vitals metrics is present.

This integration includes one or more Kibana dashboards that visualizes the data collected by the integration. The screenshots below illustrate how the ingested data is displayed.