Closed jcohen closed 1 year ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
@jcohen thank you for this PR submission! We've added this to our backlog and will consider it for a future release. However please keep in mind that we have quite a bit of work on our agent roadmap, so it may take us a while to action this. Thanks again!
@jcohen thank you for the PR but since we've chosen to close this repo, no further enhancements will be made.
Overview
I have the need to limit the cardinality of metrics published to NR, but I'd like to still track metrics with unlimited cardinality and only limit the metrics sent to the top-N when they are published. In order to accomplish this, this PR introduces changes to the registry and its builder to make it more amenable to extension.
Details
NewRelicRegistry#publish
andNewRelictRegistryBuilder#build
NewRelicRegistry
).