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

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

Build:
Build:
LAST BUILD BRANCH: nooptrace
DEFAULT BRANCH: master
Ran 18 Apr 2017 09:55PM UTC
Jobs 1
Files 175
Run time 10s
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
5804

push

travis-ci

web-flow
pally: Add histograms for tracking latency (#937)

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.

This is one sub-task of T841911.

8686 of 10703 relevant lines covered (81.15%)

43.16 hits per line

Jobs
ID Job ID Ran Files Coverage
2 5804.2 (CI_TYPES='deps examples goveralls' SUPPRESS_DOCKER=1 SUPPRESS_CROSSDOCK=1) 18 Apr 2017 09:55PM UTC 0
81.15
Travis Job 5804.2
Source Files on build 5804
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5804
  • ccddb89b on github
  • Prev Build on dev (#5778)
  • Next Build on dev (#5807)
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