ObserveNow
...
Integrations
Frontend Monitoring

Web application Instrumentation

Overview

OpsVerse Observe Frontend Monitoring provides a seamless way to collect logs, traces and metrics from web application frontends and bring them into your ObserveNow instance. This allows complete visibility into all aspects of your stack, and ensures you can use a single software stack to provide end to end observability.

Setup

OpsVerse Frontend Monitoring works seamlessly with the Grafana Faro SDK so to enable frontend-monitoring, you can use the Faro SDK

Install the Faro Web SDK package using the following command:

Shell


or

Shell


Import and Initialize the package by including the following code snippet to your application:

For HTML and Javascript based application:

JS


Enable Tracing

To enable frontend-tracing support, you can use the Grafana Faro Tracing SDK using the following command:

Shell


or

Shell


and then update the initialization to also enable TracingInstrumentation

JS


Once you run your application you should see application logs and traces being exported to the provided collector URL in the console/network tab of the browser developer tools.

Note: For more advanced, granular controls, please refer to the Grafana Faro SDK documentation.

Visualization

OpsVerse ObserveNow comes pre-baked with a Frontend Monitoring Dashboard that you can use as a starting point to visualize your frontend performance.

Frontend Monitoring Dashboard
Frontend Monitoring Dashboard