Spandex

v1.2.0

  • Pages
  • Modules
  • Exceptions

    Spandex v1.2.0 Spandex View Source

    Provides the entry point for the application, in addition to a standardized interface. The functions here call the corresponding functions on the configured adapter.

    Link to this section Summary

    Functions

    continue_trace(name, trace_id, span_id)
    current_span_id()
    current_trace_id()
    disabled?()
    finish_span()
    finish_trace()
    span(name, list)
    span_error(error)
    start_span(name)
    start_span(name, attributes)
    start_trace(name)
    start_trace(name, attributes)
    update_span(context)
    update_top_span(context)

    Link to this section Functions

    Link to this function continue_trace(name, trace_id, span_id) View Source
    Link to this function current_span_id() View Source
    Link to this function current_trace_id() View Source
    Link to this function disabled?() View Source
    Link to this function finish_span() View Source
    Link to this function finish_trace() View Source
    Link to this macro span(name, list) View Source (macro)
    Link to this function span_error(error) View Source
    Link to this function start_span(name) View Source
    Link to this function start_span(name, attributes) View Source
    Link to this function start_trace(name) View Source
    Link to this function start_trace(name, attributes) View Source
    Link to this function update_span(context) View Source
    Link to this function update_top_span(context) View Source

    Built using ExDoc (v0.16.1), designed by Friedel Ziegelmayer.