Skip to content

Instantly share code, notes, and snippets.

View lmineiro's full-sized avatar
💭
I may be slow to respond.

Luis lmineiro

💭
I may be slow to respond.
View GitHub Profile
@rendeiro
rendeiro / LandingProduct.md
Last active January 17, 2018 14:43
One does not simply walk into Product Management

One does not simply walk into Product 👌

#CallForSpeakers pitch for #LandingFestival Berlin 2018 (March 14, 15)

Interested in how to transition into Product Management? 💊

Vote for this talk to be selected by giving a star ⭐ to this repo.

More info on the Festival here: https://landingfestival.com/berlin.

@codefromthecrypt
codefromthecrypt / opentracing-zipkin.md
Last active October 27, 2021 01:44
My ramble on OpenTracing (with a side of Zipkin)

I've had many people ask me questions about OpenTracing, often in relation to OpenZipkin. I've seen assertions about how it is vendor neutral and is the lock-in cure. This post is not a sanctioned, polished or otherwise muted view, rather what I personally think about what it is and is not, and what it helps and does not help with. Scroll to the very end if this is too long. Feel free to add a comment if I made any factual mistakes or you just want to add a comment.

So, what is OpenTracing?

OpenTracing is documentation and library interfaces for distributed tracing instrumentation. To be "OpenTracing" requires bundling its interfaces in your work, so that others can use it to time distributed operations with the same library.

So, who is it for?

OpenTracing interfaces are targeted to authors of instrumentation libraries, and those who want to collaborate with traces created by them. Ex something started a trace somewhere and I add a notable event to that trace. Structure logging was recently added to O