-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Capture memcache host & port #1194
Conversation
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1194 +/- ##
==========================================
- Coverage 81.60% 81.44% -0.16%
==========================================
Files 197 197
Lines 21803 21825 +22
Branches 3807 3817 +10
==========================================
- Hits 17792 17776 -16
- Misses 2897 2931 +34
- Partials 1114 1118 +4 ☔ View full report in Codecov by Sentry. |
257bd66
to
8bdf533
Compare
97649b8
to
18fd4f4
Compare
18fd4f4
to
fe5a962
Compare
It would be nice to add this information to the |
I have chosen not to do this since aiomcache has not been updated since 2014. It appears to be dead. It also does not support past Python 3.4 (we only officially support down to Python 3.7 right now). If it is updated at some point in the future then we can do this at that time. Right now I don't see that it's worth the effort. |
Maybe we are not talking about the same project. The latest version of aiomcache was released in May 2024. https://github.com/aio-libs/aiomcache/releases/tag/v0.8.2 I added the instrumentation in this pr. |
You're right! We were talking about different libraries! Sorry-yes I will add that in! |
ea4039a
to
7863aec
Compare
5545230
to
c201bf1
Compare
Overview
Capture host & port to create AWS entity metric on bmemcached, aiomcache, and pymemcache libraries.
Do not capture host and port info for no longer supported libraries umemcached (doesn't support Python3).