Skip to content

Commit ef86571

Browse files
authored
Merge pull request #41 from Nasruddin/revamp
Revamp
2 parents 2b9f2ed + 8ebbc0c commit ef86571

File tree

6 files changed

+14
-5
lines changed

6 files changed

+14
-5
lines changed

README.md

+14-5
Original file line numberDiff line numberDiff line change
@@ -548,15 +548,10 @@ level=info ts=2025-03-12T00:15:16.42224564Z caller=lifecycler.go:677 msg="not lo
548548
level=info ts=2025-03-12T00:15:16.42315586Z caller=lifecycler.go:704 msg="instance not found in ring, adding with no tokens" ring=ingester
549549
level=info ts=2025-03-12T00:15:16.423323314Z caller=app.go:205 msg="Tempo started"
550550
```
551-
- **Grafana**
552-
- http://grafana.local
553-
- Import Dashboard json from grafana-dashboard/
554551
555552
# Guide to Grafana
556553
### Accessing Loki, Tempo, Prometheus, and Dashboards in Grafana
557554
558-
---
559-
560555
## Step 1: Log In to Grafana
561556
1. Open your browser and go to your Grafana instance (e.g., `http://localhost:3000`).
562557
2. Log in with your credentials (default: `admin`/`admin`). Update the password if prompted.
@@ -643,6 +638,20 @@ Visualize data from Loki, Tempo, and Prometheus using dashboards.
643638
- Go to **Dashboards** > **+ New** > **Import**.
644639
- Upload JSON files provided in the directory /grafana-dashboard.
645640
- Map data sources and import.
641+
---
642+
643+
### Spring Boot Observability Dashboard
644+
![Observability Dashboard](/notes/images/observability.png)
645+
646+
### Spring Boot Statistic Dashboard
647+
![Observability Dashboard](/notes/images/statistic.png)
648+
649+
### Tempo Traces
650+
![Tempo trace](/notes/images/tempo1.png)
651+
![Tempo trace](/notes/images/tempo2.png)
652+
653+
### Loki Logs
654+
![Loki Logs](/notes/images/loki.png)
646655
647656
---
648657
# Verify the APIs

notes/images/loki.png

955 KB
Loading

notes/images/observability.png

895 KB
Loading

notes/images/statistic.png

621 KB
Loading

notes/images/tempo1.png

585 KB
Loading

notes/images/tempo2.png

595 KB
Loading

0 commit comments

Comments
 (0)