dotnetcore / dotnetcore/EasyCaching

Use easycaching with elastic apm agent dotnet

Open
#461 4 comments 0 reactions 1 assignee Claimed by @catcherwong View on GitHub
feature good first issue
Dominant language
C#
Stars
2.1k
Forks
336
PR merge metrics
No merged PRs in 30d

Description

# Description

Hi, I want to use [elastic/apm-agent-dotnet](https://github.com/elastic/apm-agent-dotnet) to trace the commands sent to Redis.
Here is a sample code from elastic official document:

```csharp
// using Elastic.Apm.StackExchange.Redis;

var connection = await ConnectionMultiplexer.ConnectAsync("");
connection.UseElasticApm();
```

Do I have any chance to get the connection from easycaching or provide a delegate to easycaching?

# References

- https://www.elastic.co/guide/en/apm/agent/dotnet/1.x/setup-stackexchange-redis.html

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.