Skip to content

Commit

Permalink
fix: fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-touret committed Jan 17, 2024
1 parent e4b7ec3 commit 19050cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/posts/observability-from-zero-to-hero.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,13 @@ After restarting your application:
```bash
gradle bootRun
```

You can now get logs browsing Grafana reaching this URL: [http://localhost:3000/goto/M-VkkicSR?orgId=1](http://localhost:3000/goto/M-VkkicSR?orgId=1) and running some API calls with the following command:
After running some API calls with the following command:

```bash
http :8080/api/events
```
You can now get logs browsing Grafana

![Loki](/assets/images/2024/01/Loki-Grafana.webp)

## Traces
Expand Down

0 comments on commit 19050cd

Please sign in to comment.