Giter Club home page Giter Club logo

libtrace's People

Watchers

 avatar  avatar

libtrace's Issues

Logging initialization is broken

GLOBAL_DEBUG would have to be imported after the call to init_logger if I want to use it. This is weird and inelegant.

I should put all this into __init__, but I had some kind of circular import problem. Figure it out!

Events and log messages going to CW should go to separate log streams

Right now, the tracing library has a debug-level logger that just logs to stderr. Meanwhile, the events client prints JSON strings to stdout. Both of these will normally go to the same Cloudwatch log group, but they have different formats, which will play hell with parsing the logs.

Figure out a slightly more intelligent way of separating logs from events.

Create @trace decorator for automatic instrumentation

Putting @trace atop a function should:

  • retrieve the active trace (or create one if it doesn't exist)
  • start a new span
  • set the span to root if the trace stack was empty
  • add context to the span:
    • function name
    • function parameter names and values
    • start time utc
    • end time utc
    • elapsed time ms
    • error information, if an error occurred
  • finish the trace if the span is set to root
  • otherwise, just finish the span

Don't box yourself in:

  • it should be possible to retrieve relevant info from an HTTP request

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.