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

Logflare / logflare / 3511d21223cce3c9c8938101c8a6ba60083acc6f-PR-3449 / 1
80%
main: 80%

Build:
Build:
LAST BUILD BRANCH: feat/default-team-param
DEFAULT BRANCH: main
Ran 08 May 2026 07:39PM UTC
Files 473
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

08 May 2026 07:23PM UTC coverage: 79.552% (+0.04%) from 79.508%
3511d21223cce3c9c8938101c8a6ba60083acc6f-PR-3449.1

Pull #3449

github

djwhitt
perf: replace put_in/Access.key with direct put_at_path recursion

copy_fields and apply_kv_instruction were doing
`put_in(acc, Enum.map(to_path, &Access.key(&1, %{})), value)` on every
event, which allocates one closure per path segment plus an intermediate
list. The new put_at_path/3 recurses directly over the parsed string
list (mirroring drop_field_at/2), eliminating those allocations on the
ingest hot path.

Benchmark (3s/2s, MIX_ENV=test): copy_fields parsed median drops from
~50μs to ~45μs per event (~10%) with no behavior change.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Pull Request #3449: feat: add drop_fields ingest transform

12372 of 15552 relevant lines covered (79.55%)

4968.32 hits per line

Source Files on job 3511d21223cce3c9c8938101c8a6ba60083acc6f-PR-3449.1
  • Tree
  • List 473
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3511
  • 3511d212 on github
  • Prev Job for on feat/drop-fields-transform (#0905d19ef5706c8cce62fb45cd7af0b5d35720f7.1)
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