File tree Expand file tree Collapse file tree 3 files changed +4
-117
lines changed
platforms/ruby/common/metrics Expand file tree Collapse file tree 3 files changed +4
-117
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -30,4 +30,3 @@ Metrics are currently available on the following platforms:
3030- [ SvelteKit] ( /platforms/javascript/guides/sveltekit/metrics/ )
3131- [ Unity] ( /platforms/unity/metrics/ )
3232- [ Vanilla JavaScript] ( /platforms/javascript/metrics/ )
33- - [ Ruby] ( /platforms/ruby/metrics/ )
Original file line number Diff line number Diff line change @@ -1639,6 +1639,10 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
16391639 from : '/platforms/ruby/performance/instrumentation/opentelemetry/' ,
16401640 to : '/platforms/ruby/tracing/instrumentation/opentelemetry/' ,
16411641 } ,
1642+ {
1643+ from : '/platforms/ruby/metrics/' ,
1644+ to : '/platforms/ruby/' ,
1645+ } ,
16421646 // END bandaid fix for #11870
16431647 {
16441648 from : '/learn/cli/configuration/' ,
You can’t perform that action at this time.
0 commit comments