Code Monkey home page Code Monkey logo

Comments (4)

franklinhu avatar franklinhu commented on August 23, 2024

I'm unsure about the first one and will take a closer look tomorrow.
For the second one, core annotations are the four annotations that we expect to see in every span:

  • client send (cs)
  • server receive (sr)
  • server send (ss)
  • client receive (cr)

These fully describe a method call. We don't index these since we expect all spans to contain them, and you already get that kind of functionality from searching by span name or service name. We only really want to index custom annotations that users provide in their application code.

from zipkin.

franklinhu avatar franklinhu commented on August 23, 2024

I guess there's nothing theoretically wrong with a core annotation existing in the annotations index; it's mainly just a performance optimization to avoid unnecessary writes.

from zipkin.

mosesn avatar mosesn commented on August 23, 2024

hmm, neat.

from zipkin.

franklinhu avatar franklinhu commented on August 23, 2024

First point is fixed in #93, going to go ahead and close this issue

from zipkin.

Related Issues (20)

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.