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
aaa98e13
Commit
aaa98e13
authored
Mar 10, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
0ff99ddd
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
14 additions
and
14 deletions
+14
-14
docs/mkdocs.yml
+10
-10
docs/sources/guides/gettingstarted.md
+0
-0
docs/sources/index.md
+4
-4
docs/sources/project/building_from_source.md
+0
-0
docs/sources/project/cla.md
+0
-0
docs/sources/reference/graph.md
+0
-0
docs/sources/reference/scripting.md
+0
-0
docs/sources/reference/templating.md
+0
-0
docs/sources/reference/timerange.md
+0
-0
No files found.
docs/mkdocs.yml
View file @
aaa98e13
...
...
@@ -31,23 +31,23 @@ pages:
-
[
'
installation/performance.md'
,
'
Installation'
,
'
Performance
tips'
]
-
[
'
installation/troubleshooting.md'
,
'
Installation'
,
'
Troubleshooting'
]
-
[
'
guides/
intro
.md'
,
'
User
Guides'
,
'
Getting
started'
]
-
[
'
guides/
gettingstarted
.md'
,
'
User
Guides'
,
'
Getting
started'
]
-
[
'
guides/screencasts.md'
,
'
User
Guides'
,
'
Screencasts'
]
-
[
'
reference/graph
s
.md'
,
'
Reference'
,
'
Graph
options'
]
-
[
'
reference/graph.md'
,
'
Reference'
,
'
Graph
options'
]
-
[
'
reference/annotations.md'
,
'
Reference'
,
'
Annotations'
]
-
[
'
reference/time
_
range.md'
,
'
Reference'
,
'
Time
range
controls'
]
-
[
'
reference/timerange.md'
,
'
Reference'
,
'
Time
range
controls'
]
-
[
'
reference/search.md'
,
'
Reference'
,
'
Dashboard
Search'
]
-
[
'
reference/templat
ed_dashboards
.md'
,
'
Reference'
,
'
Templated
dashboards'
]
-
[
'
reference/script
ed_dashboards
.md'
,
'
Reference'
,
'
Scripted
dashboards'
]
-
[
'
reference/templat
ing
.md'
,
'
Reference'
,
'
Templated
dashboards'
]
-
[
'
reference/script
ing
.md'
,
'
Reference'
,
'
Scripted
dashboards'
]
-
[
'
reference/playlist.md'
,
'
Reference'
,
'
Playlist'
]
-
[
'
reference/export_import.md'
,
'
Reference'
,
'
Import
&
Export'
]
-
[
'
datasources/graphite.md'
,
'
Data
Sources'
,
'
Graphite
guide
'
]
-
[
'
datasources/influxdb.md'
,
'
Data
Sources'
,
'
InfluxDB
guide
'
]
-
[
'
datasources/opentsdb.md'
,
'
Data
Sources'
,
'
OpenTSDB
guide
'
]
-
[
'
datasources/graphite.md'
,
'
Data
Sources'
,
'
Graphite'
]
-
[
'
datasources/influxdb.md'
,
'
Data
Sources'
,
'
InfluxDB'
]
-
[
'
datasources/opentsdb.md'
,
'
Data
Sources'
,
'
OpenTSDB'
]
-
[
'
contributing
/building_from_source.md'
,
'
Project'
,
'
Building
from
souce'
]
-
[
'
contributing
/cla.md'
,
'
Project'
,
'
Contributor
License
Agreement'
]
-
[
'
project
/building_from_source.md'
,
'
Project'
,
'
Building
from
souce'
]
-
[
'
project
/cla.md'
,
'
Project'
,
'
Contributor
License
Agreement'
]
-
[
'
jsearch.md'
,
'
**HIDDEN**'
]
docs/sources/guides/
intro
.md
→
docs/sources/guides/
gettingstarted
.md
View file @
aaa98e13
File moved
docs/sources/index.md
View file @
aaa98e13
...
...
@@ -4,10 +4,10 @@ page_keywords: grafana, introduction, documentation, about
# About Grafana
Grafana is a general purpose dashboard and graph composer. Its focused on providing
rich ways to visualize time series metrics, mainly though graphs
. It currently
has rich support for for
[
Graphite
](
http://graphite.readthedocs.org/en/latest/
)
,
[
InfluxDB
](
http://influxdb.org
)
and
[
OpenTSDB
](
http://opentsdb.net
)
. But supports other data sources via plugins.
Grafana is a general purpose dashboard and graph composer. It
'
s focused on providing
rich ways to visualize time series metrics, mainly though graphs
but supports other ways to visualize data through
a pluggable panel architecture. It currently has rich support for for
[
Graphite
](
http://graphite.readthedocs.org/en/latest/
)
,
[
InfluxDB
](
http://influxdb.org
)
and
[
OpenTSDB
](
http://opentsdb.net
)
. But supports other data sources via plugins.
It is most common usage is for infrastructure monitoring, application monitoring and metric analytics. But Grafana
has an open architecture and design that enabled is to be used in other domains as well, like home automation,
...
...
docs/sources/
contributing
/building_from_source.md
→
docs/sources/
project
/building_from_source.md
View file @
aaa98e13
File moved
docs/sources/
contributing
/cla.md
→
docs/sources/
project
/cla.md
View file @
aaa98e13
File moved
docs/sources/reference/graph
s
.md
→
docs/sources/reference/graph.md
View file @
aaa98e13
File moved
docs/sources/reference/script
ed_dashboards
.md
→
docs/sources/reference/script
ing
.md
View file @
aaa98e13
File moved
docs/sources/reference/templat
ed_dashboards
.md
→
docs/sources/reference/templat
ing
.md
View file @
aaa98e13
File moved
docs/sources/reference/time
_
range.md
→
docs/sources/reference/timerange.md
View file @
aaa98e13
File moved
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