-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/prod 2955/add traces to hz cache #12
Feature/prod 2955/add traces to hz cache #12
Conversation
added ProcessExpiredEviction
…ache # Conflicts: # HzMemoryCache/HzMemoryCache.cs
{ | ||
public static class HzCacheDiagnostics | ||
{ | ||
public const string HzCacheVersion = "0.0.9"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Surely this will be 0.0.10 once this is merged?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maby we should remove this as no one will keep it updated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possibly change the version string though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's a bit unnecessary to have a dependency on OpenTelemetry in this package, then we need to keep it up to date here as well.
The extension method is a nice idea, but I fear it could create more problems than it's worth.
It should be as simple as adding builder.AddSource(HzCacheDiagnostics.ActivitySourceName);
in the service that uses this package.
removed Extesion
No description provided.