grafana/public/app/plugins/datasource/tempo
2024-08-02 09:56:04 +00:00
..
_importedDependencies React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
configuration Tempo: Add toggle for streaming (#88685) 2024-07-09 17:44:19 +01:00
img Tracing: Add Tempo data source (#28204) 2020-10-13 19:12:49 +02:00
SearchTraceQLEditor Tempo: Show search streaming status in query options (#90726) 2024-07-29 11:58:01 +01:00
traceql Tempo: Show search streaming status in query options (#90726) 2024-07-29 11:58:01 +01:00
.eslintignore Tempo: Decouple Tempo from Grafana core (#79888) 2024-01-16 11:36:40 +01:00
CHANGELOG.md Tempo: Decouple Tempo from Grafana core (#79888) 2024-01-16 11:36:40 +01:00
CheatSheet.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
dataquery.cue Tempo: TraceQL metrics step option (#89434) 2024-06-20 15:22:50 +01:00
dataquery.gen.ts Tempo: TraceQL metrics step option (#89434) 2024-06-20 15:22:50 +01:00
datasource.test.ts Tempo: Add toggle for streaming (#88685) 2024-07-09 17:44:19 +01:00
datasource.ts Tempo: Require streaming to be enabled (#90264) 2024-07-10 12:02:30 +01:00
graphTransform.test.ts Tempo: Handle empty responses in ServiceGraph (#77539) 2023-11-02 11:23:18 +01:00
graphTransform.ts Tempo: Support multiple filter expressions for service graph queries (#81037) 2024-01-26 16:37:49 +02:00
language_provider.test.ts Tempo: Metrics summary (#73201) 2023-08-28 15:02:12 +01:00
language_provider.ts Tempo: Upgrade interpolation for Tempo (#89664) 2024-06-25 14:06:51 +01:00
metricsSummary.test.ts Tempo: Remove kind=server from metrics summary (#89419) 2024-06-20 08:17:53 +01:00
metricsSummary.ts Tempo: Remove kind=server from metrics summary (#89419) 2024-06-20 08:17:53 +01:00
mockJsonResponse.json Tempo: Encode IDs as hexadecimal when downloading traces (#66001) 2023-04-13 17:07:25 +01:00
mocks.ts Dashboard: Add support for Tempo query variables (#72745) 2023-08-30 13:45:39 +02:00
mockServiceGraph.json Tempo: Deprecate old search (#84498) 2024-03-18 09:17:10 +00:00
module.ts Tempo: Remove traceqlSearch feature toggle (#72029) 2023-07-24 16:26:10 +01:00
package.json Update dependency @types/node to v20.14.14 2024-08-02 09:56:04 +00:00
plugin.json Tempo: Decouple Tempo from Grafana core (#79888) 2024-01-16 11:36:40 +01:00
QueryField.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
README.md Tracing: Add README files for tracing datasource plugins 2022-04-11 18:16:38 +02:00
resultTransformer.test.ts Tempo: Show <1ms when durationMs not in response (#85267) 2024-03-28 09:47:49 +00:00
resultTransformer.ts Tempo: Tidy up types in resultTransformer (#86025) 2024-04-18 08:53:06 +01:00
ServiceGraphSection.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
streaming.ts Tempo: Add toggle for streaming (#88685) 2024-07-09 17:44:19 +01:00
test_utils.ts Tempo: Decouple Tempo from Grafana core (#79888) 2024-01-16 11:36:40 +01:00
testResponse.ts Tempo: Show <1ms when durationMs not in response (#85267) 2024-03-28 09:47:49 +00:00
tracking.test.ts Tempo: Deprecate old search (#84498) 2024-03-18 09:17:10 +00:00
tracking.ts Tempo: Deprecate old search (#84498) 2024-03-18 09:17:10 +00:00
tsconfig.json React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
types.ts Tempo: Add toggle for streaming (#88685) 2024-07-09 17:44:19 +01:00
utils.test.ts Tempo: Deprecate old search (#84498) 2024-03-18 09:17:10 +00:00
utils.ts Tempo: Deprecate old search (#84498) 2024-03-18 09:17:10 +00:00
VariableQueryEditor.test.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
VariableQueryEditor.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
variables.test.ts Dashboard: Add support for Tempo query variables (#72745) 2023-08-30 13:45:39 +02:00
variables.ts Tempo: Fix type errors that appeared when removing the "any" type from DataQueryResponseData (#75600) 2023-10-11 18:04:54 +02:00
webpack.config.ts Tempo: Decouple Tempo from Grafana core (#79888) 2024-01-16 11:36:40 +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/