HackerTrans
TopNewTrendsCommentsPastAskShowJobs

markl42

139 karmajoined 10 years ago
GraphQL Nerd @ Yelp // https://twitter.com/mark_larah

Submissions

Preventing LLM unit test spam

blog.larah.me
2 points·by markl42·3 days ago·0 comments

The Case for Service-to-Service GraphQL

blog.larah.me
3 points·by markl42·4 days ago·0 comments

Introducing GAPs: GraphQL Auxiliary Proposals

graphql.org
2 points·by markl42·last month·0 comments

Default GraphQL response is now HTTP 500

graphql.org
34 points·by markl42·3 months ago·4 comments

Show HN: Clip – Claude Interactive Picker

github.com
3 points·by markl42·4 months ago·0 comments

Show HN: Spacelist, a TUI for Aerospace window manager

github.com
45 points·by markl42·7 months ago·6 comments

Don't Gobble Up Errors

programming.protips.wiki
4 points·by markl42·7 months ago·0 comments

comments

markl42
·2 years ago·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...)