grafana/public/app/plugins/panel/traces
Joey Tawadrous 4076933e66
Traces: extra feature tracking (#61348)
* grafana_traces_service_graph_size

* grafana_traces_trace_view_find_next_prev_clicked

* grafana_traces_trace_view_scroll_to_top_clicked

* grafana_traces_cheatsheet_clicked
2023-01-17 14:43:28 +00:00
..
img Traces Panel: Add new Traces Panel visualization (#47534) 2022-05-03 17:42:36 +01:00
module.tsx Traces Panel: Add new Traces Panel visualization (#47534) 2022-05-03 17:42:36 +01:00
plugin.json Traces Panel: Add new Traces Panel visualization (#47534) 2022-05-03 17:42:36 +01:00
README.md Chore: Add a README for Traces in the Plugins section (#54903) 2022-09-09 12:56:05 +01:00
TracesPanel.test.tsx Traces Panel: Add new Traces Panel visualization (#47534) 2022-05-03 17:42:36 +01:00
TracesPanel.tsx Traces: extra feature tracking (#61348) 2023-01-17 14:43:28 +00: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