The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/docs/sources/datasources/testdata/_index.md

3.5 KiB

aliases keywords menuTitle title weight
[../data-sources/testdata/ ../features/datasources/testdata/] [grafana dashboard documentation troubleshooting panels testdata] TestData TestData data source 1500

TestData data source

Grafana ships with a TestData data source, which creates simulated time series data for any [panel]({{< relref "../../panels-visualizations/" >}}). You can use it to build your own fake and random time series data and render it in any panel, which helps you verify dashboard functionality since you can safely and easily share the data.

For instructions on how to add a data source to Grafana, refer to the [administration documentation]({{< relref "../../administration/data-source-management/" >}}). Only users with the organization administrator role can add data sources.

Configure the data source

To access the data source configuration page:

  1. Hover the cursor over the Configuration (gear) icon.
  2. Select Data Sources.
  3. Select the TestData data source.

The data source doesn't provide any settings beyond the most basic options common to all data sources:

Name Description
Name Sets the name you use to refer to the data source in panels and queries.
Default Defines whether this data source is pre-selected for new panels.

Create mock data

{{< figure src="/static/img/docs/v41/test_data_add.png" class="docs-image--no-shadow" caption="Adding test data" >}}

Once you've added the TestData data source, your Grafana instance's users can use it as a data source in any metric panel.

Choose a scenario

Instead of providing a query editor, the TestData data source helps you select a Scenario that generates simulated data for panels.

You can assign an Alias to each scenario, and many have their own options that appear when selected.

{{< figure src="/static/img/docs/v41/test_data_csv_example.png" class="docs-image--no-shadow" caption="Using CSV Metric Values" >}}

Available scenarios:

  • Annotations
  • Conditional Error
  • CSV Content
  • CSV File
  • CSV Metric Values
  • Datapoints Outside Range
  • Exponential heatmap bucket data
  • Flame Graph
  • Grafana API
  • Grafana Live
  • Linear heatmap bucket data
  • Load Apache Arrow Data
  • Logs
  • No Data Points
  • Node Graph
  • Predictable CSV Wave
  • Predictable Pulse
  • Random Walk
  • Random Walk (with error)
  • Random Walk Table
  • Raw Frames
  • Simulation
  • Slow Query
  • Streaming Client
  • Table Static
  • Trace
  • USA generated data

Import a pre-configured dashboard

TestData also provides an example dashboard.

To import the example dashboard:

  1. Navigate to the data source's [configuration page]({{< relref "#configure-the-data-source" >}}).
  2. Select the Dashboards tab.
  3. Select Import for the Simple Streaming Example dashboard.

To customize an imported dashboard:

To customize the imported dashboard, we recommend that you save it under a different name. If you don't, upgrading Grafana can overwrite the customized dashboard with the new version.

Use test data to report issues

If you report an issue on GitHub involving the use or rendering of time series data, we strongly recommend that you use this data source to replicate the issue. That makes it much easier for the developers to replicate and solve your issue.