From 1647073a0067c9812d285a74a2633ed0c60dfdf4 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 4 Jun 2021 04:30:30 -0400 Subject: [PATCH] DevEnv: Fix docker-driver plugin installation direction url (#35227) (cherry picked from commit e6c53e4bcd3841ac8ff0391e9429ad70a3c27b5f) Co-authored-by: Oscar Kilhed --- devenv/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devenv/README.md b/devenv/README.md index dea908032c8..6478b9cf615 100644 --- a/devenv/README.md +++ b/devenv/README.md @@ -45,7 +45,7 @@ make devenv sources=postgres,openldap,grafana postgres_version=9.2 grafana_versi The grafana block is pre-configured with the dev-datasources and dashboards. #### Jaeger -Jaeger block runs both Jaeger and Loki container. Loki container sends traces to Jaeger and also logs its own logs into itself so it is possible to setup derived field for traceID from Loki to Jaeger. You need to install a docker plugin for the self logging to work, without it the container won't start. See https://github.com/grafana/loki/tree/master/cmd/docker-driver#plugin-installation for installation instructions. +Jaeger block runs both Jaeger and Loki container. Loki container sends traces to Jaeger and also logs its own logs into itself so it is possible to setup derived field for traceID from Loki to Jaeger. You need to install a docker plugin for the self logging to work, without it the container won't start. See https://grafana.com/docs/loki/latest/clients/docker-driver/#installing for installation instructions. #### Graphite