You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/dalli/README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
The OpenTelemetry Dalli gem is a community maintained instrumentation for the [Dalli][dalli-home] Memcache client.
4
4
5
+
## Dalli 4.2.0+ Native Integration
6
+
7
+
Dalli 4.2.0+ includes native OpenTelemetry instrumentation. For the best experience and continued support, we recommend:
8
+
9
+
-**Dalli < 4.2.0**: Use `opentelemetry-instrumentation-dalli` gem
10
+
-**Dalli ≥ 4.2.0**: Use Dalli's built-in OpenTelemetry support (remove `opentelemetry-instrumentation-dalli` gem)
11
+
12
+
Community instrumentation is compatible with Dalli versions up to 4.1.x. Development of this gem is frozen for newer Dalli versions in favor of the native integration.
0 commit comments