Plugins 〉Open-Falcon


Developer

Fastweb Inc.

Sign up to receive occasional product news and updates:


Grafana Cloud
ObservabilityCON on the Road: Chicago (Mar 11)

See demos of new Grafana Cloud observability workflows, hear community success stories, and leave with what you need to advance your observability roadmap.


The Open-Falcon plugin has been deprecated and is no longer maintained.

Data Source
community

Open-Falcon

  • Overview
  • Installation
  • Related content

Open-Falcon plugin for Grafana

Open-Falcon is an open-source, enterprise-level, and large-scale service monitoring system and time series database. It's initially released by Xiaomi SRE team in 2015 and heavily used in Xiaomi. Open-Falcon is now one of the most popular monitoring system in China internet companies:

More Info:

Installation

Method 1: Building from Source

git clone https://github.com/grafana/grafana
git checkout v3.0-beta7

Building Backend

cd $GOPATH/src/github.com/grafana/grafana
go run build.go setup            (only needed once to install godep)
godep restore                    (will pull down all golang lib dependencies in your current GOPATH)
go run build.go build

Building Frontend

npm install
npm install -g grunt-cli
grunt

Checkout the plugin

cd $GRAFANA_PATH/public_gen/app/plugins/datasource
git clone https://github.com/hitripod/grafana-openfalcon-datasource openfalcon

Start grafana-server

./bin/grafana-server

Method 2: Using grafana-cli

grafana-cli plugins install grafana-openfalcon-datasource

Checkout the plugin

cd /var/lib/grafana/plugins
git clone https://github.com/hitripod/grafana-openfalcon-datasource grafana-openfalcon-datasource

Update the plugin information

Add the following into $GRAFANA_PATH/conf/defaults.ini:

[plugin.openfalcon]
path = /var/lib/grafana/plugins/grafana-openfalcon-datasource

After Installation

If the installation is successful, Open-Falcon datasource would be shown as follow:

Installing Open-Falcon on Grafana Cloud:

For more information, visit the docs on plugin installation.

Installing on a local Grafana:

For local instances, plugins are installed and updated via a simple CLI command. Plugins are not updated automatically, however you will be notified when updates are available right within your Grafana.

1. Install the Data Source

Use the grafana-cli tool to install Open-Falcon from the commandline:

grafana-cli plugins install 

The plugin will be installed into your grafana plugins directory; the default is /var/lib/grafana/plugins. More information on the cli tool.

2. Configure the Data Source

Accessed from the Grafana main menu, newly installed data sources can be added immediately within the Data Sources section.

Next, click the Add data source button in the upper right. The data source will be available for selection in the Type select box.

To see a list of installed data sources, click the Plugins item in the main menu. Both core data sources and installed data sources will appear.