Commit graph

10 commits

Author SHA1 Message Date
Johan Tibell
f487ac6b71 Allow sampling of subsets of all metrics 2013-11-21 21:47:28 +01:00
Johan Tibell
7c0db01966 Change the API of sampleAll 2013-11-21 21:12:04 +01:00
Johan Tibell
bc8955aa30 Move parseHttpAccept to Snap module 2013-11-05 20:52:45 +01:00
Johan Tibell
a2fd56d42c Add a way to get a snapshot of all metrics 2013-05-19 12:14:42 -07:00
Johan Tibell
db950016fc Generalize readAllRefs 2013-05-19 11:57:09 -07:00
Johan Tibell
bb86dce66a Generalize partitionGcStats 2013-05-19 11:53:59 -07: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
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