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

jmizell / ddstats
99%

Build:
DEFAULT BRANCH: master
Repo Added 24 Oct 2020 08:40PM UTC
Files 4
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • v1.0.0
  • v1.0.1
  • v1.0.2
  • v1.0.3
  • v1.1.0
  • v1.1.1
  • v1.1.2

07 Dec 2020 11:43PM UTC coverage: 98.734% (-0.4%) from 99.143%
29

push

travis-ci

jmizell
Masking API Key in Error Messages

Go HTTP client can emit the full path and query string in error
messages. This change adds a function to replace the api key
with a static string for all error messages returned from
the client.

12 of 12 new or added lines in 1 file covered. (100.0%)

468 of 474 relevant lines covered (98.73%)

25.47 hits per line

Relevant lines Covered
Build:
Build:
474 RELEVANT LINES 468 COVERED LINES
25.47 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
29 master Masking API Key in Error Messages Go HTTP client can emit the full path and query string in error messages. This change adds a function to replace the api key with a static string for all error messages returned from the client. push 08 Dec 2020 12:39AM UTC jmizell travis-ci
98.73
28 master Consolidating main channel Calls to Flush and Close are sent to separate channels then the main metrics channel. This ensure that the signals are received quickly, however this also creates a race condition. It's possible to have a metric submitt... push 26 Nov 2020 12:57AM UTC jmizell travis-ci
99.14
26 master Fixing Close race It's possible for multiple calls to Close resulting in several calls to close(c.shutdownSignal). This change ensures only one call can be made. push 25 Nov 2020 08:34PM UTC jmizell travis-ci
97.85
25 master Flush and shutdown improvements Previously, any call to Close() made after a prior one, would indefinitely block. Now multiple calls to Close() can be made, and all will block until Stats has shutdown. Flush now blocks, until all flush operation... push 25 Nov 2020 05:08PM UTC jmizell travis-ci
97.84
22 master Refactor Count metrics, and add QueueSeries The original design was to imitate the same aggregation methods that the official go DataDog client uses. However converting counts to rate is confusing, especially as there is an actual count type in t... push 25 Nov 2020 04:24AM UTC jmizell travis-ci
98.2
20 master Error in API response handling, and Event dates API response would error on anything not a 200 code, change allows any 200 status code instead, and now returns the status code in the error. Events sent through the stats client now set the unix t... push 07 Nov 2020 04:50PM UTC jmizell travis-ci
93.23
18 master FlushCallback callback can never be implemented The flush callback function required a function signature that could never be implemented by code outside the package. Fixed by using exported structs in function receiver. push 03 Nov 2020 09:53PM UTC jmizell travis-ci
93.69
17 master NewStats will now error on missing client If no client was configured in the config passed to NewStats, and there was no API key configure, then NewStats would return a Stat object that could never function. This change prevents that state from o... api 03 Nov 2020 09:33PM UTC jmizell travis-ci
92.42
15 master NewStats will now error on missing client If no client was configured in the config passed to NewStats, and there was no API key configure, then NewStats would return a Stat object that could never function. This change prevents that state from o... push 03 Nov 2020 07:44PM UTC jmizell travis-ci
92.42
14 master Increasing test coverage Testing additional cases in client, and config push 25 Oct 2020 06:24PM UTC jmizell travis-ci
92.13
See All Builds (23)
  • Repo on GitHub
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