Skip to content

Commit

Permalink
Allow custom registration of ElasticApmProfiler
Browse files Browse the repository at this point in the history
  • Loading branch information
glucaci committed Mar 18, 2021
1 parent 88a8d64 commit b40a7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elastic.Apm.StackExchange.Redis/ElasticApmProfiler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace Elastic.Apm.StackExchange.Redis
/// <summary>
/// Captures redis commands sent with StackExchange.Redis client
/// </summary>
internal class ElasticApmProfiler
public class ElasticApmProfiler
{
private readonly ConcurrentDictionary<string, ProfilingSession> _executionSegmentSessions =
new ConcurrentDictionary<string, ProfilingSession>();
Expand Down

0 comments on commit b40a7e6

Please sign in to comment.