mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
docs: updated go and node version requirements for building, fixes #8097
This commit is contained in:
33
README.md
33
README.md
@@ -1,4 +1,4 @@
|
|||||||
[Grafana](https://grafana.com) [](https://circleci.com/gh/grafana/grafana)
|
[Grafana](https://grafana.com) [](https://circleci.com/gh/grafana/grafana)
|
||||||
================
|
================
|
||||||
[Website](https://grafana.com) |
|
[Website](https://grafana.com) |
|
||||||
[Twitter](https://twitter.com/grafana) |
|
[Twitter](https://twitter.com/grafana) |
|
||||||
@@ -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/)
|
- [What's New in Grafana 4.2](http://docs.grafana.org/guides/whats-new-in-v4-2/)
|
||||||
|
|
||||||
## Features
|
## 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
|
### Graphing
|
||||||
- Fast rendering, even over large timespans
|
- Fast rendering, even over large timespans
|
||||||
@@ -48,16 +42,23 @@ Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
|
|||||||
- [Time range controls](http://docs.grafana.org/reference/timerange/)
|
- [Time range controls](http://docs.grafana.org/reference/timerange/)
|
||||||
- [Share snapshots publicly](http://docs.grafana.org/v2.0/reference/sharing/)
|
- [Share snapshots publicly](http://docs.grafana.org/v2.0/reference/sharing/)
|
||||||
|
|
||||||
### Elasticsearch
|
|
||||||
- Feature rich query editor UI
|
|
||||||
|
|
||||||
### InfluxDB
|
### InfluxDB
|
||||||
- Use InfluxDB as a metric data source, annotation source
|
- 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
|
||||||
|
|
||||||
### OpenTSDB
|
### Graphite
|
||||||
- Use as metric data source
|
- Graphite target expression parser
|
||||||
- Query editor with metric name typeahead and tag filtering
|
- 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
|
||||||
|
|
||||||
|
### Alerting
|
||||||
|
- Define alert rules using graphs & query conditions
|
||||||
|
- Schedule & evalute alert rules, send notifications to Slack, Hipchat, Email, PagerDuty, etc.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
There are no dependencies except an external time series data store. For dashboards and user accounts Grafana can use an embedded
|
There are no dependencies except an external time series data store. For dashboards and user accounts Grafana can use an embedded
|
||||||
@@ -78,8 +79,8 @@ the latest master builds [here](https://grafana.com/grafana/download)
|
|||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
|
|
||||||
- Go 1.8
|
- Go 1.8.1
|
||||||
- NodeJS v4+
|
- NodeJS LTS
|
||||||
|
|
||||||
### Get Code
|
### Get Code
|
||||||
|
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ dev environment. Grafana ships with its own required backend server; also comple
|
|||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
- [Go 1.8](https://golang.org/dl/)
|
- [Go 1.8.1](https://golang.org/dl/)
|
||||||
- [NodeJS](https://nodejs.org/download/)
|
- [NodeJS LTS](https://nodejs.org/download/)
|
||||||
|
|
||||||
## Get Code
|
## Get Code
|
||||||
Create a directory for the project and set your path accordingly. Then download and install Grafana into your $GOPATH directory
|
Create a directory for the project and set your path accordingly. Then download and install Grafana into your $GOPATH directory
|
||||||
|
|||||||
Reference in New Issue
Block a user