Skip to content

Update Dalli instrumentation#3541

Merged
tannalynn merged 5 commits intodevfrom
update_dalli_instrumentation
May 1, 2026
Merged

Update Dalli instrumentation#3541
tannalynn merged 5 commits intodevfrom
update_dalli_instrumentation

Conversation

@tannalynn
Copy link
Copy Markdown
Contributor

@tannalynn tannalynn commented Apr 22, 2026

Adds support for Dalli meta protocol. Also makes some updates for instrumenting new methods present in Dalli 5.0.

resolves #3131
resolves #3446
resolves #3453

require File.expand_path(File.join(File.dirname(__FILE__), '..', '..', '..', 'helpers', 'docker'))

# Dalli
instrumentation_methods :chain, :prepend
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so apparently we were never testing both chain and prepend, oops!

but hey, by adding this we increased our code coverage from 93.35% to 93.55% lol

@tannalynn tannalynn marked this pull request as ready for review April 23, 2026 17:21
@tannalynn tannalynn requested a review from a team as a code owner April 23, 2026 17:21
@github-actions
Copy link
Copy Markdown
Contributor

SimpleCov Report

Coverage Threshold
Line 93.56% 93%

Comment thread docker-compose.yml
@tannalynn tannalynn merged commit bc531c4 into dev May 1, 2026
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for pipelined_get in Dalli meta protocol instrumentation Support Dalli 5.0 Add support for Dalli::Protocol::Meta

3 participants