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

Support stable HTTP semconv #3418

Merged
merged 94 commits into from
Feb 17, 2024
Merged

Support stable HTTP semconv #3418

merged 94 commits into from
Feb 17, 2024

Commits on Jan 6, 2024

  1. Support stable HTTP semconv

    trask committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    4979fdc View commit details
    Browse the repository at this point in the history
  2. Test with SNAPSHOT

    trask committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    f763853 View commit details
    Browse the repository at this point in the history
  3. Update dependency version

    trask committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    4dd1077 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    d520ec8 View commit details
    Browse the repository at this point in the history
  2. Fix

    heyams committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    483ad50 View commit details
    Browse the repository at this point in the history
  3. Fix license

    heyams committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b2b595f View commit details
    Browse the repository at this point in the history
  4. exporter jar

    heyams committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    4fc4e1d View commit details
    Browse the repository at this point in the history
  5. Update exporter

    heyams committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b42259a View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Fix lettuce smoke test

    heyams committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1244320 View commit details
    Browse the repository at this point in the history
  2. Revert samplingoverrides

    heyams committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    9c9e151 View commit details
    Browse the repository at this point in the history
  3. Update artifact

    heyams committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    66bc14b View commit details
    Browse the repository at this point in the history
  4. Fix compilation

    heyams committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    3bbae68 View commit details
    Browse the repository at this point in the history
  5. Fix cassandra

    heyams committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    8ca9345 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    7da6073 View commit details
    Browse the repository at this point in the history
  2. Revert timeout

    heyams committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    d177d4d View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Bump otelInstrumentationAlphaVersion from 1.32.0-alpha to 2.0.0-alpha

    Bumps `otelInstrumentationAlphaVersion` from 1.32.0-alpha to 2.0.0-alpha.
    
    Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha` from 1.32.0-alpha to 2.0.0-alpha
    - [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-java-instrumentation/commits)
    
    Updates `io.opentelemetry.javaagent:opentelemetry-javaagent-extension-api` from 1.32.0-alpha to 2.0.0-alpha
    - [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-java-instrumentation/commits)
    
    Updates `io.opentelemetry.javaagent:opentelemetry-javaagent-bootstrap` from 1.32.0-alpha to 2.0.0-alpha
    - [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-java-instrumentation/commits)
    
    Updates `io.opentelemetry.javaagent:opentelemetry-javaagent-tooling` from 1.32.0-alpha to 2.0.0-alpha
    - [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases)
    - [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/open-telemetry/opentelemetry-java-instrumentation/commits)
    
    ---
    updated-dependencies:
    - dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: io.opentelemetry.javaagent:opentelemetry-javaagent-extension-api
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: io.opentelemetry.javaagent:opentelemetry-javaagent-bootstrap
      dependency-type: direct:production
      update-type: version-update:semver-major
    - dependency-name: io.opentelemetry.javaagent:opentelemetry-javaagent-tooling
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    40398d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Fix sampling overrides

    heyams committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3280d9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f766534 View commit details
    Browse the repository at this point in the history
  3. Fix

    heyams committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    7f465b9 View commit details
    Browse the repository at this point in the history
  4. Fix spotless

    heyams committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    4e510fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30edc3f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Fix

    heyams committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    a174aa4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'dependabot/gradle/otelInstrumentationAlphaVersion-2.0.0…

    …-alpha' of https://github.com/microsoft/ApplicationInsights-Java into dependabot/gradle/otelInstrumentationAlphaVersion-2.0.0-alpha
    heyams committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    f285aa2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3831a7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee47127 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c069df4 View commit details
    Browse the repository at this point in the history
  6. Fix

    heyams committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    e1a53b6 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'dependabot/gradle/otelInstrumentationAlphaVersion-2.0.0…

    …-alpha' of https://github.com/microsoft/ApplicationInsights-Java into dependabot/gradle/otelInstrumentationAlphaVersion-2.0.0-alpha
    heyams committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    146d1eb View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Update dependency

    heyams committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    95bf571 View commit details
    Browse the repository at this point in the history
  2. Fix

    heyams committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5856526 View commit details
    Browse the repository at this point in the history
  3. Fix

    heyams committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    4003137 View commit details
    Browse the repository at this point in the history
  4. Fix

    heyams committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    379d20f View commit details
    Browse the repository at this point in the history
  5. Fix tests

    heyams committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    5c9ccca View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Merge branch 'dependabot/gradle/otelInstrumentationAlphaVersion-2.0.0…

    …-alpha' into stable-http-semconv
    heyams committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    46e819a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20d5db0 View commit details
    Browse the repository at this point in the history
  3. Fix

    heyams committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    29b49ae View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Update jar

    heyams committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    4a81a18 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    heyams committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    65c7d91 View commit details
    Browse the repository at this point in the history
  3. Fix unit tests

    heyams committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    24f874a View commit details
    Browse the repository at this point in the history
  4. Fix

    heyams committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6da7a6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5baa39d View commit details
    Browse the repository at this point in the history
  6. Revert lettuce test

    heyams committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    df80579 View commit details
    Browse the repository at this point in the history
  7. Delete test jar

    heyams committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3a13791 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    d6e62a7 View commit details
    Browse the repository at this point in the history
  2. Fix

    heyams committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    efcdecc View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Exclude inst/io/prometheus/**

    heyams committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    338c657 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    heyams committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    06ac279 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    1524358 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c68992 View commit details
    Browse the repository at this point in the history
  3. Comments

    heyams committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    7a91df5 View commit details
    Browse the repository at this point in the history
  4. Fix spotless

    heyams committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    61ed5da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2907029 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30bc116 View commit details
    Browse the repository at this point in the history
  7. Update exporter to beta.17

    heyams committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    7df456d View commit details
    Browse the repository at this point in the history
  8. Update test

    heyams committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    8dce2bd View commit details
    Browse the repository at this point in the history
  9. Update httpheader test

    heyams committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    6900345 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1466795 View commit details
    Browse the repository at this point in the history
  11. Comments

    heyams committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    82348fe View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    098812a View commit details
    Browse the repository at this point in the history
  13. Revert lettuceTest

    heyams committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    084407f View commit details
    Browse the repository at this point in the history
  14. Fix test

    heyams committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    b995bea View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    e26cc08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bde40c View commit details
    Browse the repository at this point in the history
  3. Revert debug

    heyams committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    833a53f View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Support telemetry processor

    heyams committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ce59702 View commit details
    Browse the repository at this point in the history
  2. Address comments

    heyams committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d4ed187 View commit details
    Browse the repository at this point in the history
  3. Remove description

    heyams committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    9442172 View commit details
    Browse the repository at this point in the history
  4. Fix naming

    heyams committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    cb4a2b9 View commit details
    Browse the repository at this point in the history
  5. Update licenses

    heyams committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    30ffce7 View commit details
    Browse the repository at this point in the history
  6. Clean up log

    heyams committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    625bbad View commit details
    Browse the repository at this point in the history
  7. Add a comment

    heyams committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    98a2cdb View commit details
    Browse the repository at this point in the history
  8. Fix test

    heyams committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    c100908 View commit details
    Browse the repository at this point in the history
  9. Track pekko feature

    heyams committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    fc41cc8 View commit details
    Browse the repository at this point in the history
  10. Fix spotless

    heyams committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    42e5719 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Comments

    heyams committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    a529656 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    171c5e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    b79e571 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b57ff39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f0ebf4 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Fix license

    heyams committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    c53ec47 View commit details
    Browse the repository at this point in the history
  2. Wildfly tests run forever

    heyams committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6963d1c View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    cd0d341 View commit details
    Browse the repository at this point in the history
  2. Fix merge conflicts

    heyams committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c39d85e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Comments

    heyams committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    24da3ce View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Comments

    heyams committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    bf792f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c105b2 View commit details
    Browse the repository at this point in the history
  3. Update license

    heyams committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    46416a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Add a todo

    heyams committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    3d2bfa4 View commit details
    Browse the repository at this point in the history
  2. Fix server span

    heyams committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    af69a3b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Enable wildfly tests

    heyams committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    26b3e5d View commit details
    Browse the repository at this point in the history
  2. Bump OTEL to 2.1.0

    heyams committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    43abe9b View commit details
    Browse the repository at this point in the history
  3. Fix todos

    heyams committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    ae6daf1 View commit details
    Browse the repository at this point in the history
  4. Remove debug logging

    heyams committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7cbf204 View commit details
    Browse the repository at this point in the history
  5. Fix spotless

    heyams committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9a42de2 View commit details
    Browse the repository at this point in the history