-
Notifications
You must be signed in to change notification settings - Fork 332
Open
Labels
Description
Description
Hi, I want to use elastic/apm-agent-dotnet to trace the commands sent to Redis.
Here is a sample code from elastic official document:
// using Elastic.Apm.StackExchange.Redis;
var connection = await ConnectionMultiplexer.ConnectAsync("<redis connection>");
connection.UseElasticApm();
Do I have any chance to get the connection from easycaching or provide a delegate to easycaching?
References
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
catcherwong commentedon Feb 26, 2023
@billhong-just Thanks for your interest in this project.
EasyCaching does not support this one now, I will take a look how to support more APM system.
billhong-just commentedon Feb 27, 2023
@catcherwong Thanks for your quick answer.
Perhaps there could be an event called
OnConnected
,user can register this event, get the connection and something else when it is established then do what they want.catcherwong commentedon Mar 6, 2023
@billhong-just Could you submit a PR for your idea?
billhong-just commentedon Mar 6, 2023
@catcherwong
Thanks, I will take a look how to make a PR for my idea.
Do you have any contributing guidelines or suggestions? 👋