• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

yarpc / yarpc-go / 5741
81%
master: %

Build:
Build:
LAST BUILD BRANCH: nooptrace
DEFAULT BRANCH: master
Ran 14 Apr 2017 03:47AM UTC
Jobs 1
Files 171
Run time 13s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
5741

push

travis-ci

akshayjshah
[pally] Add histograms for tracking latency

To round out the basic metric types, we need some way to track RPC latencies.
The best approach is to use histograms - it's both more correct and matches the
stats that Muttley collects.

This PR adds scalar and vectorized histograms to Pally, along with test
coverage. (See the package-level Pally documentation for an explanation of
vector types).

Down the road, we'll need to come back and optimize the Tally export path; right
now, we take the simple approach of just calling
`tally.Histogram.ObserveDuration` multiple times with the same value. This isn't
ideal, since it forces Tally to binary search for the correct histogram bucket
repeatedly.

8524 of 10550 relevant lines covered (80.8%)

40.18 hits per line

Jobs
ID Job ID Ran Files Coverage
2 5741.2 (CI_TYPES='deps examples goveralls' SUPPRESS_DOCKER=1 SUPPRESS_CROSSDOCK=1) 14 Apr 2017 03:47AM UTC 0
80.8
Travis Job 5741.2
Source Files on build 5741
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5741
  • 6197cf77 on github
  • Next Build on ajs-histograms (#5742)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc