Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: micrometer-metrics/tracing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.1
Choose a base ref
...
head repository: micrometer-metrics/tracing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.4.2
Choose a head ref
  • 16 commits
  • 6 files changed
  • 3 contributors

Commits on Jan 7, 2025

  1. Fixed wrong OtelTraceContext sampling and parent fields resolution

    Without this change an NPE was thrown when unboxing the sampling flag. Also the parent id was resolved improperly. Lastly OTel doesn't understand a deferred sampling decision (that's why NPE was thrown, but even after fixing it sampling decision is either positive or negative).
    with this change we're fixing the unboxing problem plus we're directly passing the sampling decision and parent id as respones for trace context method execution (for sampling and parent id)
    
    fixes gh-911
    marcingrzejszczak committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    1831826 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b39c440 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2025

  1. Fixed wrong OtelTraceContext sampling and parent fields resolution

    Without this change an NPE was thrown when unboxing the sampling flag. Also the parent id was resolved improperly. Lastly OTel doesn't understand a deferred sampling decision (that's why NPE was thrown, but even after fixing it sampling decision is either positive or negative).
    with this change we're fixing the unboxing problem plus we're directly passing the sampling decision and parent id as respones for trace context method execution (for sampling and parent id)
    
    fixes gh-911
    marcingrzejszczak committed Jan 8, 2025
    Configuration menu
    Copy the full SHA
    06c616e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61a3c80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a0a9bf View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Bump ch.qos.logback:logback-classic from 1.5.12 to 1.5.16 (#934)

    Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.12 to 1.5.16.
    - [Commits](qos-ch/logback@v_1.5.12...v_1.5.16)
    
    ---
    updated-dependencies:
    - dependency-name: ch.qos.logback:logback-classic
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    9e683d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ee4cbf View commit details
    Browse the repository at this point in the history
  3. Bump org.junit:junit-bom from 5.11.3 to 5.11.4 (#916)

    Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.3 to 5.11.4.
    - [Release notes](https://github.com/junit-team/junit5/releases)
    - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.junit:junit-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    f68499e View commit details
    Browse the repository at this point in the history
  4. Bump ch.qos.logback:logback-classic from 1.5.12 to 1.5.16 (#937)

    Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.5.12 to 1.5.16.
    - [Commits](qos-ch/logback@v_1.5.12...v_1.5.16)
    
    ---
    updated-dependencies:
    - dependency-name: ch.qos.logback:logback-classic
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    d3aa93f View commit details
    Browse the repository at this point in the history
  5. Bump org.apache.logging.log4j:log4j-core from 2.24.2 to 2.24.3 (#913)

    Bumps org.apache.logging.log4j:log4j-core from 2.24.2 to 2.24.3.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.logging.log4j:log4j-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 9, 2025
    Configuration menu
    Copy the full SHA
    3a92d4e View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. Configuration menu
    Copy the full SHA
    3ca2982 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ccbdc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d81c7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f425dff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c440d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5f45f0 View commit details
    Browse the repository at this point in the history
Loading