HackerTrans
TopNewTrendsCommentsPastAskShowJobs

markl42

139 karmajoined hace 10 años
GraphQL Nerd @ Yelp // https://twitter.com/mark_larah

Submissions

Preventing LLM unit test spam

blog.larah.me
2 points·by markl42·hace 3 días·0 comments

The Case for Service-to-Service GraphQL

blog.larah.me
3 points·by markl42·hace 4 días·0 comments

Introducing GAPs: GraphQL Auxiliary Proposals

graphql.org
2 points·by markl42·el mes pasado·0 comments

Default GraphQL response is now HTTP 500

graphql.org
34 points·by markl42·hace 3 meses·4 comments

Show HN: Clip – Claude Interactive Picker

github.com
3 points·by markl42·hace 4 meses·0 comments

Show HN: Spacelist, a TUI for Aerospace window manager

github.com
45 points·by markl42·hace 7 meses·6 comments

Don't Gobble Up Errors

programming.protips.wiki
4 points·by markl42·hace 7 meses·0 comments

comments

markl42
·hace 2 años·discuss
At the risk of hijacking the comments, I've been trying to use OTel recently to debug performance of a complex webpage with lots of async sibling spans, and finding it very very difficult to identify the critical path / bottlenecks.

There's no causal relationships between sibling spans. I think in theory "span links" solves this, but afaict this is not a widely used feature in SDKs are UI viewers.

(I wrote about this here https://github.com/open-telemetry/opentelemetry-specificatio...)