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

Nebo15 / logger_json / a045c49034cfcd6580465c96000cc41b85af92b1
100%

Build:
DEFAULT BRANCH: master
Ran 05 Aug 2026 01:51AM UTC
Jobs 1
Files 17
Run time 1min
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

05 Aug 2026 01:50AM UTC coverage: 100.0%. Remained the same
a045c49034cfcd6580465c96000cc41b85af92b1

push

github

web-flow
perf: memoize Datadog hostname and drop redundant metadata copy (#173)

Two hot-path optimizations in the log formatters.

Datadog: resolve the hostname once at config time instead of on every
log line. `:inet.gethostname/0` is a round-trip to the inet_db port and
a node's hostname does not change at runtime.

Metadata: `take_metadata/2` piped `Map.drop/2` into `Enum.into(%{})`.
`Map.drop/2` already returns a map, so `Enum.into(%{})` rebuilt the
whole map a second time for nothing — an extra O(n) pass and allocation
on every log line. Removed from both the `{:all_except, keys}` and
`:all` clauses.

3 of 3 new or added lines in 2 files covered. (100.0%)

380 of 380 relevant lines covered (100.0%)

2585.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 a045c49034cfcd6580465c96000cc41b85af92b1.1 05 Aug 2026 01:51AM UTC 17
100.0
GitHub Action Run
Source Files on build a045c49034cfcd6580465c96000cc41b85af92b1
  • Tree
  • List 17
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a045c490 on github
  • Prev Build on master (#97F2ED52...)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc