Jun 12, 2015
Release 0.7.1
Release 0.7.1 of Tessera is now available.
A web application for constructing elegant, interactive presentations of data from Graphite.
Release 0.7.1 of Tessera is now available.
Easily extensible actions and transformations can interactively drill-down into data queries on the fly, or even completely transform them.
# Duplicate a dashboard with curl
curl -G
$TESSERA/api/dashboard/15
-d 'definition=true'
|
curl -X POST
$TESSERA/api/dashboard/
-H 'Content-Type: application/json'
-d @-
A REST-ful HTTP API provides access to everything, and allows
easy management with HTTP tools like curl
.
View standard Graphite static PNG charts, or interactive charts rendered by flot.
Data from Graphite can be presented in a wide variety of
textual formats — not just
graphs. summation_table
, timeshift_summation_table
, percentage_table
, singlestat
,
and jumbotron_singlestat
all provides additional
ways to present meaningful analyses of your metrics data.
Tessera includes 5 color themes out of the box — three light and two dark — including themes based on the popular Solarized color palette.