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

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

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

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

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

38 of 39 new or added lines in 3 files covered. (97.44%)

1 existing line in 1 file now uncovered.

12372 of 15552 relevant lines covered (79.55%)

4968.32 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
91.18
0.75% lib/logflare/logs/log_event.ex

Coverage Regressions

Lines Coverage ∆ File
1
53.25
-1.3% lib/telemetry.ex
Jobs
ID Job ID Ran Files Coverage
1 3511d21223cce3c9c8938101c8a6ba60083acc6f-PR-3449.1 08 May 2026 07:39PM UTC 473
79.55
GitHub Action Run
Source Files on build 3511d21223cce3c9c8938101c8a6ba60083acc6f-PR-3449
  • Tree
  • List 473
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #3449
  • PR Base - main (#0905D19E...)
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