chore(rivetkit): remove legacy metrics#4723
chore(rivetkit): remove legacy metrics#4723NathanFlurry wants to merge 1 commit into04-23-chore_rivetkit_impl_inspector_tokenfrom
Conversation
PR Review: chore(rivetkit): remove legacy metricsSummaryThis PR does three largely independent things:
Issues1. Orphaned tests for the deleted
2.
3. Dual RPC list computation that can silently diverge
4. Redundant startup timing logs The three new 5. In Positive observations
VerdictThe most important issues to address before merging are #1 (orphaned metrics tests will fail CI), #2 (env-var rename appears half-complete and may silently break inspector auth in test mode), and #3 (dual RPC list computation that can silently diverge). Issues #4–#5 are lower severity. |
Preview packages published to npmInstall with: npm install rivetkit@pr-4723All packages published as Engine binary is shipped via Docker images: docker pull rivetdev/engine:slim-8dd3380
docker pull rivetdev/engine:full-8dd3380Individual packagesnpm install rivetkit@pr-4723
npm install @rivetkit/react@pr-4723
npm install @rivetkit/rivetkit-napi@pr-4723
npm install @rivetkit/workflow-engine@pr-4723 |
030da9a to
d4678d1
Compare
b0646d5 to
5c65d4b
Compare
5c65d4b to
df59472
Compare
3b9f382 to
d88d866
Compare
df59472 to
8f5aeb9
Compare
8f5aeb9 to
f8e2ea7
Compare
136e91f to
f06fea6
Compare
f8e2ea7 to
bb871d1
Compare
f06fea6 to
c1a28bb
Compare
bb871d1 to
338f37e
Compare
c1a28bb to
bec342f
Compare
338f37e to
a1adf67
Compare
bec342f to
c4929c6
Compare
a1adf67 to
0df30ed
Compare
|
Landed in main via stack-merge fast-forward push. Commits are in main; closing to match. |

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: