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

Update View Component instrumentation: `source_location` -> `identifier` #2950

Closed hannahramadan closed 3 days ago

hannahramadan commented 1 week ago

View Component formally exposed identifier as part of the public API and removed source_location (PR).

New Relic's View Component instrumentation uses identifier/source_location to build the metric path name. We should stop using the removed .source_location and use identifier instead.

workato-integration[bot] commented 1 week ago

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

hannahramadan commented 3 days ago

Closed by https://github.com/newrelic/newrelic-ruby-agent/pull/2956