Commit Graph

  • acf4e9ce2b Decouple from Bazaar. Matt T. Proud 2013-01-18 16:29:47 +0100
  • c19702aca2 Merge pull request #11 from matttproud/feature/include-instance-uptime Matt T. Proud 2013-01-18 07:25:10 -0800
  • 4cab4a892e Include instance uptime information in the stack. Matt T. Proud 2013-01-18 15:47:40 +0100
  • d670ebaba5 Merge pull request #9 from matttproud/feature/base-labels-on-registration juliusv 2013-01-15 11:36:00 -0800
  • 1134be8073 Add ``baseLabels`` to the registration signature. Matt T. Proud 2013-01-15 20:18:43 +0100
  • 32452fc15a Merge pull request #8 from matttproud/feature/docstrings-on-registration juliusv 2013-01-15 11:13:15 -0800
  • e53e7ec940 Add docstrings in registration signature. Matt T. Proud 2013-01-15 20:10:04 +0100
  • 4aad7189f1 Merge pull request #7 from matttproud/feature/setable-ports-in-examples juliusv 2013-01-11 14:51:56 -0800
  • 1800ee2925 Make listening port for examples to be settable. Matt T. Proud 2013-01-11 22:52:36 +0100
  • e9b12f3921 Merge pull request #6 from kesselborn/basic-auth-fix Matt T. Proud 2013-01-09 05:02:42 -0800
  • 0f7fe643f0 Tell clients to authenticate with basic auth Daniel Bornkessel 2013-01-09 13:59:50 +0100
  • 872a959b31 Merge pull request #5 from kesselborn/feature/basic-auth-support Matt T. Proud 2013-01-09 03:51:09 -0800
  • 3dbf5d550b Rename YieldProtectedExporter -> YieldBasicAuthExporter Daniel Bornkessel 2013-01-09 12:48:33 +0100
  • 45f6fe3bf1 Constantize string Daniel Bornkessel 2013-01-09 12:47:33 +0100
  • 397d68435c Merge pull request #4 from kesselborn/feature/correct-content-type Matt T. Proud 2013-01-09 03:35:29 -0800
  • ca53ce1081 Implement simple basic auth for the exporter Daniel Bornkessel 2013-01-08 16:56:19 +0100
  • 05891fd731 Remove explicit WriteHeader call to have correct content type Daniel Bornkessel 2013-01-03 18:44:50 +0100
  • 474d1d53d1 Merge pull request #3 from kesselborn/feature/extract-counter-from-gauge Matt T. Proud 2012-12-19 02:54:51 -0800
  • 4cb006cce4 Split Gauge into Gauge and Counter Daniel Bornkessel 2012-12-19 11:48:12 +0100
  • ecd039b705 Merge pull request #2 from matttproud/feature/matt/simplify-and-refresh-travis Matt T. Proud 2012-12-19 02:43:16 -0800
  • 96c93dad9d Simplify the Travis-CI configuration. Matt T. Proud 2012-12-19 11:24:17 +0100
  • 640a0122f5 Merge pull request #1 from kesselborn/feature/humanize-to-string Matt T. Proud 2012-12-19 02:13:25 -0800
  • 7d03988350 Merge pull request #1 from kesselborn/feature/humanize-to-string Matt T. Proud 2012-12-19 02:13:25 -0800
  • 644d89de15 Change Humanzie() -> String() Daniel Bornkessel 2012-12-19 11:10:09 +0100
  • 628071f203 Revert "Attempt Go configuration with valid test." Matt T. Proud 2012-07-11 08:20:29 -0700
  • ac812287bc Attempt Go configuration with valid test. Matt T. Proud 2012-07-11 08:17:35 -0700
  • f4ae617a91 Yet another process of elimination for test. Matt T. Proud 2012-07-10 23:35:29 -0700
  • 9355aa9291 Simplifying the type of test statement for process of elimination. Matt T. Proud 2012-07-10 23:32:12 -0700
  • dc3a47f278 Validating that final test statement does not blow up Travis. Matt T. Proud 2012-07-10 23:28:39 -0700
  • 35d39520ec Remove final check for Go. Matt T. Proud 2012-07-10 23:25:31 -0700
  • 42aa468071 OK. Apparently the Ruby environment is a no-no. Matt T. Proud 2012-07-10 23:21:21 -0700
  • c8e4afd085 Switch to Go environment and add extra sanity check. Matt T. Proud 2012-07-10 23:17:49 -0700
  • a4f189593f Forgot to use sudo. God damn it, Travis. Matt T. Proud 2012-07-10 23:04:28 -0700
  • ff78be55d0 Kill golang from environment since it is installed. Matt T. Proud 2012-07-10 23:00:38 -0700
  • cc4c8f34b3 Revert "Keeping Erlang with diagnostics." Matt T. Proud 2012-07-10 22:54:55 -0700
  • 172517165a Keeping Erlang with diagnostics. Matt T. Proud 2012-07-10 22:52:36 -0700
  • 4ad714245c Revert "Determine whether Go exists in the Travis CI." Matt T. Proud 2012-07-10 22:51:08 -0700
  • 7ad00de665 Determine whether Go exists in the Travis CI. Matt T. Proud 2012-07-10 22:47:44 -0700
  • a0f424f3ce Revert "Trial an experiment of the Travis CI language." Matt T. Proud 2012-07-10 22:25:57 -0700
  • b98b2c806b Trial an experiment of the Travis CI language. Matt T. Proud 2012-07-10 22:18:23 -0700
  • e0b92aec7a - Separate out the packages' files' documentation into a separate documentation file per package. - Provide better examples in the examples subdirectory. - Make the comments consistent in terms of using multi-line format for future-proofing. - Extract major constants out. Matt T. Proud 2012-05-24 20:02:44 +0200
  • 5ea9b1a0b5 - Improved comments throughout the package. - Added normal and exponential distributions to one of the examples. - Improved the naming of a couple of local variables. - Handled an error in the AccumulatingBucket ValueForIndex function whereby the vestigal old behavior was accidentally preserved and not updated. This could have been caught had the tests been updated first. - Simplify Histogram prospectiveIndexForPercentile such that various small tasks it performs are extracted into separate functions for easier testing and code comprehension. - Remedy a regression in Histogram prospectiveIndexForPercentile whereby the prospective index may have included the terminating element of a bucket. - Provide help for Histogram prospectiveIndexForPercentile such that requesting the terminating element of a bucket will fast-forward to the first element of the next non-empty bucket. - Fix TallingBucket's boundary constant, because they were originally keyed toward percentages [0, 100], not decimal-based ones. The antique tests had been temporarily commented out, which prevented this regression from being exposed. Matt T. Proud 2012-05-22 09:20:09 +0200
  • fe4f71b333 - Provide an example of this working with a uniform distribution. Matt T. Proud 2012-05-21 11:05:41 +0200
  • a1f4f3eec2 - Extract main out of the package root and into the examples/ hierarchy. Matt T. Proud 2012-05-21 10:43:21 +0200
  • 2c4784f8ee - Decouple exporter from the DefaultRegistry. Matt T. Proud 2012-05-21 10:23:22 +0200
  • 7675c256ad - Add percentile index calculation annotations. Matt T. Proud 2012-05-20 00:22:41 +0200
  • f7968cb90f - Kill off the vestiges of the old percentage tally, which was never a correct approach. Matt T. Proud 2012-05-20 00:13:31 +0200
  • 4d91ee5f5c - When bucketForPercentile was re-written and replaced with bucketForPercentile2, the original and deprecated function was never deleted and migrated. This has been done. - Update associated tests, which were originally inaccurate, to correct expectations! Matt T. Proud 2012-05-20 00:10:52 +0200
  • 5a56c47909 Incorporate the Travis-CI (continuous integration) configuration such that test status will be reported. Matt T. Proud 2012-05-20 00:00:39 +0200
  • 959403ad3e Initial commit into version control. Matt T. Proud 2012-05-19 23:59:25 +0200