grafana/devenv/docker/blocks/loki-promtail
Sven Grossmann 6f64dd533f
Devenv: Add back loki-promtail (#60282)
* add back loki-promtail

* update README

* add MacOS note
2022-12-14 15:02:12 +01:00
..
docker-compose.yaml Devenv: Add back loki-promtail (#60282) 2022-12-14 15:02:12 +01:00
promtail-config.yaml Devenv: Add back loki-promtail (#60282) 2022-12-14 15:02:12 +01:00
README.md Devenv: Add back loki-promtail (#60282) 2022-12-14 15:02:12 +01:00

NB: This will not work properly on MacOS. The loglines of grafana.log are ingested at the start of this devenv and you won't get any more logs are the Docker service is started.

By default this block is setup to scrape logs from Grafana. If you need to log some service from the docker-compse you can add:

    # For this to work you need to install the logging driver see https://github.com/grafana/loki/tree/master/cmd/docker-driver#plugin-installation
    logging:
      driver: loki
      options:
        loki-url: "http://loki:3100/loki/api/v1/push"