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

Experimental sdk-trace module #325

Closed
wants to merge 141 commits into from
Closed

Commits on Sep 29, 2023

  1. Draft Trace SDK module

    iRevive committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    458dc5f View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Enable tests

    iRevive committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    6e7e9c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84960aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bc58f6 View commit details
    Browse the repository at this point in the history
  4. clean up

    iRevive committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    affae32 View commit details
    Browse the repository at this point in the history
  5. create headers

    iRevive committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    33eb5c2 View commit details
    Browse the repository at this point in the history
  6. Run githubWorkflowGenerate

    iRevive committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    36a0762 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

  1. Add Hash and Show instances

    iRevive committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    849252f View commit details
    Browse the repository at this point in the history
  2. Add BatchSpanProcessor

    iRevive committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    986b117 View commit details
    Browse the repository at this point in the history
  3. Refactor TracerSuite

    iRevive committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    6aeaa1c View commit details
    Browse the repository at this point in the history
  4. Add TracerSdkExample

    iRevive committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    a4d8ce4 View commit details
    Browse the repository at this point in the history
  5. Run scalafix and scalafmt

    iRevive committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    6e06558 View commit details
    Browse the repository at this point in the history
  6. Fix compilation issue

    iRevive committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    673cf38 View commit details
    Browse the repository at this point in the history
  7. Create headers

    iRevive committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    e582c84 View commit details
    Browse the repository at this point in the history
  8. Fix JS compilation issue

    iRevive committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    75e2b50 View commit details
    Browse the repository at this point in the history
  9. Fix JS compilation issue

    iRevive committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    e9f9466 View commit details
    Browse the repository at this point in the history
  10. Add samplers

    iRevive committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    a9381d0 View commit details
    Browse the repository at this point in the history
  11. Run scalafmt and scalafix

    iRevive committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    3ce9aa5 View commit details
    Browse the repository at this point in the history
  12. Create headers

    iRevive committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    edc107d View commit details
    Browse the repository at this point in the history
  13. Fix doc

    iRevive committed Oct 1, 2023
    Configuration menu
    Copy the full SHA
    e0242f7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b3a72a8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f718351 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

  1. Configuration menu
    Copy the full SHA
    e327166 View commit details
    Browse the repository at this point in the history
  2. Add tests

    iRevive committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    1ecb8b8 View commit details
    Browse the repository at this point in the history
  3. run scalafix

    iRevive committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    021686d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a134642 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b21482b View commit details
    Browse the repository at this point in the history
  6. Add additional tests

    iRevive committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    3ccca90 View commit details
    Browse the repository at this point in the history
  7. Fix no-op tracing scope

    iRevive committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    abaceeb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    13a17c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	core/trace/src/main/scala/org/typelevel/otel4s/trace/SpanBuilder.scala
    #	core/trace/src/main/scala/org/typelevel/otel4s/trace/SpanOps.scala
    iRevive committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    551b215 View commit details
    Browse the repository at this point in the history
  2. Fix compilation issue

    iRevive committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    fd7d506 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	.github/workflows/ci.yml
    #	build.sbt
    #	core/trace/src/main/scala/org/typelevel/otel4s/trace/SpanContext.scala
    #	core/trace/src/main/scala/org/typelevel/otel4s/trace/TraceFlags.scala
    #	core/trace/src/test/scala/org/typelevel/otel4s/trace/SpanContextSuite.scala
    #	core/trace/src/test/scala/org/typelevel/otel4s/trace/TraceFlagsSuite.scala
    #	java/trace/src/main/scala/org/typelevel/otel4s/java/trace/WrappedSpanContext.scala
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/samplers/SamplingDecision.scala
    iRevive committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    7f9f0a7 View commit details
    Browse the repository at this point in the history
  4. Merge upstream

    iRevive committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    87815e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Update header

    iRevive committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    9d1b80b View commit details
    Browse the repository at this point in the history
  2. Merge upstream

    iRevive committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    91e4cb1 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	build.sbt
    #	core/common/src/main/scala/org/typelevel/otel4s/Attribute.scala
    #	core/common/src/main/scala/org/typelevel/otel4s/AttributeKey.scala
    #	core/common/src/main/scala/org/typelevel/otel4s/AttributeType.scala
    #	core/common/src/main/scala/org/typelevel/otel4s/ContextPropagators.scala
    #	core/common/src/main/scala/org/typelevel/otel4s/TextMapPropagator.scala
    #	core/common/src/test/scala/org/typelevel/otel4s/context/KeyLawTests.scala
    #	java/all/src/main/scala/org/typelevel/otel4s/java/OtelJava.scala
    #	java/common/src/main/scala/org/typelevel/otel4s/java/TextMapPropagatorImpl.scala
    #	java/trace/src/test/scala/org/typelevel/otel4s/java/trace/TracerSuite.scala
    #	sdk/common/src/main/scala/org/typelevel/otel4s/sdk/Resource.scala
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/samplers/SamplingDecision.scala
    iRevive committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    410e13a View commit details
    Browse the repository at this point in the history
  2. Merge upstream

    iRevive committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    4e8d392 View commit details
    Browse the repository at this point in the history
  3. Remove redundant changes

    iRevive committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    17265ca View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	core/trace/src/main/scala/org/typelevel/otel4s/trace/SpanContext.scala
    #	core/trace/src/main/scala/org/typelevel/otel4s/trace/Tracer.scala
    #	java/trace/src/main/scala/org/typelevel/otel4s/java/trace/SpanRunner.scala
    #	java/trace/src/main/scala/org/typelevel/otel4s/java/trace/WrappedSpanContext.scala
    iRevive committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    02b6830 View commit details
    Browse the repository at this point in the history
  2. Merge upstream

    iRevive committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    0a448de View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Fix compilation issue

    iRevive committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    682f219 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    437963a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    767f45c View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	core/trace/src/main/scala/org/typelevel/otel4s/trace/SpanContext.scala
    #	core/trace/src/test/scala/org/typelevel/otel4s/trace/SpanContextSuite.scala
    #	java/trace/src/main/scala/org/typelevel/otel4s/java/trace/SpanBackendImpl.scala
    #	java/trace/src/main/scala/org/typelevel/otel4s/java/trace/TracerImpl.scala
    #	java/trace/src/main/scala/org/typelevel/otel4s/java/trace/WrappedSpanContext.scala
    iRevive committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    54e3ef4 View commit details
    Browse the repository at this point in the history
  2. merge upstream

    iRevive committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    17164ae View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/data/LinkData.scala
    iRevive committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    bf89736 View commit details
    Browse the repository at this point in the history
  2. merge upstream

    iRevive committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c17665b View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/IdGenerator.scala
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/data/EventData.scala
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/data/StatusData.scala
    iRevive committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e8fb815 View commit details
    Browse the repository at this point in the history
  2. merge upstream

    iRevive committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4d37b25 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/data/SpanData.scala
    iRevive committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e2a876d View commit details
    Browse the repository at this point in the history
  4. merge upstream

    iRevive committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    457b4fd View commit details
    Browse the repository at this point in the history
  5. Rename SpanView -> SpanRef

    iRevive committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    80d609d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Redefine SpanRef

    iRevive committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    301abeb View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/SpanProcessor.scala
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/SpanRef.scala
    iRevive committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    d14cd97 View commit details
    Browse the repository at this point in the history
  2. Merge upstream

    iRevive committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    f6e1cdd View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/exporter/SpanExporter.scala
    iRevive committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    69f9bc5 View commit details
    Browse the repository at this point in the history
  2. merge upstream

    iRevive committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    e95828f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	build.sbt
    iRevive committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ab21f4b View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Implement currentSpanOrNoop

    iRevive committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    8d22065 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13a5362 View commit details
    Browse the repository at this point in the history
  3. Merge upstream

    iRevive committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ac1eae9 View commit details
    Browse the repository at this point in the history
  4. Generate headers

    iRevive committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    1cbcff8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    95a4492 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9b3a63 View commit details
    Browse the repository at this point in the history
  3. add headers

    iRevive committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    e134b6a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Configuration menu
    Copy the full SHA
    d70a75d View commit details
    Browse the repository at this point in the history
  2. create headers

    iRevive committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    b54f6df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ca04b3 View commit details
    Browse the repository at this point in the history
  4. SpanStorage: make it private

    iRevive committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    5d3e3e5 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	build.sbt
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/SdkSpanBackend.scala
    iRevive committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e7b4832 View commit details
    Browse the repository at this point in the history
  6. merge upstream

    iRevive committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    c3585d0 View commit details
    Browse the repository at this point in the history
  7. fix scaladoc

    iRevive committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    40891c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	sdk/common/src/main/scala/org/typelevel/otel4s/sdk/context/Context.scala
    iRevive committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    b19605a View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Configuration menu
    Copy the full SHA
    a150173 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43f9cc8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/samplers/ParentBasedSampler.scala
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/samplers/Sampler.scala
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/samplers/SamplingResult.scala
    iRevive committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    323514b View commit details
    Browse the repository at this point in the history
  4. merge upstream

    iRevive committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    d516195 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8086d78 View commit details
    Browse the repository at this point in the history
  6. merge upstream

    iRevive committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    d511a69 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/SdkContextKeys.scala
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/SdkTraceScope.scala
    #	sdk/trace/src/test/scala/org/typelevel/otel4s/sdk/trace/SdkTraceScopeSuite.scala
    iRevive committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    b827b2b View commit details
    Browse the repository at this point in the history
  2. Merge upstream

    iRevive committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    8e2a9d7 View commit details
    Browse the repository at this point in the history
  3. fix scaladoc

    iRevive committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    526f946 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12a859c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a883f8d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	build.sbt
    #	core/common/src/main/scala/org/typelevel/otel4s/instances/LocalInstances.scala
    #	core/trace/src/main/scala/org/typelevel/otel4s/trace/Span.scala
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/SdkSpanBuilder.scala
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/TracerSharedState.scala
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/samplers/ParentBasedSampler.scala
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/samplers/Sampler.scala
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/samplers/TraceIdRatioBasedSampler.scala
    iRevive committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    6f8267c View commit details
    Browse the repository at this point in the history
  2. merge upstream

    iRevive committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    0e58bd0 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/processor/BatchSpanProcessor.scala
    iRevive committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    9724a39 View commit details
    Browse the repository at this point in the history
  2. merge upstream

    iRevive committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    331f8c7 View commit details
    Browse the repository at this point in the history
  3. fix compilation issue

    iRevive committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    c2d2b02 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/TracerSharedState.scala
    #	sdk/trace/src/test/scala/org/typelevel/otel4s/sdk/trace/SdkSpanBuilderSuite.scala
    iRevive committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    d33edec View commit details
    Browse the repository at this point in the history
  2. merge upstream

    iRevive committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    dec3c3e View commit details
    Browse the repository at this point in the history
  3. run scalafix & scalafmt

    iRevive committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    4dd1fba View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    5ce21cc View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/SdkSpanBackend.scala
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/SdkTracer.scala
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/SdkTracerBuilder.scala
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/SdkTracerProvider.scala
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/processor/SpanStorage.scala
    #	sdk/trace/src/test/scala/org/typelevel/otel4s/sdk/trace/SdkTracerSuite.scala
    iRevive committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    8c414c5 View commit details
    Browse the repository at this point in the history
  2. Fix compilation issues

    iRevive committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    fccaee5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f2b659 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2348a3a View commit details
    Browse the repository at this point in the history
  5. backport config changes

    iRevive committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    3f2fa65 View commit details
    Browse the repository at this point in the history
  6. backport changes

    iRevive committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    34a5092 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	core/trace/src/main/scala/org/typelevel/otel4s/trace/SpanContext.scala
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/propagation/W3CTraceContextPropagator.scala
    #	sdk/trace/src/test/scala/org/typelevel/otel4s/sdk/trace/propagation/W3CTraceContextPropagatorSuite.scala
    iRevive committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    94e7386 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec7f381 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	sdk/common/src/main/scala/org/typelevel/otel4s/sdk/autoconfigure/Config.scala
    #	sdk/common/src/main/scala/org/typelevel/otel4s/sdk/autoconfigure/ConfigurationError.scala
    #	sdk/trace/src/test/scala/org/typelevel/otel4s/sdk/trace/SdkTracerSuite.scala
    iRevive committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0eb4824 View commit details
    Browse the repository at this point in the history
  2. merge upstream

    iRevive committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    2c6adcf View commit details
    Browse the repository at this point in the history
  3. resolve all propagators

    iRevive committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    220245f View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. add configKeys to the error

    iRevive committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    b9ef6c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efb017c View commit details
    Browse the repository at this point in the history
  3. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	sdk/common/src/main/scala/org/typelevel/otel4s/sdk/autoconfigure/AutoConfigureError.scala
    iRevive committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    86c3fcf View commit details
    Browse the repository at this point in the history
  4. fix compilation issue

    iRevive committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    05f79dd View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    0ed1662 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    b5e1fb3 View commit details
    Browse the repository at this point in the history
  2. fix compilation

    iRevive committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    14e8f24 View commit details
    Browse the repository at this point in the history
  3. fix compilation

    iRevive committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    cb11667 View commit details
    Browse the repository at this point in the history
  4. add 'otlp missing' warning

    iRevive committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    59ab4b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6651392 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	sdk/common/src/main/scala/org/typelevel/otel4s/sdk/autoconfigure/AutoConfigure.scala
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/autoconfigure/SamplerAutoConfigure.scala
    iRevive committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    be87a69 View commit details
    Browse the repository at this point in the history
  7. merge upstream

    iRevive committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    7b76495 View commit details
    Browse the repository at this point in the history
  8. clean up

    iRevive committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    af028a0 View commit details
    Browse the repository at this point in the history
  9. fix scalajs linker settings

    iRevive committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    08d2cd6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. backport changes

    iRevive committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    072a397 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    79cb9be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbcba90 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	sdk-exporter/trace/shared/src/test/scala/org/typelevel/otel4s/sdk/exporter/otlp/trace/autoconfigure/OtlpSpanExporterAutoConfigureSuite.scala
    iRevive committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    cb30fa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cddc710 View commit details
    Browse the repository at this point in the history
  3. fix compilation issue

    iRevive committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    015add6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a172db View commit details
    Browse the repository at this point in the history
  5. backport changes

    iRevive committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    2115fd8 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. add SdkTraces

    iRevive committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    cc3d732 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d27c4c0 View commit details
    Browse the repository at this point in the history
  3. fix typo

    iRevive committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    a0db1da View commit details
    Browse the repository at this point in the history
  4. SdkTraces: add scaladocs

    iRevive committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    70fc5e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. SdkTraces: add tests

    iRevive committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    615e4b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/autoconfigure/SpanExportersAutoConfigure.scala
    iRevive committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    e09a3c4 View commit details
    Browse the repository at this point in the history
  2. merge upstream

    iRevive committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    02ca139 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    073bc27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    75c528c View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/SdkTracerProvider.scala
    #	sdk/trace/src/test/scala/org/typelevel/otel4s/sdk/trace/autoconfigure/TracerProviderAutoConfigureSuite.scala
    iRevive committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1b4ef0c View commit details
    Browse the repository at this point in the history
  2. fix tests

    iRevive committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    712afd0 View commit details
    Browse the repository at this point in the history
  3. add OpenTelemetrySdkSuite

    iRevive committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0e4dd96 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Merge branch 'upstream-main' into trace-sdk

    # Conflicts:
    #	build.sbt
    #	sdk/all/src/main/scala/org/typelevel/otel4s/sdk/OpenTelemetrySdk.scala
    #	sdk/all/src/test/scala/org/typelevel/otel4s/sdk/OpenTelemetrySdkSuite.scala
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/SdkTracerBuilder.scala
    #	sdk/trace/src/main/scala/org/typelevel/otel4s/sdk/trace/SdkTraces.scala
    #	sdk/trace/src/test/scala/org/typelevel/otel4s/sdk/trace/SdkTracesSuite.scala
    iRevive committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    5816363 View commit details
    Browse the repository at this point in the history
  2. run scalafmt

    iRevive committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    82c98fa View commit details
    Browse the repository at this point in the history