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
df4a00f8
Commit
df4a00f8
authored
Mar 26, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into develop
parents
f343a46c
e640c51f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
16 deletions
+17
-16
README.md
+12
-12
latest.json
+1
-1
src/app/plugins/datasource/elasticsearch/datasource.js
+4
-3
No files found.
README.md
View file @
df4a00f8
[Grafana](http://grafana.org) [![Build Status](https://api.travis-ci.org/grafana/grafana.svg)](https://travis-ci.org/grafana/grafana) [![Coverage Status](https://coveralls.io/repos/grafana/grafana/badge.png)](https://coveralls.io/r/grafana/grafana) [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/grafana/grafana?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[Grafana](http://grafana.org) [![Build Status](https://api.travis-ci.org/grafana/grafana.svg)](https://travis-ci.org/grafana/grafana) [![Coverage Status](https://coveralls.io/repos/grafana/grafana/badge.png)](https://coveralls.io/r/grafana/grafana) [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/grafana/grafana?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
================
================
[
Website
](
http://grafana.org
)
|
[
Website
](
http://grafana.org
)
|
[
Twitter
](
http://twitter.com/grafana
)
|
[
Twitter
](
http
s
://twitter.com/grafana
)
|
[
IRC
](
http://webchat.freenode.net/?channels=grafana
)
|
[
IRC
](
http
s
://webchat.freenode.net/?channels=grafana
)
|
[
Email
](
mailto:contact@grafana.org
)
[
Email
](
mailto:contact@grafana.org
)
Grafana is
A
n open source, feature rich metrics dashboard and graph editor for
Grafana is
a
n open source, feature rich metrics dashboard and graph editor for
Graphite, InfluxDB & OpenTSDB.
Graphite, InfluxDB & OpenTSDB.
!
[
](http://grafana.org/assets/img/start_page_bg.png)
!
[
](http://grafana.org/assets/img/start_page_bg.png)
...
@@ -84,13 +84,13 @@ grafana admin user that is created on first startup also creates the main accoun
...
@@ -84,13 +84,13 @@ grafana admin user that is created on first startup also creates the main accoun
-
[
See it in action
](
http://grafana.org/docs/features/graphite
)
-
[
See it in action
](
http://grafana.org/docs/features/graphite
)
### Graphing
### Graphing
-
Fast rendering, even over large timespans
.
-
Fast rendering, even over large timespans
-
Click and drag to zoom
.
-
Click and drag to zoom
-
Multiple Y-axis
.
-
Multiple Y-axis
-
Bars, Lines, Points
.
-
Bars, Lines, Points
-
Smart Y-axis formating
-
Smart Y-axis formating
-
Series toggles & color selector
-
Series toggles & color selector
-
Legend values, and formating options
-
Legend values, and format
t
ing options
-
Grid thresholds, axis labels
-
Grid thresholds, axis labels
-
[
Annotations
](
http://grafana.org/docs/features/annotations
)
-
[
Annotations
](
http://grafana.org/docs/features/annotations
)
...
@@ -107,7 +107,7 @@ grafana admin user that is created on first startup also creates the main accoun
...
@@ -107,7 +107,7 @@ grafana admin user that is created on first startup also creates the main accoun
-
[
Time range controls
](
http://grafana.org/docs/features/time_range
)
-
[
Time range controls
](
http://grafana.org/docs/features/time_range
)
### InfluxDB
### InfluxDB
-
Use InfluxDB as a metric data source, annotation source and for dashboard storage
-
Use InfluxDB as a metric data source, annotation source
,
and for dashboard storage
-
Query editor with series and column typeahead, easy group by and function selection
-
Query editor with series and column typeahead, easy group by and function selection
### OpenTSDB
### OpenTSDB
...
@@ -121,7 +121,7 @@ There are no dependencies, Grafana is a client side application that runs in you
...
@@ -121,7 +121,7 @@ There are no dependencies, Grafana is a client side application that runs in you
Head to
[
grafana.org
](
http://grafana.org
)
and
[
download
](
http://grafana.org/download/
)
Head to
[
grafana.org
](
http://grafana.org
)
and
[
download
](
http://grafana.org/download/
)
the latest release.
the latest release.
Then follow the
quick
[
setup & config guide
](
http://grafana.org/docs/
)
. If you have any problems please
Then follow the
[
quick
setup & config guide
](
http://grafana.org/docs/
)
. If you have any problems please
read the
[
troubleshooting guide
](
http://grafana.org/docs/troubleshooting
)
.
read the
[
troubleshooting guide
](
http://grafana.org/docs/troubleshooting
)
.
## Documentation & Support
## Documentation & Support
...
@@ -129,12 +129,12 @@ Be sure to read the [getting started guide](http://grafana.org/docs/features/int
...
@@ -129,12 +129,12 @@ Be sure to read the [getting started guide](http://grafana.org/docs/features/int
feature guides.
feature guides.
## Run from master
## Run from master
Grafana uses
nodejs and g
runt for asset management (css & javascript), unit test runner and javascript syntax verification.
Grafana uses
Node.js and G
runt for asset management (css & javascript), unit test runner and javascript syntax verification.
-
clone repository
-
clone repository
-
install nodejs
-
install nodejs
-
npm install (in project root)
-
npm install (in project root)
-
npm install -g grunt-cli
-
npm install -g grunt-cli
-
grunt (runt default task that will generate css files)
-
grunt (
g
runt default task that will generate css files)
-
grunt build (creates optimized & minified release)
-
grunt build (creates optimized & minified release)
-
grunt release (same as grunt build but will also create tar & zip package)
-
grunt release (same as grunt build but will also create tar & zip package)
-
grunt test (executes jshint and unit tests)
-
grunt test (executes jshint and unit tests)
...
...
latest.json
View file @
df4a00f8
{
{
"version"
:
"1.9.1"
,
"version"
:
"1.9.1"
,
"url"
:
"http://grafanarel.s3.amazonaws.com/grafana-1.9.1.tar.gz"
"url"
:
"http
s
://grafanarel.s3.amazonaws.com/grafana-1.9.1.tar.gz"
}
}
src/app/plugins/datasource/elasticsearch/datasource.js
View file @
df4a00f8
...
@@ -265,7 +265,8 @@ function (angular, _, config, kbn, moment) {
...
@@ -265,7 +265,8 @@ function (angular, _, config, kbn, moment) {
query
:
{
query_string
:
{
query
:
queryString
}
},
query
:
{
query_string
:
{
query
:
queryString
}
},
facets
:
{
tags
:
{
terms
:
{
field
:
"tags"
,
order
:
"term"
,
size
:
50
}
}
},
facets
:
{
tags
:
{
terms
:
{
field
:
"tags"
,
order
:
"term"
,
size
:
50
}
}
},
size
:
this
.
searchMaxResults
,
size
:
this
.
searchMaxResults
,
sort
:
[
"_uid"
]
sort
:
[
"_uid"
],
fields
:
[
"title"
,
"tags"
]
};
};
return
this
.
_post
(
'/dashboard/_search'
,
query
)
return
this
.
_post
(
'/dashboard/_search'
,
query
)
...
@@ -281,8 +282,8 @@ function (angular, _, config, kbn, moment) {
...
@@ -281,8 +282,8 @@ function (angular, _, config, kbn, moment) {
var
hit
=
resultsHits
[
i
];
var
hit
=
resultsHits
[
i
];
displayHits
.
dashboards
.
push
({
displayHits
.
dashboards
.
push
({
id
:
hit
.
_id
,
id
:
hit
.
_id
,
title
:
hit
.
_source
.
title
,
title
:
hit
.
fields
.
title
,
tags
:
hit
.
_source
.
tags
tags
:
hit
.
fields
.
tags
});
});
}
}
...
...
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