Socket
Socket
Sign inDemoInstall

aardvark

Package Overview
Dependencies
127
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    aardvark

An OpenTSDB Visualiser


Version published
Weekly downloads
9
decreased by-62.5%
Maintainers
1
Install size
29.3 MB
Created
Weekly downloads
 

Readme

Source

NPM version NPM downloads GPL License Build Status Coverage

aardvark

An OpenTSDB Visualiser.

A brief list of features:

  • Javascript client-side rendered charts:
    • Line charts
    • Ratio charts
    • Mean weighted charts
    • Horizon charts
    • Scatter 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

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
  • Add/edit annotations
  • Metadata viewer

Getting started

  • Install node
  • Run some commands:
   $ git clone https://github.com/eswdd/aardvark.git
   $ cd aardvark
   $ npm install
   $ node aardvark.js -s -d

Why the name?

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-2016 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.

FAQs

Last updated on 13 Aug 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc