prometheus/web
Matt T. Proud e86f4d9dfd Convert time readers to represent time in UTC.
Go's time.Time represents time as UTC in its fundamental data type.
That said, when using ``time.Unix(...)``, it sets the zone for the
time representation to the local.  Unfortunately with diagnosis and
our tests, it is a PITA to jump between various zones, even though
the serialized version remains the same.

To keep things easy, all places where times are generated or read
are converted into UTC.  These conversions are cheap, for
``Time.In`` merely changes a pointer reference in the struct,
nothing more.  This enables me to diagnose test failures with fixture
data very easily.
2013-04-24 12:19:41 +02:00
..
api Convert time readers to represent time in UTC. 2013-04-24 12:19:41 +02:00
blob Take Path fragment from URL instead of whole URL. 2013-04-09 12:12:24 +02:00
static Add per graph auto-refresh option to web UI. 2013-04-22 11:42:23 +02:00
templates Convert addresses pointing to localhost in status. 2013-04-12 15:14:04 +02:00
handler.go Add navigation menu to all pages + change routes. 2013-04-04 16:36:53 +02:00
Makefile Include nascent curator scaffolding. 2013-03-25 19:38:14 +01:00
status.go Split status template into two templates. 2013-03-27 17:40:01 +01:00
web.go Register pprof /debug endpoints with custom HTTP mux. 2013-04-22 13:21:24 +02:00