Skip to content

Commit

Permalink
chore: add JVM dashboard link to doc (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
makeavish authored Oct 17, 2024
1 parent b40fbeb commit e9d6899
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion data/docs/tutorial/jvm-metrics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,13 @@ You can read more on how to expose Prometheus metric from <a href = "https://doc
sudo docker compose -f docker-compose.yaml restart otel-collector
```

3. **Go to SigNoz dashboard and plot metrics you want**
3. **Import SigNoz JVM dashboard**

Download the [JVM dashboard JSON](https://github.com/SigNoz/dashboards/tree/main/jvm) and import it in SigNoz.

To import the dashboard, go to the `Dashboards` in your SigNoz tenant and click on the `New Dashboard` button. Then click on `Import JSON` and select the JSON file or paste the JSON in the text box.

4. **(Optional) Plot metrics you want in a custom dashboard**

[Creating metrics dashboard in SigNoz](https://signoz.io/docs/userguide/dashboards/)

Expand Down

0 comments on commit e9d6899

Please sign in to comment.