Code Monkey home page Code Monkey logo

jasiri's People

Contributors

gideonkorir avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

lulzzz jtone123

jasiri's Issues

Expose metrics from Jasiri

It would be useful to expose the following metrics from Jasiri:

  1. Spans started
  2. Spans finished
  3. Spans sampled
  4. Spans not sampled

Need to do more research/thinking on what other metrics would be useful

Jasiri's automatic span / flow detection is a little too clever for its own good

Really appreciate all of th work you've put into this driver - first one I've found that supported OpenTracing!

I did find one bug with it that makes it unusable for me in production, however

Current = this;

The code you use to automatically flow multiple spans together into parent / child relationships assumes that all of the asynchronous activity will flow from await / async relationships. I'm using Akka.NET actors which run on independent threads that are managed by the CLR threadpool, thus totally unrelated traces automatically get globbed together by your driver. AsyncLocal won't work in that scenario or any others where we're using things like sockets / independent thread management.

It'd be great if we had some way of preventing Jasiri from trying to guess that the currently "related" span is.

Add docs

Add docs/wiki for the following:

  1. How to change the default sampler (ConstSampler(true))
  2. How to propagate context
  3. Interop with OpenTracing

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.