1
0
mirror of https://github.com/Luzifer/mondash.git synced 2024-09-19 08:52:58 +00:00
Commit Graph

157 Commits

Author SHA1 Message Date
6cc4dc4572 Fix: Do not try to load negative slice bounds 2016-01-23 13:22:33 +01:00
f4164b4a86 Prepared release 1.5.0 2015-07-10 20:30:24 +02:00
91b4e1a21c Display only 60 items in graph
The decision is left to the template so template designers can easily change this behavior by removing the lastNItems filter in the template itself. Also the value can be changed easily.

fixes #4
2015-07-10 20:28:55 +02:00
ee8770b9d8 Colorize current value label according to metric status 2015-07-07 01:20:50 +02:00
e49556277c Prepared release 1.4.0 2015-07-07 01:14:29 +02:00
1937b981f6 Fix: Was not storing data 2015-07-07 01:01:14 +02:00
ae3e597e56 Fix: Config is required to determine bucket name 2015-07-06 23:53:12 +02:00
72d90f5fbe Added check for configuration 2015-07-06 23:23:07 +02:00
d80b6cbaa3 Updated README 2015-07-06 23:15:13 +02:00
1960402d64 Fix: New dashboards were not storable 2015-07-06 23:07:04 +02:00
c9a95aa012 Added abbreviation to MAD 2015-07-06 23:06:11 +02:00
a3a148b0ff Write access-log 2015-07-06 22:49:05 +02:00
b9e5281a87 Fix: Do not try to continue if error ocurred 2015-07-06 22:32:25 +02:00
d975f946de Fix: Use BaseURL from config 2015-07-06 22:24:56 +02:00
6d5375e55a Migrated to Gorilla mux instead of martini 2015-07-06 22:23:46 +02:00
3cdda0175f Added support for local file storage 2015-07-06 22:08:56 +02:00
2cf993e1b4 Refreshed Godeps 2015-07-06 21:44:45 +02:00
43caf7e23d LINT: Documented source code 2015-07-06 21:44:13 +02:00
632ab60018 Moved towards modular storage system 2015-07-06 21:41:21 +02:00
daa9b7eed7 Added "value" parameter to API documentation and welcome runner 2015-07-06 20:35:51 +02:00
13beddc97a Prepared release 1.3.0 2015-07-06 20:32:27 +02:00
ad23f880f3 Revert "Change hard-coded EUWest to USEast"
This reverts commit 84297ff0a6.
2015-07-06 20:28:55 +02:00
36fc6ede75 Revert "Remove S3"
This reverts commit ba4ccee98c.
2015-07-06 20:28:44 +02:00
55386a5eab Merge remote-tracking branch 'alphahat/master' 2015-07-06 20:27:41 +02:00
444420523b Added license file 2015-05-25 20:29:52 +02:00
45316fc367 Prepared release 1.2.2 2015-04-22 22:13:37 +02:00
fad4a6cb8d Close the reader to ensure we don't spam with open FDs 2015-04-22 22:13:00 +02:00
afaa9344c7 Replaced URL to use apex 2015-03-12 23:53:33 +01:00
zainhoda
ba4ccee98c Remove S3
S3 storage becomes really expensive. The network latency is also worse
than local file latency.
2015-03-12 01:13:45 -04:00
zainhoda
3f7e71c0c9 Fix a bug for a median of 1 value 2015-02-22 21:20:14 -05:00
zainhoda
525db95b08 Add statistical monitoring 2015-02-22 20:16:40 -05:00
zainhoda
e5da9e4c17 Additional fixes for graphing
Historical data should be appended at the end of the list. Add some
Javascript code to convert time in int to time in string.
2015-02-22 16:19:26 -05:00
zainhoda
740ac28ce6 Add "value" as an option and basic graphing capabilities 2015-02-22 15:58:58 -05:00
Zain Hoda
84297ff0a6 Change hard-coded EUWest to USEast
In the future this should be read as an environment variable
2015-02-22 14:29:48 -05:00
6a9958088b Prepared release 1.2.1 2015-02-20 20:00:08 +01:00
077c1751cd Building against go1.4.2 2015-02-20 19:59:22 +01:00
ffaa5dc827 GOLINT: Reduced complexity of main function 2015-02-20 19:58:16 +01:00
67eb34ac43 GOLINT: Explicitly ignore errors 2015-02-20 19:47:36 +01:00
2cfd00b245 GOLINT: Unexported data types 2015-02-20 19:41:36 +01:00
aa206743e2 Prepared release 1.2.0 2015-02-17 20:50:50 +01:00
4d5038f998 Updated dependencies 2015-02-17 20:47:10 +01:00
1065a3a89e Added Godeps to ensure build environment is stable 2015-02-17 20:07:02 +01:00
076f81c4cd Added links to API docs to navbar 2015-02-08 11:03:00 +01:00
1c6f6ae9a2 Added HTTPs protocol to API documentation 2015-02-08 09:50:40 +01:00
dc97e1f218 Added link to the API 2015-02-08 09:48:49 +01:00
b5f8659eac Prepared release 1.1.0 2015-02-08 09:46:50 +01:00
dd8ce13eaf Do not show expired metrics 2015-02-08 09:16:32 +01:00
20d26087c5 Fix: Store metricID in newly created metric 2015-02-08 08:58:41 +01:00
5773189317 Some small bugfixes and imporovements
+ More speaking errors
+ Use validation for data from input
+ Prevent NaN errors
+ Use correct initialization for objects
2015-02-08 00:34:55 +01:00
07a0f8ba79 Initialize meta on new metrics 2015-02-07 23:36:40 +01:00