grafana/pkg/tsdb/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
..
kinds/dataquery Tempo: TraceQL Configurable static fields (#65284) 2023-03-31 10:35:37 +01:00
testData Tempo: Return new version of dataframe schema directly from the backend (#32116) 2021-03-22 19:09:15 +01:00
tempo_test.go Tempo: Add start time and end time parameters while querying traces (#48068) 2022-10-21 15:38:10 +01:00
tempo.go Tempo: New Search UI using TraceQL (#63808) 2023-03-06 16:31:08 +00:00
trace_transform_test.go Tempo: Fix unexpected trimming of leading zeroes in traceID (#55167) 2022-09-28 15:49:12 +02:00
trace_transform.go Tempo: Fix unexpected trimming of leading zeroes in traceID (#55167) 2022-09-28 15:49:12 +02:00