newrelic / newrelic-ruby-agent

New Relic RPM Ruby Agent
https://docs.newrelic.com/docs/apm/agents/ruby-agent/getting-started/introduction-new-relic-ruby/
Apache License 2.0
1.2k stars 598 forks source link

NewRelic is calling deprecated methods causing millions of logging lines #2929

Closed jcoyne closed 3 weeks ago

jcoyne commented 3 weeks ago

related to #2870

Now our logs are rapidly filling with these messages:

App 2951343 output: WARNING: The Class.identifier is undocumented and was meant for internal framework usage only. As it is no longer used by the framework it will be removed in a coming non-breaking ViewComponent release.
App 2951343 output: WARNING: The Class.identifier is undocumented and was meant for internal framework usage only. As it is no longer used by the framework it will be removed in a coming non-breaking ViewComponent release.
App 2951343 output: WARNING: The Class.identifier is undocumented and was meant for internal framework usage only. As it is no longer used by the framework it will be removed in a coming non-breaking ViewComponent release.
App 2951343 output: WARNING: The Class.identifier is undocumented and was meant for internal framework usage only. As it is no longer used by the framework it will be removed in a coming non-breaking ViewComponent release.
App 2951343 output: WARNING: The Class.identifier is undocumented and was meant for internal framework usage only. As it is no longer used by the framework it will be removed in a coming non-breaking ViewComponent release.
App 2951343 output: WARNING: The Class.identifier is undocumented and was meant for internal framework usage only. As it is no longer used by the framework it will be removed in a coming non-breaking ViewComponent release.
App 2951343 output: WARNING: The Class.identifier is undocumented and was meant for internal framework usage only. As it is no longer used by the framework it will be removed in a coming non-breaking ViewComponent release.
App 2951343 output: WARNING: The Class.identifier is undocumented and was meant for internal framework usage only. As it is no longer used by the framework it will be removed in a coming non-breaking ViewComponent release.

Can you avoid calling this deprecated method?

workato-integration[bot] commented 3 weeks ago

https://new-relic.atlassian.net/browse/NR-335722

hannahramadan commented 3 weeks ago

Hi @jcoyne 👋 You shouldn't see these logs with agent v9.15.0, which has just been released! Thanks for sharing and I'm going to close this issue, but please re-open if you're seeing anything else we can help with.