Skip to content

pjd206/grafana-3d-globe-panel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Globe Panel for Grafana

license

A Cesium.js based 3D Globe panel, with some customization options.

Features

This panel just takes a CZML server URL and feeds it into the Cesium viewer, providing some customization options for the URL:

  • Use any template variable defined in the dashboard, either in the Base URL or Querystring.
  • Two built-in template variables giving easy access to the boundaries of the currently selected time range, expressed as unit timestamps:
    • $timeFrom
    • $timeTo

Installation

Grafana CLI

Install this plugin with the grafana-cli:

$ grafana-cli plugins install satellogic-3d-globe-panel

Manual Install

Just checkout this repo inside your grafana plugins directory, usually located at /var/lib/grafana/plugins, and restart grafana-server so it registers the new plugin.

Build

If you want to build this plugin from source, all you need is Node.js v6.5 or newer. Then run:

$ npm install
$ npm run build

That will build everything and place it in the dist directory.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request ⚡

History

0.1.0 (12/16)

Initial release

Credits

Globe icon made by http://www.freepik.com from www.flaticon.com is licensed by CC 3.0 BY

License

The MIT License (MIT)

Copyright (c) 2016 Satellogic SA.

See LICENSE for details

About

A cesium based 3d globe panel plugin for grafana

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.5%
  • HTML 13.6%
  • CSS 0.9%