-
Notifications
You must be signed in to change notification settings - Fork 301
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
Support multiple ignored prefixes for code-level metrics #551
Comments
Thanks for the feature enhancement suggestion. We'll look into that as soon as we can. |
I think the best approach here would be to replace |
Oh, and this also similarly impacts the |
@nr-swilloughby Since |
@rittneje Yes, that's what I did. |
By default code-level metrics will ignore callers with a prefix of
github.com/newrelic/go-agent
. You can customize this viaIgnoredPrefix
in theConfig
struct, but since it is not a list you cannot have it ignore both prefixes.Either
IgnoredPrefix
should be deprecated and replaced with a list property, or it should be defined as a comma-separated list of prefixes.newrelic.ConfigCodeLevelMetricsIgnoredPrefix
will be similarly impacted.The text was updated successfully, but these errors were encountered: