Skip to content

Commit

Permalink
docs: updated go and node version requirements for building, fixes gr…
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelo committed Apr 12, 2017
1 parent 07466b6 commit 09cec31
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
33 changes: 17 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Grafana](https://grafana.com) [![Circle CI](https://circleci.com/gh/grafana/grafana.svg?style=svg)](https://circleci.com/gh/grafana/grafana)
[Grafana](https://grafana.com) [![Circle CI](https://circleci.com/gh/grafana/grafana.svg?style=svg)](https://circleci.com/gh/grafana/grafana)
================
[Website](https://grafana.com) |
[Twitter](https://twitter.com/grafana) |
Expand All @@ -19,12 +19,6 @@ Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
- [What's New in Grafana 4.2](http://docs.grafana.org/guides/whats-new-in-v4-2/)

## Features
### Graphite Target Editor
- Graphite target expression parser
- Feature rich query composer
- Quickly add and edit functions & parameters
- Templated queries
- [See it in action](http://docs.grafana.org/datasources/graphite/)

### Graphing
- Fast rendering, even over large timespans
Expand All @@ -48,16 +42,23 @@ Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
- [Time range controls](http://docs.grafana.org/reference/timerange/)
- [Share snapshots publicly](http://docs.grafana.org/v2.0/reference/sharing/)

### Elasticsearch
- Feature rich query editor UI

### InfluxDB
- Use InfluxDB as a metric data source, annotation source
- Query editor with series and column typeahead, easy group by and function selection
- Query editor with field and tag typeahead, easy group by and function selection

### Graphite
- Graphite target expression parser
- Feature rich query composer
- Quickly add and edit functions & parameters
- Templated queries
- [See it in action](http://docs.grafana.org/datasources/graphite/)

### Elasticsearch, Prometheus & OpenTSDB
- Feature rich query editor UI

### OpenTSDB
- Use as metric data source
- Query editor with metric name typeahead and tag filtering
### Alerting
- Define alert rules using graphs & query conditions
- Schedule & evalute alert rules, send notifications to Slack, Hipchat, Email, PagerDuty, etc.

## Requirements
There are no dependencies except an external time series data store. For dashboards and user accounts Grafana can use an embedded
Expand All @@ -78,8 +79,8 @@ the latest master builds [here](https://grafana.com/grafana/download)

### Dependencies

- Go 1.8
- NodeJS v4+
- Go 1.8.1
- NodeJS LTS

### Get Code

Expand Down
4 changes: 2 additions & 2 deletions docs/sources/project/building_from_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dev environment. Grafana ships with its own required backend server; also comple

## Dependencies

- [Go 1.8](https://golang.org/dl/)
- [NodeJS](https://nodejs.org/download/)
- [Go 1.8.1](https://golang.org/dl/)
- [NodeJS LTS](https://nodejs.org/download/)

## Get Code
Create a directory for the project and set your path accordingly. Then download and install Grafana into your $GOPATH directory
Expand Down

0 comments on commit 09cec31

Please sign in to comment.