grafana/public/app/plugins/datasource/tempo
Andre Pereira 541a03f33b
Tempo: TraceQL Configurable static fields (#65284)
* TraceQL - configurable static fields for new UI

* TraceQL - filter out static fields from Tags section. Added tooltip to static fields

* Add more units to duration validation. Improve duration field tooltip with accepted units

* Better control of delete button on SearchField

* Move new config behind feature toggle

* Special title for intrinsic "name"

* Fix tests

* Move static fields not in the datasource to the Tags section

* Start using the useAsync hook in the Tempo TraceQL configuration page to retrieve the tags and datasource

* Fix tests

* Fix test. Use useAsync to retrieve options in SearchField

* Remove ability to set a default value in filter configuration.
Removed type from filter, dynamic filters are now any filters not present in the datasource config

* Updated the static filters tooltip

* Replace useState + useEffect with useMemo for scopedTag
2023-03-31 10:35:37 +01:00
..
configuration Tempo: TraceQL Configurable static fields (#65284) 2023-03-31 10:35:37 +01:00
img Tracing: Add Tempo data source (#28204) 2020-10-13 19:12:49 +02:00
QueryEditor Chore: Some type fixes needed for react 18 (#65600) 2023-03-30 13:40:18 +01:00
SearchTraceQLEditor Tempo: TraceQL Configurable static fields (#65284) 2023-03-31 10:35:37 +01:00
traceql Tempo: Search using TraceQL improvements (#64616) 2023-03-21 15:59:16 +00:00
CheatSheet.tsx Traces: Upgraded feature tracking (#62181) 2023-01-27 13:33:27 +00:00
dataquery.cue Tempo: TraceQL Configurable static fields (#65284) 2023-03-31 10:35:37 +01:00
dataquery.gen.ts Tempo: TraceQL Configurable static fields (#65284) 2023-03-31 10:35:37 +01:00
datasource.test.ts Tempo: Update service graph view and docs (#64875) 2023-03-22 08:37:44 +00:00
datasource.ts Tempo: TraceQL Configurable static fields (#65284) 2023-03-31 10:35:37 +01:00
graphTransform.test.ts Explore: Update service graph metrics and links (#50897) 2022-06-19 19:11:59 -06:00
graphTransform.ts Tempo: Set APM table default span kind (#52851) 2022-07-27 15:48:09 +01:00
language_provider.ts Tempo: Create separate functions for querying the v1/v2 API for tag values (#61998) 2023-01-25 17:12:59 +00:00
mockJsonResponse.json Tempo: Download span references in data inspector (#47074) 2022-03-31 08:30:22 -06:00
mockServiceGraph.json Explore: Download and upload service graphs for Tempo (#50260) 2022-06-07 06:37:19 -06:00
module.ts Tempo: dashboard feature tracking (#61210) 2023-01-13 16:31:44 +00:00
plugin.json Plugins: Set backend metadata property for core plugins (#43349) 2021-12-22 17:59:26 +01:00
README.md Tracing: Add README files for tracing datasource plugins 2022-04-11 18:16:38 +02:00
resultTransformer.test.ts Chore: more ts test fixes (#63438) 2023-02-23 10:07:44 +00:00
resultTransformer.ts Tempo: Update column width for Loki search (#61924) 2023-01-26 09:35:44 +00:00
testResponse.ts Tempo: TraceQL table and editor (#59313) 2022-11-28 16:13:03 +00:00
tracking.test.ts Tempo: dashboard feature tracking (#61210) 2023-01-13 16:31:44 +00:00
tracking.ts Tempo: dashboard feature tracking (#61210) 2023-01-13 16:31:44 +00:00
types.ts Tempo: TraceQL Configurable static fields (#65284) 2023-03-31 10:35:37 +01:00

Tempo Data Source - Native Plugin

Grafana ships with built in support for Tempo, an open source, easy-to-use, and high-scale distributed tracing backend.

Read more about it here:

https://docs.grafana.org/datasources/tempo/