Setup Grafana Integration with Harper
Grafana is an observability platform for monitoring and visualizing metrics, logs, and traces. Harper provides a plugin to integrate with Grafana for enhanced analytics and visualization capabilities.
To install the Harper Grafana integration:
- Navigate to Harper's plug-in inside the Grafana marketplace.
- Sign-in to your Grafana account. If you do not have an account, you will need to create one.
- Click the "Get plugin" button.
Installing on a Local/Self-Hosted Grafana Instance
- Follow the steps under "Installing on a local Grafana"
Connect to Harper
- Navigate to your Grafana instance URL specified under
Installing Harper on Grafana Cloud. - On the left sidebar, click the
Connectionsnavigation link and selectAdd new connection - In the search bar, type
Harperto filter the list of available data source plugins. - On the top right corner, click the
Add new data sourcebutton. - You will be directed to the
Settingspage for the new data source. Configure the following settings:- Name: Provide a name for the data source (e.g.,
My Fabric Cluster Analytics). - Operations API URL: Enter the URL to your Harper Fabric cluster's operations API
- Found in Harper Fabric Studio navigating to the cluster:
- Clicking the three dots and selecting
Copy API Url.
- Clicking the three dots and selecting
- Add
:9925to the end of the URL if not already present.
- Found in Harper Fabric Studio navigating to the cluster:
- Username: Enter a username with permission to use the analytics ops in the Operations API.
- Password: Enter the password for the specified username.
- Name: Provide a name for the data source (e.g.,
- Click the
Save & Testbutton to save the data source configuration and test the connection. You should see a message indicating that the data source is working.
Building Dashboards
Once the Harper data source is configured, you can start building dashboards in Grafana.
Explore
- Click on the
Explorenavigation link in the left sidebar. - You can now create queries using the Harper data source to visualize your Harper Fabric cluster metrics and logs. Reference the Harper Analytics Operations for more details on available metrics and query options.