You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2021-11-20-grafana-loki.md
+72Lines changed: 72 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,78 @@ Query all logs from the `container_name` label of `uptime-kuma` and filter on `h
226
226
227
227
Read more about LogQL [here](https://grafana.com/docs/loki/latest/logql/)
228
228
229
+
## ARM CPU (Raspberry Pi)
230
+
231
+
There is a workaround for using this with ARM CPUs. Credit to [AndreiTelteu](https://github.com/AndreiTelteu) for finding this [in this discussion](https://github.com/techno-tim/techno-tim.github.io/discussions/97)
232
+
233
+
delete `/etc/docker/daemon.json`
234
+
235
+
Add the vector service to the docker-compose.yml file
0 commit comments