From ca03249ccf5cb4229cfb786ed5f0176bd66e0c1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adnan=20Rahi=C4=87?= Date: Fri, 15 Dec 2023 15:51:35 +0100 Subject: [PATCH] docs(hotfix): fix sumo logic example readme (#3445) --- examples/quick-start-sumologic-nodejs/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/quick-start-sumologic-nodejs/readme.md b/examples/quick-start-sumologic-nodejs/readme.md index 87f5e14ba5..438d29e8fc 100644 --- a/examples/quick-start-sumologic-nodejs/readme.md +++ b/examples/quick-start-sumologic-nodejs/readme.md @@ -1,6 +1,6 @@ -# Quick Start - Node.js app with SumoLogic and Tracetest +# Quick Start - Node.js app with Sumo Logic and Tracetest -> [Read the detailed recipe for setting up Tempo with Tractest in our documentation.](https://docs.tracetest.io/examples-tutorials/recipes/running-tracetest-with-sumologic) +> [Read the detailed recipe for setting up Sumo Logic with Tractest in our documentation.](https://docs.tracetest.io/examples-tutorials/recipes/running-tracetest-with-sumologic) This is a simple quick start on how to configure a Node.js app to use OpenTelemetry instrumentation with traces and Tracetest for enhancing your e2e and integration tests with trace-based testing. The infrastructure will use Sumo Logic as the trace data store, and the Sumo Logic distribution of the OpenTelemetry Collector to receive traces from the Node.js app and send them to Sumo Logic.