mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
541a03f33b
* 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 |
||
---|---|---|
.. | ||
configuration | ||
img | ||
QueryEditor | ||
SearchTraceQLEditor | ||
traceql | ||
CheatSheet.tsx | ||
dataquery.cue | ||
dataquery.gen.ts | ||
datasource.test.ts | ||
datasource.ts | ||
graphTransform.test.ts | ||
graphTransform.ts | ||
language_provider.ts | ||
mockJsonResponse.json | ||
mockServiceGraph.json | ||
module.ts | ||
plugin.json | ||
README.md | ||
resultTransformer.test.ts | ||
resultTransformer.ts | ||
testResponse.ts | ||
tracking.test.ts | ||
tracking.ts | ||
types.ts |
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: