From 5169e795774ec09dca09dae4ab2f7a85692d5b53 Mon Sep 17 00:00:00 2001 From: Hamas Shafiq Date: Fri, 9 Sep 2022 12:56:05 +0100 Subject: [PATCH] Chore: Add a README for Traces in the Plugins section (#54903) --- public/app/plugins/panel/traces/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 public/app/plugins/panel/traces/README.md diff --git a/public/app/plugins/panel/traces/README.md b/public/app/plugins/panel/traces/README.md new file mode 100644 index 00000000000..5210ed0f979 --- /dev/null +++ b/public/app/plugins/panel/traces/README.md @@ -0,0 +1,7 @@ +# Traces + +A trace is a type of visualization that enables you to track and log a request as it traverses the services in your infrastructure. + +The screenshot below shows an example of a trace view in Grafana. You can learn more about traces here. + +Example of a trace view