Skip to content

Commit

Permalink
fix codeblock syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Graff committed Sep 10, 2024
1 parent 9f9c314 commit 619e555
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/how-tos/access-logs-loki.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ Grafana logs can be accessed programmatically from within a Jupyter Notebook or
- Create a Grafana Service Account and API token by following Grafana docs: https://grafana.com/docs/grafana/latest/administration/service-accounts/
- Use example code below to retrieve logs from a specific Loki Data Source UID:

```import requests
```python
import requests
from datetime import datetime, timedelta
import requests
import json
Expand Down

0 comments on commit 619e555

Please sign in to comment.