An OpenTSDB Visualiser.
A brief list of features:
- Javascript client-side rendered charts:
- Line charts
- Ratio charts
- Mean weighted charts
- Horizon charts
- Scatter charts
- Heatmap charts
- Auto scaling
- Stacked charts
- Filtering by value or top/bottom timeseries
- Deep linking
- Tree based metric selection
- Baselining - compare a time series to an earlier version of itself
- View annotations
- Add/edit annotations
Intended additional features:
- Auto-downsampling of series to prevent browser 'lock-up'
- Filter UI by tag key/value and or time range
- Popout to Gnuplot image
- Metadata viewer
- Install node
- Run some commands:
$ git clone https://github.com/eswdd/aardvark.git
$ cd aardvark
$ npm install
$ node aardvark.js -s -d
- Point browser at http://localhost:8000/.
It was originally called Otis (from OpenTSDB Visualiser). Anyone growing up in the UK in the 90's should be well aware of Otis the Aardvark.
Copyright 2014-2017 Simon Matic Langford
Licensed under the GNU General Public License, Version 3.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.gnu.org/licenses/gpl-3.0.txt
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.