All Projects → trivago → influxdbviewer

trivago / influxdbviewer

Licence: Apache-2.0 license
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Purpose

This tool allows easier access to influxdb databases. It offers pagination, caching, command and login history and browser back button functionality. Also adds LIMIT clauses to unlimited queries, for safety. Supports both version 0.8 and 0.9+

Query result screenshot

Usage

Requires a webserver with php.

  1. Clone or download the InfluxDBviewer codebase
  2. Install Dependencies via Composer:
    $ cd web/; curl -s http://getcomposer.org/installer | php
    $ php composer.phar install
  3. apt-get install php5-curl
  4. Set date.timezone option in php.ini because otherwise the twig template engine might complain.
  5. Configure your webserver to include this project, and please use https because the credentials are sent to the database without being encrypted.

Tips

  • to see a human readable version of any timestamp, move the mouse over it.
  • after running a list series command, click on the series name to get the latest 1000 entries for this metric.
  • click on the three dots on the left of the screen to expand your query history.
  • both the auto-limit and the cache can be deactivated in the config.

Dependencies

  • twig >= 1.8

Feature suggestions

  • display series name per datapoint if the select statement used a regex.

Acknowledgements

Melanie Patrick, Kay Drechsler, Christoph Reinartz, Matthias Cieschinger, Matthias Endler, Inga Feick @ trivago GmbH

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].