Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
86729f37
Commit
86729f37
authored
May 02, 2019
by
Ryan McKinley
Committed by
Torkel Ödegaard
May 03, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TestData: Add dashboards to testdata (#16855)
parent
0d02ceb4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
123 additions
and
1 deletions
+123
-1
public/app/plugins/datasource/testdata/dashboards/streaming.json
+114
-0
public/app/plugins/datasource/testdata/plugin.json
+9
-1
No files found.
public/app/plugins/datasource/testdata/dashboards/streaming.json
0 → 100644
View file @
86729f37
{
"__inputs"
:
[
{
"name"
:
"DS_TESTDATA_DB"
,
"label"
:
"TestData DB"
,
"description"
:
""
,
"type"
:
"datasource"
,
"pluginId"
:
"testdata"
,
"pluginName"
:
"TestData DB"
}
],
"__requires"
:
[
{
"type"
:
"grafana"
,
"id"
:
"grafana"
,
"name"
:
"Grafana"
,
"version"
:
"6.2.0-pre"
},
{
"type"
:
"panel"
,
"id"
:
"graph2"
,
"name"
:
"React Graph"
,
"version"
:
""
},
{
"type"
:
"datasource"
,
"id"
:
"testdata"
,
"name"
:
"TestData DB"
,
"version"
:
"1.0.0"
}
],
"annotations"
:
{
"list"
:
[
{
"builtIn"
:
1
,
"datasource"
:
"-- Grafana --"
,
"enable"
:
true
,
"hide"
:
true
,
"iconColor"
:
"rgba(0, 211, 255, 1)"
,
"name"
:
"Annotations & Alerts"
,
"type"
:
"dashboard"
}
]
},
"editable"
:
true
,
"gnetId"
:
null
,
"graphTooltip"
:
0
,
"id"
:
null
,
"links"
:
[],
"panels"
:
[
{
"datasource"
:
"${DS_TESTDATA_DB}"
,
"description"
:
""
,
"gridPos"
:
{
"h"
:
6
,
"w"
:
24
,
"x"
:
0
,
"y"
:
0
},
"id"
:
2
,
"links"
:
[],
"options"
:
{
"graph"
:
{
"showBars"
:
false
,
"showLines"
:
true
,
"showPoints"
:
false
},
"legend"
:
{
"asTable"
:
true
,
"decimals"
:
2
,
"isVisible"
:
true
,
"placement"
:
"right"
,
"stats"
:
[
"last"
]
},
"series"
:
{}
},
"targets"
:
[
{
"refId"
:
"A"
,
"scenarioId"
:
"streaming_client"
,
"stream"
:
{
"noise"
:
10
,
"speed"
:
100
,
"spread"
:
20
,
"type"
:
"signal"
},
"stringInput"
:
""
}
],
"timeFrom"
:
null
,
"timeShift"
:
null
,
"title"
:
"Simple dummy streaming example"
,
"type"
:
"graph2"
}
],
"schemaVersion"
:
18
,
"style"
:
"dark"
,
"tags"
:
[],
"templating"
:
{
"list"
:
[]
},
"time"
:
{
"from"
:
"now-1m"
,
"to"
:
"now"
},
"timepicker"
:
{
"refresh_intervals"
:
[
"5s"
,
"10s"
,
"30s"
,
"1m"
,
"5m"
,
"15m"
,
"30m"
,
"1h"
,
"2h"
,
"1d"
],
"time_options"
:
[
"5m"
,
"15m"
,
"1h"
,
"6h"
,
"12h"
,
"24h"
,
"2d"
,
"7d"
,
"30d"
]
},
"timezone"
:
""
,
"title"
:
"Simple Streaming Example"
,
"uid"
:
"TXSTREZ"
,
"version"
:
2
}
public/app/plugins/datasource/testdata/plugin.json
View file @
86729f37
...
@@ -20,5 +20,13 @@
...
@@ -20,5 +20,13 @@
"small"
:
"../../../../img/grafana_icon.svg"
,
"small"
:
"../../../../img/grafana_icon.svg"
,
"large"
:
"../../../../img/grafana_icon.svg"
"large"
:
"../../../../img/grafana_icon.svg"
}
}
}
},
"includes"
:
[
{
"type"
:
"dashboard"
,
"name"
:
"Streaming Example"
,
"path"
:
"dashboards/streaming.json"
}
]
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment