Skip to content
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

Add LettucePlugin for Redis (simple api only) #4843

Closed
jaehong-kim opened this issue Nov 2, 2018 · 1 comment
Closed

Add LettucePlugin for Redis (simple api only) #4843

jaehong-kim opened this issue Nov 2, 2018 · 1 comment
Assignees
Milestone

Comments

@jaehong-kim
Copy link
Contributor

jaehong-kim commented Nov 2, 2018

Add LettucePlugin for Redis

  • Asynchronous APIs are added to the next version
@jaehong-kim jaehong-kim added this to the 1.8.1 milestone Nov 2, 2018
@jaehong-kim jaehong-kim self-assigned this Nov 2, 2018
jaehong-kim added a commit that referenced this issue Nov 5, 2018
xpylq pushed a commit to xpylq/pinpoint that referenced this issue Nov 6, 2018
* remotes/upstream/master: (539 commits)
  [#noissue] Change agent info text color.
  [pinpoint-apm#4849]  Update popup for mongo plugin.
  [#noissue] Change code highlight library.
  [pinpoint-apm#4849] Update popup for mongo plugin.
  [pinpoint-apm#4843] Add LettucePlugin
  [pinpoint-apm#4849] Mongo Plugin update for Front-End
  [#noissue] Add IOUtils  - move to common module
  [pinpoint-apm#4841] Change the version of hbase client library
  [pinpoint-apm#4827] Cleanup ClassScannerFactory
  [pinpoint-apm#4839] Version up angular 7 - add hbase image
  [#noissue] Add IOUtils
  [pinpoint-apm#4737] remove unnecessary dependency
  [pinpoint-apm#4737] refactor agent-it test
  [pinpoint-apm#4737] remove business logic from StringStringValue class
  [pinpoint-apm#4737] add writeconcern mapper for performance
  [pinpoint-apm#4737] separate mongo collection data
  [pinpoint-apm#4737] update configs
  [pinpoint-apm#4737] remove mongo code from common
  [pinpoint-apm#4597] change default config in flinkCheckJob
  [pinpoint-apm#4827] Add scanner based on ProtectionDomain
  ...

# Conflicts:
#	collector/src/main/java/com/navercorp/pinpoint/collector/receiver/DispatchWorker.java
#	collector/src/main/java/com/navercorp/pinpoint/collector/receiver/tcp/AgentBaseDataReceiver.java
#	collector/src/main/resources/applicationContext-collector.xml
#	pom.xml
#	rpc/src/main/java/com/navercorp/pinpoint/rpc/server/PinpointServerAcceptor.java
@emeroad emeroad closed this as completed Dec 7, 2018
@emeroad emeroad changed the title Add LettucePlugin for Redis Add LettucePlugin for Redis (simple api only) Dec 7, 2018
emeroad pushed a commit that referenced this issue Dec 12, 2018
@jaehong-kim
Copy link
Contributor Author

TODO

It will be implemented in future versions.

  • Asynchronous tracking
    • We are looking for a way to apply the java.util.concurrent.CompletableFuture class.
  • Reactive feature tracking
    • We are looking for a way to support projectreactor.io
  • IO(read/write) time tracking
    • It is difficult to measure the read time, so we are looking for a way.

xpylq pushed a commit to xpylq/pinpoint that referenced this issue Feb 21, 2019
* remotes/upstream/master: (539 commits)
  [#noissue] Change agent info text color.
  [pinpoint-apm#4849]  Update popup for mongo plugin.
  [#noissue] Change code highlight library.
  [pinpoint-apm#4849] Update popup for mongo plugin.
  [pinpoint-apm#4843] Add LettucePlugin
  [pinpoint-apm#4849] Mongo Plugin update for Front-End
  [#noissue] Add IOUtils  - move to common module
  [pinpoint-apm#4841] Change the version of hbase client library
  [pinpoint-apm#4827] Cleanup ClassScannerFactory
  [pinpoint-apm#4839] Version up angular 7 - add hbase image
  [#noissue] Add IOUtils
  [pinpoint-apm#4737] remove unnecessary dependency
  [pinpoint-apm#4737] refactor agent-it test
  [pinpoint-apm#4737] remove business logic from StringStringValue class
  [pinpoint-apm#4737] add writeconcern mapper for performance
  [pinpoint-apm#4737] separate mongo collection data
  [pinpoint-apm#4737] update configs
  [pinpoint-apm#4737] remove mongo code from common
  [pinpoint-apm#4597] change default config in flinkCheckJob
  [pinpoint-apm#4827] Add scanner based on ProtectionDomain
  ...

# Conflicts:
#	collector/src/main/java/com/navercorp/pinpoint/collector/receiver/DispatchWorker.java
#	collector/src/main/java/com/navercorp/pinpoint/collector/receiver/tcp/AgentBaseDataReceiver.java
#	collector/src/main/resources/applicationContext-collector.xml
#	pom.xml
#	rpc/src/main/java/com/navercorp/pinpoint/rpc/server/PinpointServerAcceptor.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants