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
0ec74763
Commit
0ec74763
authored
Mar 08, 2016
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
examples(plugin.json): add includes info
parent
138c738d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
0 deletions
+28
-0
examples/nginx-app/plugin.json
+5
-0
examples/nginx-app/src/datasource/datasource.js
+12
-0
examples/nginx-app/src/datasource/module.js
+6
-0
examples/nginx-app/src/datasource/plugin.json
+5
-0
No files found.
examples/nginx-app/plugin.json
View file @
0ec74763
...
@@ -34,6 +34,11 @@
...
@@ -34,6 +34,11 @@
"updated"
:
"2015-02-10"
"updated"
:
"2015-02-10"
},
},
"includes"
:
[
{
"type"
:
"panel"
,
"name"
:
"Nginx Panel"
},
{
"type"
:
"datasource"
,
"name"
:
"Nginx Datasource"
}
],
"dependencies"
:
{
"dependencies"
:
{
"grafanaVersion"
:
"3.x.x"
,
"grafanaVersion"
:
"3.x.x"
,
"plugins"
:
[
"plugins"
:
[
...
...
examples/nginx-app/src/datasource/datasource.js
0 → 100644
View file @
0ec74763
export
default
class
NginxDatasource
{
constructor
()
{}
query
(
options
)
{
return
[];
}
testDatasource
()
{
return
false
;
}
}
examples/nginx-app/src/datasource/module.js
0 → 100644
View file @
0ec74763
import
{
Datasource
}
from
'./datasource'
;
export
{
Datasource
};
\ No newline at end of file
examples/nginx-app/src/datasource/plugin.json
0 → 100644
View file @
0ec74763
{
"type"
:
"datasource"
,
"name"
:
"Nginx Datasource"
,
"id"
:
"nginx-datasource"
}
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