RUM OpenTelemetry Assets
| Version | 0.0.2
|
| Subscription level What's this? |
Basic |
| Developed by What's this? |
Elastic |
| Minimum Kibana version(s) | 9.2.1 |
To use beta 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:
- page load and visits: these metrics are calculated from the telemetry captured by
@opentelemetry/instrumentation-document-loadinstrumentation. - errors: the top errors are calculated from the telemetry captured by
@opentelemetry/instrumentation-web-exceptioninstrumentation.
You should have both 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.
- In the top search bar in Kibana, search for Dashboards.
- In the search bar, type OpenTelemetry RUM JS.
- 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. You can search for the in discover with the filter
telemetry.sdk.language : "webjs" - The
APMdata view is present. You can check for it in Stack Management -> Data Views
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.
Changelog
| Version | Details | Minimum Kibana version |
|---|---|---|
| 0.0.2 | Bug fix (View pull request) Fix filters on metrics and errors panels |
9.2.1 |
| 0.0.1 | Enhancement (View pull request) Initial draft of the package |
9.2.1 |