grafana/public/app/plugins/panel/traces
Ashley Harrison 47f8717149
React: Use new JSX transform (#88802)
* update eslint, tsconfig + esbuild to handle new jsx transform

* remove thing that breaks the new jsx transform

* remove react imports

* adjust grafana-icons build

* is this the correct syntax?

* try this

* well this was much easier than expected...

* change grafana-plugin-configs webpack config

* fixes

* fix lockfile

* fix 2 more violations

* use path.resolve instead of require.resolve

* remove react import

* fix react imports

* more fixes

* remove React import

* remove import React from docs

* remove another react import
2024-06-25 12:43:47 +01:00
..
img Traces Panel: Add new Traces Panel visualization (#47534) 2022-05-03 17:42:36 +01:00
module.tsx Traces: Add traces panel suggestion (#83089) 2024-02-21 13:49:41 +00:00
plugin.json Chore: Remove the beta badge for Node Graph and Traces (#62566) 2023-02-27 15:16:01 +01:00
README.md Chore: Add a README for Traces in the Plugins section (#54903) 2022-09-09 12:56:05 +01:00
suggestions.ts Traces: Add traces panel suggestion (#83089) 2024-02-21 13:49:41 +00:00
TracesPanel.test.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
TracesPanel.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00

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