StackExchange.Redis
编辑StackExchange.Redis编辑
快速入门编辑
可以通过引用 Elastic.Apm.StackExchange.Redis
包并在 IConnectionMultiplexer
上调用 Elastic.Apm.StackExchange.Redis
中定义的 UseElasticApm()
扩展方法,为 StackExchange.Redis
启用检测。
// using Elastic.Apm.StackExchange.Redis; var connection = await ConnectionMultiplexer.ConnectAsync("<redis connection>"); connection.UseElasticApm();
一个回调函数将注册到 IConnectionMultiplexer
,为每个使用 IConnectionMultiplexer
发送的 Redis 命令捕获的交易和跨度提供一个分析会话。