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

Add mapK to Tracer, SpanBuilder, etc. #284

Merged
merged 2 commits into from
Oct 3, 2023

Commits on Sep 18, 2023

  1. Add mapK to Tracer, SpanBuilder, etc.

    Add `mapK` to `Tracer`, `Tracer.Meta`, `SpanBuilder`, `SpanOps`,
    `Span`, `Span.Backend`, and `InstrumentMeta`.
    
    Add `KindTransformer` type used by `mapK` implementation, allowing
    for a single `mapK` implementation that supports many
    transformation target types (`OptionT`, `EitherT`, `IorT`, `StateT`,
    `Kliesli`, `Resource`) with very little work needed to add
    additional or custom ones.
    NthPortal committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b68cd63 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. fixup! Add mapK to Tracer, SpanBuilder, etc.

    remove Nested instance
    NthPortal committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    94fe67b View commit details
    Browse the repository at this point in the history