From 89ac0a79ad59714f54f56696cbdfaa9b921aa434 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 29 Jun 2021 09:36:48 +0200 Subject: [PATCH] Update whats-new-in-v8-0.md (#36249) (#36251) Double periods to a single period (cherry picked from commit 228372522b0b4087cb5573ded9ca1ec1e612bf82) Co-authored-by: Dawnpool <57010815+Dawnpool@users.noreply.github.com> --- docs/sources/whatsnew/whats-new-in-v8-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/whatsnew/whats-new-in-v8-0.md b/docs/sources/whatsnew/whats-new-in-v8-0.md index 68079b7c63f..016cb61b314 100644 --- a/docs/sources/whatsnew/whats-new-in-v8-0.md +++ b/docs/sources/whatsnew/whats-new-in-v8-0.md @@ -98,7 +98,7 @@ The Time series is out of beta! We are removing the `Beta` tag and graduating th ### Node graph visualization updates -You can now expand the node graph for the displayed trace when using the Trace to logs feature.. Depending on the data source, this can show spans of the trace as nodes in the graph, or as some additional context like service map based on the current trace. +You can now expand the node graph for the displayed trace when using the Trace to logs feature. Depending on the data source, this can show spans of the trace as nodes in the graph, or as some additional context like service map based on the current trace. We also added a grid view and the ability to explore hidden nodes.