EnergyLink App para mostrar información del mercado y resultados de las operaciones

Torkel Ödegaard e5bb7f7c2d CustomDatasource: fixed build optimization issue with custom datasources, Fixes #994 11 роки тому
sample 0aa5505d7f Updated readme, and other small changes for 1.7.0-rc1 release 11 роки тому
src e5bb7f7c2d CustomDatasource: fixed build optimization issue with custom datasources, Fixes #994 11 роки тому
tasks e5bb7f7c2d CustomDatasource: fixed build optimization issue with custom datasources, Fixes #994 11 роки тому
' a982dd1765 ScriptedDashboard: using grafana services in scripted dashboard 11 роки тому
.gitignore 4cd53ce119 Merge branch 'cleanup-generated-files' of github.com:clkao/grafana into clkao-cleanup-generated-files 11 роки тому
.jscs.json ce8bdabab8 Adding JSCS (javascript style checker) 11 роки тому
.jsfmtrc 2c85205259 SharePanelModal: working on share feature, #864 11 роки тому
.jshintrc e2dae1f484 cleanup of unused code, small style changes 11 роки тому
.travis.yml 7fc1fed91e make CI build faster 11 роки тому
CHANGELOG.md a7b0f6dc9f ScriptedDashboard: datasource services are now available in scripted dashboards, you can query datasource for metric keys, generate dashboards, and even save them in a scripted dashboard (see scripted_gen_and_save.js for example), Closes #991 11 роки тому
CONTRIBUTING.md a76d9b87f0 Improved markdown formatting in the contributing page. 11 роки тому
Gruntfile.js aec9a42ee1 Skeleton API docs 12 роки тому
LICENSE.md c679a24c03 updated license and added notice, hard to know how to handle attribution, and copyright, wish kibana src files had license headers 12 роки тому
NOTICE.md c679a24c03 updated license and added notice, hard to know how to handle attribution, and copyright, wish kibana src files had license headers 12 роки тому
README.md bcdc8eafa6 Updated gitter badge 11 роки тому
latest.json bf361d2b02 Updated package.json version and latest.json, preparation for 1.8.1 release 11 роки тому
package.json 282c834d9f updated package.json 11 роки тому

README.md

Grafana Build Status Coverage Status Gitter

Website | Twitter | IRC | Email

Grafana is An open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB & OpenTSDB.

Features

Graphite Target Editor

  • Graphite target expression parser
  • Feature rich query composer
  • Quickly add and edit functions & parameters
  • Templated queries
  • See it in action

Graphing

  • Fast rendering, even over large timespans.
  • Click and drag to zoom.
  • Multiple Y-axis.
  • Bars, Lines, Points.
  • Smart Y-axis formating
  • Series toggles & color selector
  • Legend values, and formating options
  • Grid thresholds, axis labels
  • Annotations

Dashboards

  • Create, edit, save & search dashboards
  • Change column spans and row heights
  • Drag and drop panels to rearrange
  • Use InfluxDB or Elasticsearch as dashboard storage
  • Import & export dashboard (json file)
  • Import dashboard from Graphite
  • Templating
  • Scripted dashboards
  • Dashboard playlists
  • Time range controls

InfluxDB

  • 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

OpenTSDB

  • Use as metric data source
  • Query editor with metric name typeahead and tag filtering

Requirements

There are no dependencies, Grafana is a client side application that runs in your browser. It only needs a time series store where it can fetch metrics. If you use InfluxDB Grafana can use it to store dashboards. If you use Graphite or OpenTSDB you can use Elasticsearch to store dashboards or just use json files stored on disk.

Installation

Head to grafana.org and download the latest release.

Then follow the quick setup & config guide. If you have any problems please read the troubleshooting guide.

Documentation & Support

Be sure to read the getting started guide and the other feature guides.

Run from master

Grafana uses nodejs and grunt for asset management (css & javascript), unit test runner and javascript syntax verification.

  • clone repository
  • install nodejs
  • npm install (in project root)
  • npm install -g grunt-cli
  • grunt (runt default task that will generate css files)
  • grunt build (creates optimized & minified release)
  • grunt release (same as grunt build but will also create tar & zip package)
  • grunt test (executes jshint and unit tests)

Contribute

If you have any idea for an improvement or found a bug do not hesitate to open an issue. And if you have time clone this repo and submit a pull request and help me make Grafana the kickass metrics & devops dashboard we all dream about!

Before creating a pull request be sure that "grunt test" runs without any style or unit test errors, also please sign the CLA

License

Grafana is distributed under Apache 2.0 License.