Commit graph

135 commits

Author SHA1 Message Date
Johan Tibell
cd08cac490 Whitespace only 2013-02-22 09:45:19 -08:00
Johan Tibell
a5436c7e2e Change basic example to not blow the stack
It was using sum from the Prelude which is implemented using a
non-strict left fold, causing it to blow the stack.
2013-02-22 09:42:43 -08:00
Johan Tibell
050c472410 Correctly bind the server to the right host name
This allows you to e.g. only listen for connections to localhost. This
fixes #11.
2013-02-21 16:50:42 -08:00
Johan Tibell
19e54b8fbc Add a note on security 2013-02-21 09:51:53 -08:00
Johan Tibell
642a13cfc7 Add release notes for 0.3.1.2 after the fact 2013-02-20 19:27:25 -08:00
Johan Tibell
2760182270 Remove mention of version number from the UI
It was too hard to keep in sync and didn't really serve any purpose.
2013-02-20 19:25:22 -08:00
Johan Tibell
f66b0ede98 Removing warning on base < 4.6 2013-02-20 09:22:33 -08:00
Johan Tibell
d9368753c5 Remove conditional export of GC counter
Previously par_tot_bytes_copied was only exported if base-6.4 or later
was used to compile ekg. Now it's always exported and uses
parAvgBytesCopied (which has the same meaning as parTotBytesCopied) when
ekg is compiled against older versions of base.
2013-02-20 09:14:00 -08:00
Johan Tibell
30ec8af91b Shorten complicated sentence in documentation 2013-02-20 08:27:19 -08:00
Johan Tibell
dc3adf4dd9 Small documentation tweaks 2013-02-20 08:25:26 -08:00
Johan Tibell
60e28182e9 Move documentation of user-defined counters
It was mistakenly moved to an internal module as part of a refactoring.
2013-02-20 08:23:50 -08:00
Conrad Parker
1bf10844ce Split out Common and Snap modules
Move the Snap-specific code to a single module, to allow backends
using other webservers.
2013-01-03 17:17:10 +08:00
Conrad Parker
d782506466 Extract content builders as IO actions 2013-01-03 16:16:20 +08:00
Johan Tibell
d1e8628204 If GC stats aren't available, just return 0 for all values 2012-09-18 23:11:34 +02:00
Johan Tibell
8884284701 Bump version number to 0.3.1.2 2012-09-18 22:56:12 +02:00
Johan Tibell
8ec7f79c6c Check getGcStatsEnabled on 7.6.1 2012-09-18 22:55:07 +02:00
Johan Tibell
27467a61b3 parAvgBytesCopied was renamed in GHC 7.6.1 2012-09-18 22:30:23 +02:00
Johan Tibell
65adb902ed Bump version number to 0.3.1.1 2012-06-25 07:56:21 -07:00
Johan Tibell
e04281ee5b Add release notes for 0.3.1.1 2012-06-25 07:55:26 -07:00
Bas van Dijk
63a9a79816 Bump dependency on snap 2012-06-18 17:14:11 +02:00
Johan Tibell
33b9e8b51a Bump dependency on containers 2012-05-05 08:26:59 -07:00
Johan Tibell
2384bfce22 Update release notes 2012-04-18 07:51:49 -07:00
Johan Tibell
1ee934d162 Add examples to sdist tarball 2012-04-17 19:11:23 -07:00
Johan Tibell
2cf463e0cf Extend example with labels 2012-04-17 19:06:32 -07:00
Johan Tibell
7a59122d32 Bump version number to v0.3.1.0 2012-04-17 18:59:22 -07:00
Johan Tibell
38f4966ada Fix documentation error 2012-04-17 18:33:34 -07:00
Johan Tibell
132a6d1618 Documentation improvements 2012-04-17 18:28:16 -07:00
Iustin Pop
add31da92a Fix a few cases of wrong semicolon usage in JS
These are based on linter output, but they look sane.
2012-04-18 00:12:09 +02:00
Iustin Pop
225725d951 Show labels in the client HTML interface
Note that I'm not familiar with JavaScript, so I'm not sure whether
the changes to monitor.js are correct, please review carefully.
2012-04-17 22:45:57 +02:00
Iustin Pop
244f524bf5 Some whitespace cleanup
monitor.js had (in just a few places) tabs and whitespace-at-EOL.
2012-04-17 22:30:12 +02:00
Iustin Pop
72bd777355 Integrate the Label type into Monitoring.hs
This adds the framework for being able to actually store and retrieve
labels as part of the server. They are exported in the json objects,
but the client-side files will be updated in a separate patch.
2012-04-17 22:25:24 +02:00
Iustin Pop
42357a50ea Add a Label metric type
This is used to hold Text values, which are free-form and can be used
for (e.g.) hostname, command line, etc.

I've used Text, but I'm not sure whether String would make more sense
for (what are supposed to be) such small values.
2012-04-17 22:21:30 +02:00
Iustin Pop
a3879e049e Use FunctionalDependencies for internal 'Ref' class
This is needed for reference types which don't necessarily have an Int
type (for example, they could be Text, or Double, etc.).
2012-04-17 22:07:42 +02:00
Iustin Pop
3700fcdfac Fix a simple typo 2012-04-17 21:17:21 +02:00
Johan Tibell
9a48304a96 Bump version number to 0.3.0.5 2012-04-14 19:01:25 -07:00
Johan Tibell
2baf63aa98 Add release notes 2012-04-14 19:00:53 -07:00
Iustin Pop
0932334436 Add original (non-minified) JS files
In order to make distribution in Debian (which doesn't regard the
minified form as the “original” source) easier, ship the non-minified
sources too. They are not installed, just included in the archive.

Additionally, add a LICENSE.javascript file to clarify the origin of
the extra files.

Signed-off-by: Iustin Pop <iusty@k1024.org>
2012-04-13 18:46:03 +02:00
Johan Tibell
77fd0d2e2a Include all license and readme files in the dist tarball 2012-04-04 18:21:27 -07:00
Johan Tibell
1e66ed5ad0 Bump version number to 0.3.0.4 2012-04-03 18:29:32 -07:00
Johan Tibell
9cee1f4bc0 Update changelog 2012-04-03 18:28:59 -07:00
Johan Tibell
c9ad661d7c Change icons to Creative Commons Attribution 3.0 licensed ones 2012-04-03 18:27:06 -07:00
Johan Tibell
3a246d6bba Add license section for the last icon 2012-04-01 16:52:55 -07:00
Johan Tibell
230609d261 Add license file for icons 2012-04-01 15:38:43 -07:00
Johan Tibell
a3af8249c8 Bump dependency on transformers 2012-03-22 20:49:07 -07:00
Johan Tibell
c4c9d264d0 Update release notes 2012-03-19 14:42:44 -07:00
Johan Tibell
56b85922b4 Bump version number to 0.3.0.3 2012-03-19 14:42:10 -07:00
Johan Tibell
36b76e7346 Support Snap 0.8 2012-03-19 14:41:42 -07:00
Johan Tibell
e49b1c57fd Add release notes 2012-03-07 09:28:54 -08:00
Johan Tibell
2085e3a110 Bump version number to 0.3.0.2 2012-03-07 08:56:55 -08:00
Johan Tibell
d7a3c8882b Bump dependency on unordered-containers 2012-03-07 08:53:24 -08:00