TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Passport: A Tool for Better Metrics (2016)

16 pointsby llambdaalmost 6 years ago

1 comment

ipsocannibalalmost 6 years ago
We actually adopted this model of metric generation for our Netty based application. From our experience there are a couple of call outs I would like to mention.<p>1. You need to publish the graph of your application state transitions along with examples passports of known &quot;good&quot; executions. Without these passports have limited value for debugging because they themselves don&#x27;t give a clear indication of what should have happened. Frankly, I&#x27;ve found passports to be unreadible without referencing the state transition diagram.<p>2. Your application state transitions change overtime. So must your passports. Depending on how you&#x27;ve implemented your application this can be either trivial or maddening. In both cases though the passport change needs to occur along with the application change. Otherwise you passports will no longer be reflective of what your application currently is doing.