From ccab8d3a6f6a7c45ecb19e3853cccc5b6caae958 Mon Sep 17 00:00:00 2001 From: Alexander Petric Date: Fri, 3 Jan 2025 15:21:43 -0500 Subject: [PATCH] add logging --- examples/deploy/otel-tracing-grafana/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/deploy/otel-tracing-grafana/README.md b/examples/deploy/otel-tracing-grafana/README.md index b950357d7213d..e7fe86a007e4a 100644 --- a/examples/deploy/otel-tracing-grafana/README.md +++ b/examples/deploy/otel-tracing-grafana/README.md @@ -17,7 +17,7 @@ docker-compose up -d ## Configuring Windmill to use Tempo via OpenTelemetry Collector -In the Windmill UI available at `http://localhost`, complete the initial setup and go to "Instances Settings" and "OTEL/Prom" tab and fill in the open telemetry collector endpoint and service name and toggle the Tracing option to send traces to the `otel-collector:4317` port. +In the Windmill UI available at `http://localhost`, complete the initial setup and go to "Instances Settings" and "OTEL/Prom" tab and fill in the open telemetry collector endpoint and service name and toggle the "Tracing" and "Logging" options to send traces and logs to the `otel-collector:4317` port. ## Open the Tempo UI