This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
grafana
Watch
3
Star
0
Fork
0
You've already forked grafana
mirror of
https://github.com/grafana/grafana.git
synced
2025-02-25 18:55:37 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
58dbb01e76f4412ee150e86587296de0bb83aba9
grafana
/
src
/
app
/
services
/
graphite
History
Torkel Ödegaard
58dbb01e76
Added new config setting timezoneOffset, usefull when your graphite server is on a different timezone thant your users browsers. This is not optimal (for example if your users have different timezones) can be improved by finding a way to query the timezone different between browser and graphite server. Or fix so that the &tz graphite parameter works for json, then all absolute filters can use UTC time.
#31
2014-01-24 17:00:54 +01:00
..
gfunc.js
added more function definitions, added small hack to make randomWalk and countLine that do not take any series work with the parser and target editor (the whole target editor and parsing & back to target rendering needs to be rewritten to handle functions that take multiple series)
2014-01-20 16:48:02 +01:00
graphiteSrv.js
Added new config setting timezoneOffset, usefull when your graphite server is on a different timezone thant your users browsers. This is not optimal (for example if your users have different timezones) can be improved by finding a way to query the timezone different between browser and graphite server. Or fix so that the &tz graphite parameter works for json, then all absolute filters can use UTC time.
#31
2014-01-24 17:00:54 +01:00
lexer.js
fix: lexer enhancement to support asterix and dash in metric segment
2014-01-14 20:57:07 +01:00
parser.js
Partial fix for
#10
, the lexer & parser can now handle curly brace, but target editor needs to be updated to support selecting multiple segment nodes
2014-01-21 12:43:32 +01:00