mirror of
https://github.com/DoTheEvo/selfhosted-apps-docker
synced 2024-11-06 21:20:41 +00:00
update
This commit is contained in:
parent
2e316c7821
commit
670f9c0494
@ -612,11 +612,14 @@ has more detailed section on alerting worth checking out.
|
|||||||
|
|
||||||
# Loki
|
# Loki
|
||||||
|
|
||||||
Loki is made by the grafana team. Sometimes called a Prometheus for logs,
|
Loki is a log aggregation tool, made by the grafana team.
|
||||||
it's a **push** type monitoring.<br>
|
Sometimes called a Prometheus for logs, it's a **push** type monitoring.<br>
|
||||||
|
|
||||||
It uses [LogQL](https://promcon.io/2019-munich/slides/lt1-08_logql-in-5-minutes.pdf)
|
It uses [LogQL](https://promcon.io/2019-munich/slides/lt1-08_logql-in-5-minutes.pdf)
|
||||||
for queries, which is similar to PromQL in its use of labels.
|
for queries, which is similar to PromQL in its use of labels.
|
||||||
|
|
||||||
|
[The official documentation overview](https://grafana.com/docs/loki/latest/fundamentals/overview/)
|
||||||
|
|
||||||
There are two ways to **push logs** to Loki from a docker container.
|
There are two ways to **push logs** to Loki from a docker container.
|
||||||
|
|
||||||
* [**Loki-docker-driver**](https://grafana.com/docs/loki/latest/clients/docker-driver/)
|
* [**Loki-docker-driver**](https://grafana.com/docs/loki/latest/clients/docker-driver/)
|
||||||
@ -668,7 +671,7 @@ There are two ways to **push logs** to Loki from a docker container.
|
|||||||
</details>
|
</details>
|
||||||
|
|
||||||
* **New file** - `loki-config.yml` bind mounted in the loki container.<br>
|
* **New file** - `loki-config.yml` bind mounted in the loki container.<br>
|
||||||
The config comes from
|
The config here comes from
|
||||||
[the official example](https://github.com/grafana/loki/tree/main/cmd/loki)
|
[the official example](https://github.com/grafana/loki/tree/main/cmd/loki)
|
||||||
with some changes.
|
with some changes.
|
||||||
* **URL** changed for this setup.
|
* **URL** changed for this setup.
|
||||||
|
Loading…
Reference in New Issue
Block a user