Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: document the callsite module #2088

Merged
merged 4 commits into from
Apr 22, 2022
Merged

core: document the callsite module #2088

merged 4 commits into from
Apr 22, 2022

Commits on Apr 22, 2022

  1. core: document the callsite module

    Currently, there isn't a lot of documentation explaining what callsites
    and registration are for, and how they work. There's some documentation
    explaining this stuff, but it's all on the `register_callsite` *method*,
    rather than in the `callsite` module itself. We should fix that.
    
    This branch adds new documentation to `tracing-core`'s `callsite`
    module. Hopefully this should shine some light on how this part of
    tracing works.
    hawkw committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    6b42837 View commit details
    Browse the repository at this point in the history
  2. fix link in collect

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    7c9f22a View commit details
    Browse the repository at this point in the history
  3. add links

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    d2e46f4 View commit details
    Browse the repository at this point in the history
  4. fix typos (thanks @JamesHallowell!)

    Signed-off-by: Eliza Weisman <eliza@buoyant.io>
    hawkw committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    2aaaaa5 View commit details
    Browse the repository at this point in the history