grafana/public/app/plugins/datasource/grafana-testdata-datasource
renovate[bot] b4ae711825
Update Yarn to v4 (#81176)
* Update Yarn to v4

* add back bundled yarn

* properly

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2024-01-24 18:48:34 +02:00
..
__mocks__ Chore: Rename testdata plugin with a fully qualified name (#75104) 2023-09-22 15:00:40 +03:00
components Update dependency react-select to v5.8.0 (#81064) 2024-01-23 15:48:07 +02:00
dashboards Chore: Rename testdata plugin with a fully qualified name (#75104) 2023-09-22 15:00:40 +03:00
img Chore: Rename testdata plugin with a fully qualified name (#75104) 2023-09-22 15:00:40 +03:00
testData Chore: Rename testdata plugin with a fully qualified name (#75104) 2023-09-22 15:00:40 +03:00
.eslintignore Build testdata frontend standalone (#75833) 2023-10-16 17:31:43 +02:00
CHANGELOG.md Build testdata frontend standalone (#75833) 2023-10-16 17:31:43 +02:00
ConfigEditor.tsx Chore: Various type improvements (#77877) 2023-11-09 17:39:02 +00:00
constants.ts Chore: Rename testdata plugin with a fully qualified name (#75104) 2023-09-22 15:00:40 +03:00
dataquery.cue Table: Keep expanded rows persistent when data changes if it has unique ID (#80031) 2024-01-23 14:14:57 +01:00
dataquery.gen.ts Table: Keep expanded rows persistent when data changes if it has unique ID (#80031) 2024-01-23 14:14:57 +01:00
datasource.ts Tempo: Update the traces data in the testdata data source (#77198) 2023-11-07 08:24:11 +00:00
LogIpsum.ts Chore: Rename testdata plugin with a fully qualified name (#75104) 2023-09-22 15:00:40 +03:00
MetaDataInspector.tsx Stack: Use the component from grafana/ui (#77543) 2023-11-06 18:15:52 +02:00
metricTree.test.ts Chore: Rename testdata plugin with a fully qualified name (#75104) 2023-09-22 15:00:40 +03:00
metricTree.ts Chore: Rename testdata plugin with a fully qualified name (#75104) 2023-09-22 15:00:40 +03:00
module.tsx Chore: Rename testdata plugin with a fully qualified name (#75104) 2023-09-22 15:00:40 +03:00
nodeGraphUtils.ts Chore: Various type improvements (#77877) 2023-11-09 17:39:02 +00:00
package.json Update Yarn to v4 (#81176) 2024-01-24 18:48:34 +02:00
plugin.json Chore: Update TestData README (#77607) 2023-11-09 10:03:00 +01:00
QueryEditor.test.tsx Chore: Rename testdata plugin with a fully qualified name (#75104) 2023-09-22 15:00:40 +03:00
QueryEditor.tsx Chore: Various type improvements (#77877) 2023-11-09 17:39:02 +00:00
README.md Chore: Update TestData README (#77607) 2023-11-09 10:03:00 +01:00
runStreams.ts Table: Keep expanded rows persistent when data changes if it has unique ID (#80031) 2024-01-23 14:14:57 +01:00
TestInfoTab.tsx Chore: Rename testdata plugin with a fully qualified name (#75104) 2023-09-22 15:00:40 +03:00
tsconfig.json Build testdata frontend standalone (#75833) 2023-10-16 17:31:43 +02:00
variables.ts Chore: Rename testdata plugin with a fully qualified name (#75104) 2023-09-22 15:00:40 +03:00
webpack.config.ts Build testdata frontend standalone (#75833) 2023-10-16 17:31:43 +02:00

Grafana TestData data source

This data source is used for testing and development of Grafana. Generates test data in different forms.

Grafana ships with built-in support for TestData. You just have to add it as a data source and you will be ready to build dashboards.

Read more about it here:

https://grafana.com/docs/grafana/latest/datasources/testdata/