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

[Test][AutoMerge][Main] Merging staged change(s) to main #154

Closed
wants to merge 110 commits into from

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    5dc0f69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19fb033 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. feat: add sqlcommenter comment to mysql2 queries (#1523)

    * chore: extract sql commenting logic to common package
    
    * feat(instrumentation-mysql2): sqlcommenter support
    
    * fix(instrumentation-mysql2): properly assign commented sql
    
    * chore(instrumentation-mysql2): test sqlcommenter
    
    * chore(instrumentation-mysql2): update readme with new option
    
    * chore: revert workflows autoformat
    
    * chore(sql-common): specify api devDep
    
    * chore: update release-please manifests
    
    * chore(sql-common): fix copy pasted readme
    
    * fix(instrumentation-mysql2): proper test cleanup logic
    
    * fix(instrumentation-mysql2): proper test config handling
    
    ---------
    
    Co-authored-by: Haddas Bronfman <[email protected]>
    raphael-theriault-swi and haddasbronfman authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    856c252 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9977de7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4514522 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    655e373 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32fde65 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    a30952c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dc8416 View commit details
    Browse the repository at this point in the history
  3. fix(example-opencensus-shim): avoid OpenCensus auto instrumentations …

    …(#3951)
    
    * fix(example-opencensus-shim): avoid opencensus instrumentations being auto imported
    
    * chore: changelog
    
    ---------
    
    Co-authored-by: Haddas Bronfman <[email protected]>
    llc1123 and haddasbronfman authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    15ede47 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    10c3e93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65f612e View commit details
    Browse the repository at this point in the history
  3. feat(aws-ecs): add cloud resource attributes for fargate (#1543)

    chore: fix typo in test description
    
    Noticed ECS on Fargate is missing some cloud resource attributes.
    Comparing similar implementations like the Go ECS detector (https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/5fff1040a2844d4d435359b8108202317762593d/processor/resourcedetectionprocessor/internal/aws/ecs/ecs.go#L69);
    they determine these missing values based on the metadata. This implements them in a similar fashion.
    
    Co-authored-by: Haddas Bronfman <[email protected]>
    davidweterings and haddasbronfman authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    de17f77 View commit details
    Browse the repository at this point in the history
  4. feat(opentelemetry-instrumentation-aws-sdk): add missing spec-defined…

    … DynamoDB attributes (#1524)
    
    * feat(opentelemetry-instrumentation-aws-sdk): add missing spec-defined DynamoDB attributes
    
    * feat(opentelemetry-instrumentation-aws-sdk): add checks for input attributes and additional unit tests
    
    * feat(opentelemetry-instrumentation-aws-sdk): run lint on dynamoDB unit tests
    
    ---------
    
    Co-authored-by: Haddas Bronfman <[email protected]>
    Co-authored-by: Marc Pichler <[email protected]>
    3 people authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    f7c4324 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. fix(connect): Skip update HTTP's span name and update RpcMetadata's r…

    …oute instead (#1534)
    
    Co-authored-by: Gerhard Stöbich <[email protected]>
    chigia001 and Flarna authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8499b16 View commit details
    Browse the repository at this point in the history
  2. feat(opentelemetry-instrumentation-document-load): Add access to perf…

    …ormance resource timing object for custom attributes (#1529)
    
    * feat(opentelemetry-instrumentation-document-load): Add access to performance resource timing object for custom attributes
    
    * update docs
    
    * fix lint
    
    * Apply suggestions from code review
    
    Co-authored-by: Marc Pichler <[email protected]>
    
    ---------
    
    Co-authored-by: Marc Pichler <[email protected]>
    pkanal and pichlermarc authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    7c7294c View commit details
    Browse the repository at this point in the history
  3. feat(lambda): add OTEL_LAMBDA_DISABLE_AWS_CONTEXT_PROPAGATION environ…

    …ment variable (#1227)
    
    * feat(lambda): add OTEL_LAMBDA_DISABLE_AWS_CONTEXT_PROPAGATION environment option
    
    * Lint
    
    * feat: copy object to prevent modification
    
    * test: add coverage
    
    * chore: lint
    
    * Fix build
    
    ---------
    
    Co-authored-by: Gerhard Stöbich <[email protected]>
    dyladan and Flarna authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8777cbd View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. fix(sdk-metrics): preserve startTime for cumulative ExponentialHistog…

    …rams (#3934)
    
    Co-authored-by: Marc Pichler <[email protected]>
    aabmass and pichlermarc authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e2e291c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3d57bb View commit details
    Browse the repository at this point in the history
  3. fix(http-intrumentation): prevent request socket null from throwing u…

    …ncaught error (#3858)
    
    Co-authored-by: Marc Pichler <[email protected]>
    aodysseos and pichlermarc authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    bb8a4f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. LowMemory metrics temporality preference (#3915)

    Co-authored-by: Marc Pichler <[email protected]>
    martinkuba and pichlermarc authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    070b685 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

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

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    c51c9eb View commit details
    Browse the repository at this point in the history
  2. feat(mongodb): support v5 (#1451)

    * feat(mongodb): add support for v5
    
    * refactor(mongodb): avoid duplicating code for v4 & v5
    
    * fix: lint
    
    * refactor(mongodb): use range for mongodb version check
    
    * chore(mongodb): make test commands consistent
    
    * refactor(mongodb): adapt code based on main's changes
    
    * chore: revert mongodb bump in devDependencies
    
    * refactor: adapt code based on comments
    
    * chore: re-use old order for tests suites
    
    * refactor: simply metrics tests
    
    * test: fix DB name in v5 tests
    
    * chore: revert MongoDB to 3.6.11 in package.json
    
    * test: fix compilation issue due to different signatures (v3 vs v5)
    
    * fix: lint
    
    ---------
    
    Co-authored-by: Haddas Bronfman <[email protected]>
    Co-authored-by: Marc Pichler <[email protected]>
    3 people authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    05c4e9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dccd906 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. fix: add secureConnectionStart to https only (#3879)

    Co-authored-by: t2t2 <[email protected]>
    Co-authored-by: Marc Pichler <[email protected]>
    3 people authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    ea160d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    784a422 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a675ae8 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. docs: document merge reqiurements (#1553)

    * docs: document merge reqiurements
    
    * docs: remove redundant wording
    
    * docs: remove redundant wording
    
    * docs: lint
    pichlermarc authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a18b074 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06e919d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02c1d95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b34c39b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68039c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

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

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    6d13eb4 View commit details
    Browse the repository at this point in the history
  2. docs(sdk-metrics): add example of exponential histogram metric (#3855)

    Co-authored-by: Chengzhong Wu <[email protected]>
    Co-authored-by: Marc Pichler <[email protected]>
    3 people authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    fc28665 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    552abc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    013695d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    774d254 View commit details
    Browse the repository at this point in the history
  3. [AutoMerge] ## Merging otel-js @ [013695d...](open-telemetry/opentele…

    …metry-js@013695d)
    
      - commit 013695d
      - Author: Marc Pichler <[email protected]>
      - Date:   Tue Jul 11 08:51:11 2023 +0200
      -     docs(api-logs): add disclaimers (#3979)
      - ...
    ### Auto resolving 7 conflicts to select the master repo version
    Summary of changes by file state
    AU (Added <=> Updated): 1
    UA (Updated <=> Added): 3
    DD (Deleted <=> Deleted): 1
    DU (Deleted <=> Updated): 2
    
     - (AU) auto-merge/js/eslint.config.js - Added in ours => checkout ours
     - (UA) auto-merge/js/experimental/packages/exporter-logs-otlp-http/test/logHelper.ts - Unmerged, added by them => checkout theirs
     - (UA) auto-merge/js/packages/sdk-metrics/test/regression/cumulative-exponential-histogram.test.ts - Unmerged, added by them => checkout theirs
     - (UA) eslint.base.js - Unmerged, added by them => checkout theirs
     - (DD) eslint.config.js - Removed from both
     - (DU) experimental/packages/otlp-grpc-exporter-base/protos - Deleted by us => checkout theirs
     - (DU) experimental/packages/otlp-proto-exporter-base/protos - Deleted by us => checkout theirs
    opentelemetrybot committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f560426 View commit details
    Browse the repository at this point in the history
  4. [AutoMerge] ## Merging otel-js-contrib @ [774d254...](open-telemetry/…

    …opentelemetry-js-contrib@774d254)
    
      - commit 774d254
      - Author: Chi Ma <[email protected]>
      - Date:   Tue Jul 11 22:58:16 2023 +0700
      -     fix(document-load): compatibility issue with @opentelemetry/[email protected] (#1565)
      - ...
    ### Auto resolving 4 conflicts to select the master repo version
    Summary of changes by file state
    UA (Updated <=> Added): 2
    AU (Added <=> Updated): 1
    DD (Deleted <=> Deleted): 1
    
     - (UA) auto-merge/contrib/plugins/node/opentelemetry-instrumentation-mongodb/test/mongodb-v4-v5.metrics.test.ts - Unmerged, added by them => checkout theirs
     - (AU) auto-merge/contrib/plugins/node/opentelemetry-instrumentation-mongodb/test/mongodb-v4.metrics.test.ts - Added in ours => checkout ours
     - (UA) auto-merge/contrib/plugins/node/opentelemetry-instrumentation-mongodb/test/mongodb-v5.test.ts - Unmerged, added by them => checkout theirs
     - (DD) plugins/node/opentelemetry-instrumentation-mongodb/test/mongodb-v4.metrics.test.ts - Removed from both
    opentelemetrybot committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    bda2f34 View commit details
    Browse the repository at this point in the history
  5. [AutoMerge] Identifying and fixing merge issues from staged repos

    Processing otel-js
     - (xM) /auto-merge/js/eslint.base.js - Re-Copying master file
     - (xS) /auto-merge/js/experimental/packages/opentelemetry-exporter-prometheus/.eslintrc.js - Re-Copying master file as size mismatch 129 !== 127
     - (xS) /auto-merge/js/experimental/packages/opentelemetry-instrumentation-grpc/.eslintrc.js - Re-Copying master file as size mismatch 129 !== 127
     - (xS) /auto-merge/js/experimental/packages/opentelemetry-instrumentation-http/.eslintrc.js - Re-Copying master file as size mismatch 129 !== 127
     - (xS) /auto-merge/js/experimental/packages/opentelemetry-sdk-node/.eslintrc.js - Re-Copying master file as size mismatch 129 !== 127
     - (xS) /auto-merge/js/experimental/packages/shim-opencensus/.eslintrc.js - Re-Copying master file as size mismatch 129 !== 127
     - (xS) /auto-merge/js/packages/opentelemetry-context-async-hooks/.eslintrc.js - Re-Copying master file as size mismatch 126 !== 124
     - (xS) /auto-merge/js/packages/opentelemetry-exporter-jaeger/.eslintrc.js - Re-Copying master file as size mismatch 126 !== 124
     - (xS) /auto-merge/js/packages/opentelemetry-sdk-trace-node/.eslintrc.js - Re-Copying master file as size mismatch 126 !== 124
     - (xS) /auto-merge/js/packages/opentelemetry-semantic-conventions/.eslintrc.js - Re-Copying master file as size mismatch 177 !== 175
     - (xS) /auto-merge/js/packages/opentelemetry-shim-opentracing/.eslintrc.js - Re-Copying master file as size mismatch 126 !== 124
     - (xS) /auto-merge/js/packages/sdk-metrics/.eslintrc.js - Re-Copying master file as size mismatch 126 !== 124
     - (xS) /auto-merge/js/packages/template/.eslintrc.js - Re-Copying master file as size mismatch 177 !== 175
     - (xM) /auto-merge/js/tsconfig.tsbuildinfo - Re-Copying master file
     - (*E) /auto-merge/js/eslint.config.js - Removing extra file
     - (*E) /eslint.base.js - Removing extra file
     - (*F) /experimental - Removing extra folder experimental
     - (*F) /packages - Removing extra folder packages
    ...truncated...
    Processing otel-js-contrib
    opentelemetrybot committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    939d2d7 View commit details
    Browse the repository at this point in the history
  6. feat(express): Skip update HTTP's span name and update RpcMetadata's …

    …route instead (#1557)
    
    * feat(express): Skip update HTTP's span name and update RpcMetadata's route instead
    
    * feat(express): simplify condition to when written to rpcMetadata.route
    
    * feat(express): remove comment related to layerType being undefined
    
    * chore: force build
    
    * chore: force cache key
    
    * Revert "chore: force cache key"
    
    This reverts commit 483c7f1b59d47cfb9b5583159dd0ca91c4aa95ce.
    
    ---------
    
    Co-authored-by: Gerhard Stöbich <[email protected]>
    chigia001 and Flarna authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    8e2f518 View commit details
    Browse the repository at this point in the history
  7. Merge pull request open-telemetry#139 from opentelemetrybot/opentelem…

    …etrybot/auto-merge-repo-staging
    
    [AutoMerge][Staging] Merging change(s) from otel-js; otel-js-contrib;
    MSNev authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9f0807d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    ffb45fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84a2377 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    273993b View commit details
    Browse the repository at this point in the history
  4. chore: update renovate.json (#1575)

    Co-authored-by: Marc Pichler <[email protected]>
    Flarna and pichlermarc authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    3139dbf View commit details
    Browse the repository at this point in the history
  5. chore(renovate): change strategy for @opentelemetry/api, run experime…

    …ntal update every weekday (#1578)
    pichlermarc authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    bf25eb1 View commit details
    Browse the repository at this point in the history
  6. feat(fastify): Skip update HTTP's span name and update RpcMetadata's …

    …route instead (#1569)
    
    Co-authored-by: Marc Pichler <[email protected]>
    chigia001 and pichlermarc authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    8d9687d View commit details
    Browse the repository at this point in the history
  7. chore: release main (#1539)

    * chore: release main
    
    * chore: release main
    dyladan authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    f81f8a7 View commit details
    Browse the repository at this point in the history
  8. [AutoMerge] ## Merging otel-js-contrib @ [f81f8a7...](open-telemetry/…

    …opentelemetry-js-contrib@f81f8a7)
    
      - commit f81f8a7
      - Author: Daniel Dyla <[email protected]>
      - Date:   Wed Jul 12 11:23:46 2023 -0400
      -     chore: release main (#1539)
      - ...
    ### Auto resolving 1 conflict to select the master repo version
    Summary of changes by file state
    UA (Updated <=> Added): 1
    
     - (UA) auto-merge/contrib/packages/opentelemetry-sql-common/CHANGELOG.md - Unmerged, added by them => checkout theirs
    opentelemetrybot committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    a3a577d View commit details
    Browse the repository at this point in the history
  9. Merge pull request open-telemetry#140 from opentelemetrybot/opentelem…

    …etrybot/auto-merge-repo-staging
    
    [AutoMerge][Staging] Merging change(s) from otel-js-contrib;
    MSNev authored Jul 12, 2023
    Configuration menu
    Copy the full SHA
    b92f6de View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    5352cc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65483a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1195872 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

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

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    00f7404 View commit details
    Browse the repository at this point in the history
  2. chore: upgrade [email protected] and re-enable test in node@18 for resource…

    …-detector-alibaba-cloud (#1581)
    
    * chore: upgrade [email protected] and re-enable test in node@18 for resource-detector-alibaba-cloud
    
    * chore: remove --ignore @opentelemetry/resource-detector-alibaba-cloud in tav pipeline
    
    ---------
    
    Co-authored-by: Haddas Bronfman <[email protected]>
    Co-authored-by: Amir Blum <[email protected]>
    3 people authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    ea86583 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6150def View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. chore(restify): update restify version to 11.1.0 and re-enable unit t…

    …est in node@18 (#1576)
    
    * chore(restify): upgrade restify to 9.1.0
    
    * chore(restify): upgrade restify to 10.0.0 && re-enable node@18 test
    
    * chore(restify): upgrade restify to 11.1.0
    
    * chore(restify): re-enable test in tav
    
    * chore(restify): update tav with corrent node.js version range check
    
    * chore(restify): fix missing newline
    
    * chore(restify): update tav to version 9.1.0 instead of 9.0.0
    
    * chore: upgrade document and tav for restify
    
    * chore: pin restify version
    
    ---------
    
    Co-authored-by: Haddas Bronfman <[email protected]>
    chigia001 and haddasbronfman authored Jul 16, 2023
    Configuration menu
    Copy the full SHA
    432d89e View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    b77c282 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency nock to v13.3.2 (#1592)

    * chore(deps): update dependency nock to v13.3.2
    
    * chore: lint
    
    ---------
    
    Co-authored-by: Haddas Bronfman <[email protected]>
    blumamir and haddasbronfman authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    b5fc0c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. feat(cucumber): add instrumentation for @cucumber/cucumber (#1252)

    * feat(cucumber): add instrumentation for @cucumber/cucumber
    
    * fix(cucumber): rename plugin directory
    
    * chore(cucumber): add to release-please-config
    
    * chore(cucumber): add Ugzuzg to component_owners
    
    * fix(cucumber): add @opentelemetry/semantic-conventions to dependencies
    
    * fix(cucumber): only instrument ^8
    
    * fix(cucumber): use bound diag logger
    
    * fix(cucumber): add tags as string[] to attributes
    
    * fix(cucumber): extract attribute names into enum
    
    * fix(cucumber): recordException as string for step statuses
    
    * docs(auto-instrumentation-node): add cucumber instrumentation to readme
    
    * fix(cucumber): remove unnecessary isEnabled checks
    
    * fix(cucumber): get rid of @cucumber/cucumber imports in compiled files
    
    * fix(cucumber): remove newline character from span name
    
    * fix(cucumber): set step status as an attribute
    
    * chore(cucumber): update homepage path
    
    Co-authored-by: Amir Blum <[email protected]>
    
    * fix(cucumber): get status enum from cucumber module
    
    * fix(cucumber): mention why isEnabled is needed
    
    * chore(cucumber): add package to release-please-manifset
    
    * feat: wrap runAttempt
    
    * fix: match versions in package.json and auto
    
    * feat: instrument cucumber@9
    
    * fix: wrap typeof in parens
    
    ---------
    
    Co-authored-by: Amir Blum <[email protected]>
    Ugzuzg and blumamir authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    82267ab View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. [AutoMerge] ## Merging otel-js @ [87f21ef...](open-telemetry/opentele…

    …metry-js@87f21ef)
    
      - commit 87f21ef
      - Author: Mend Renovate <[email protected]>
      - Date:   Fri Jul 14 12:49:00 2023 +0200
      -     chore(deps): update dependency nock to v13.3.2 (#3994)
      - ...
    opentelemetrybot committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c9a348b View commit details
    Browse the repository at this point in the history
  2. [AutoMerge] ## Merging otel-js-contrib @ [82267ab...](open-telemetry/…

    …opentelemetry-js-contrib@82267ab)
    
      - commit 82267ab
      - Author: Jaryk <[email protected]>
      - Date:   Tue Jul 18 17:51:53 2023 +0200
      -     feat(cucumber): add instrumentation for @cucumber/cucumber (#1252)
      - ...
    opentelemetrybot committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    0c148b9 View commit details
    Browse the repository at this point in the history
  3. [AutoMerge] Identifying and fixing merge issues from staged repos

    Processing otel-js
     - (*F) /plugins - Removing extra folder plugins
    Processing otel-js-contrib
     - (xM) /auto-merge/contrib/plugins/node/instrumentation-cucumber/.eslintignore - Re-Copying master file
     - (xM) /auto-merge/contrib/plugins/node/instrumentation-cucumber/.eslintrc.js - Re-Copying master file
     - (xM) /auto-merge/contrib/plugins/node/instrumentation-cucumber/.npmignore - Re-Copying master file
     - (xM) /auto-merge/contrib/plugins/node/instrumentation-cucumber/.tav.yml - Re-Copying master file
     - (xM) /auto-merge/contrib/plugins/node/instrumentation-cucumber/LICENSE - Re-Copying master file
     - (xM) /auto-merge/contrib/plugins/node/instrumentation-cucumber/README.md - Re-Copying master file
     - (xM) /auto-merge/contrib/plugins/node/instrumentation-cucumber/package.json - Re-Copying master file
     - (xM) /auto-merge/contrib/plugins/node/instrumentation-cucumber/src/index.ts - Re-Copying master file
     - (xM) /auto-merge/contrib/plugins/node/instrumentation-cucumber/src/instrumentation.ts - Re-Copying master file
     - (xM) /auto-merge/contrib/plugins/node/instrumentation-cucumber/src/types.ts - Re-Copying master file
     - (xM) /auto-merge/contrib/plugins/node/instrumentation-cucumber/test/.gitignore - Re-Copying master file
     - (xM) /auto-merge/contrib/plugins/node/instrumentation-cucumber/test/cucumber.test.ts - Re-Copying master file
     - (xM) /auto-merge/contrib/plugins/node/instrumentation-cucumber/test/features/step_definitions/steps.ts - Re-Copying master file
     - (xM) /auto-merge/contrib/plugins/node/instrumentation-cucumber/test/features/support/world.ts - Re-Copying master file
     - (xM) /auto-merge/contrib/plugins/node/instrumentation-cucumber/tsconfig.json - Re-Copying master file
    opentelemetrybot committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    0a6608b View commit details
    Browse the repository at this point in the history
  4. Merge pull request open-telemetry#142 from opentelemetrybot/opentelem…

    …etrybot/auto-merge-repo-staging
    
    [AutoMerge][Staging] Merging change(s) from otel-js; otel-js-contrib;
    MSNev authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    96451c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Revert tslib #3914 (#4011)

    * Revert "feat(minification): Add noEmitHelpers, importHelpers and tslib as a dependency (#3914)"
    
    This reverts commit 74393ac.
    
    * Changelog
    
    * Update CHANGELOG.md
    dyladan authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    0f20b2a View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

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

Commits on Jul 26, 2023

  1. fix: Add otel-api as dev dep for sandbox tests (#4020)

    * fix: Add otel-api as dev dep for sandbox tests
    
    * fix changelog formatting
    MSNev authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    2b20565 View commit details
    Browse the repository at this point in the history
  2. [AutoMerge] ## Merging otel-js @ [2b20565...](open-telemetry/opentele…

    …metry-js@2b20565)
    
      - commit 2b20565
      - Author: Nev <[email protected]>
      - Date:   Wed Jul 26 09:43:54 2023 -0700
      -     fix: Add otel-api as dev dep for sandbox tests (#4020)
      - ...
    opentelemetrybot committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    301cf94 View commit details
    Browse the repository at this point in the history
  3. Merge pull request open-telemetry#144 from opentelemetrybot/opentelem…

    …etrybot/auto-merge-repo-staging
    
    [AutoMerge][Staging] Merging change(s) from otel-js;
    MSNev authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    3a875dd View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

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

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    0755a5c View commit details
    Browse the repository at this point in the history
  2. chore(exporter-logs-otlp-http): commit missing generated changes to t…

    …sconfig.json (#4032)
    
    Co-authored-by: Marc Pichler <[email protected]>
    aabmass and pichlermarc authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1a7488e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87fff2e View commit details
    Browse the repository at this point in the history
  4. fix(sdk-metrics): ignore invalid metric values (#3988)

    Co-authored-by: Haddas Bronfman <[email protected]>
    legendecas and haddasbronfman authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4cffe5d View commit details
    Browse the repository at this point in the history
  5. [AutoMerge] ## Merging otel-js @ [4cffe5d...](open-telemetry/opentele…

    …metry-js@4cffe5d)
    
      - commit 4cffe5d
      - Author: Chengzhong Wu <[email protected]>
      - Date:   Tue Aug 1 23:16:07 2023 +0800
      -     fix(sdk-metrics): ignore invalid metric values (#3988)
      - ...
    ### Auto resolving 6 conflicts to select the master repo version
    Summary of changes by file state
    UA (Updated <=> Added): 6
    
     - (UA) auto-merge/js/experimental/packages/opentelemetry-instrumentation-grpc/test/.gitignore - Unmerged, added by them => checkout theirs
     - (UA) auto-merge/js/experimental/packages/opentelemetry-instrumentation-grpc/test/fixtures/buf.gen.yaml - Unmerged, added by them => checkout theirs
     - (UA) auto-merge/js/experimental/packages/opentelemetry-instrumentation-grpc/test/fixtures/buf.lock - Unmerged, added by them => checkout theirs
     - (UA) auto-merge/js/experimental/packages/opentelemetry-instrumentation-grpc/test/fixtures/buf.yaml - Unmerged, added by them => checkout theirs
     - (UA) auto-merge/js/experimental/packages/opentelemetry-instrumentation-grpc/test/grpc-protobuf-ts.test.ts - Unmerged, added by them => checkout theirs
     - (UA) auto-merge/js/experimental/packages/opentelemetry-instrumentation-grpc/test/protobuf-ts-utils.ts - Unmerged, added by them => checkout theirs
    opentelemetrybot committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    9a51b10 View commit details
    Browse the repository at this point in the history
  6. [AutoMerge] Identifying and fixing merge issues from staged repos

    Processing otel-js
     - (xS) /auto-merge/js/experimental/packages/opentelemetry-instrumentation-grpc/.eslintignore - Re-Copying master file as size mismatch 6 !== 17
    Processing otel-js-contrib
     - (xS) /auto-merge/contrib/detectors/node/opentelemetry-resource-detector-container/.eslintignore - Re-Copying master file as size mismatch 17 !== 6
    opentelemetrybot committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    6214ca5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request open-telemetry#150 from opentelemetrybot/opentelem…

    …etrybot/auto-merge-repo-staging
    
    [AutoMerge][Staging] Merging change(s) from otel-js;
    MSNev authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b0275fe View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. chore: update patch dependencies (#1595)

    * fix(deps): update all patch versions
    
    * fix(hapi): fix hapi test with new @types
    
    * fix(hapi): lint
    
    ---------
    
    Co-authored-by: Mend Renovate <[email protected]>
    haddasbronfman and renovate-bot authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    db50d00 View commit details
    Browse the repository at this point in the history
  2. chore: bump typescripts to 4.4.4 to fix compile issue with @types/koa…

    … (#1616)
    
    Co-authored-by: Haddas Bronfman <[email protected]>
    chigia001 and haddasbronfman authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    a53f643 View commit details
    Browse the repository at this point in the history
  3. fix(fastify): readme option table format (#1619)

    Co-authored-by: Mend Renovate <[email protected]>
    Co-authored-by: Haddas Bronfman <[email protected]>
    Co-authored-by: Amir Blum <[email protected]>
    4 people authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3d6c7be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4cda7a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a0d543 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4dc98d3 View commit details
    Browse the repository at this point in the history
  7. fix: Revert "feat(minification): Add importHelpers and tslib as a dep…

    …endency (#1545)" (#1611)
    
    Co-authored-by: Marc Pichler <[email protected]>
    dyladan and pichlermarc authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    e5bca5f View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    5d204b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e242645 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fd656b View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

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

Commits on Aug 7, 2023

  1. docs(README): clarify browser support (#4037)

    Co-authored-by: Patrice Chalin <[email protected]>
    pichlermarc and chalin authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    3732256 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a421318 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    ffe641c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48fb158 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    d3436bf View commit details
    Browse the repository at this point in the history
  2. chore: fix issue with nyc crashing (#1605)

    * chore: fix issue with nyc crashing
    
    * chore: revert hoist change, make @babel/core nohoist
    
    * chore: update @babel/core to test Garbage Collector issue
    
    * chore: bump typescripts to 4.4.4 in some package
    
    * Revert "chore: bump typescripts to 4.4.4 in some package"
    
    This reverts commit 5bf1bfbe433bf614787c0ccca79a40aa644c86b3.
    
    * Revert "Revert "chore: bump typescripts to 4.4.4 in some package""
    
    This reverts commit 2877b7e500b629216a66f4b9300e82e3d452ab4f.
    
    * Fix cancelled issue
    
    ---------
    
    Co-authored-by: Haddas Bronfman <[email protected]>
    chigia001 and haddasbronfman authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    a1243ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    902229a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3d7f60 View commit details
    Browse the repository at this point in the history
  5. fix(aws-sdk-instrumentation): Patch new smithy client and middleware …

    …packages (#1626)
    
    Co-authored-by: Amir Blum <[email protected]>
    carolabadeer and blumamir authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3f2bfe8 View commit details
    Browse the repository at this point in the history
  6. fix(knex): nested queries result in wrong span names (#1537)

    * fix(knex): nested queries result in wrong span names.
    
    * Cleanup assertions.
    
    ---------
    
    Co-authored-by: Marc Pichler <[email protected]>
    Co-authored-by: Amir Blum <[email protected]>
    3 people authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f4df836 View commit details
    Browse the repository at this point in the history
  7. fix(redis-4): omit credentials from db.connection_string span attribu…

    …te (#1562)
    
    * fix(redis-4): omit credentials from db.connection_string span attribute
    
    * Reconstruct non-sensitive db.connection_string using built-in URL.href
    
    * style(redis-4): Fix code style according to community standards
    
    * fix(redis-4): Log error on connection string sanitization failure
    
    ---------
    
    Co-authored-by: Amir Blum <[email protected]>
    Co-authored-by: Haddas Bronfman <[email protected]>
    3 people authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ccf1efe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f11245 View commit details
    Browse the repository at this point in the history
  9. [AutoMerge] ## Merging otel-js @ [902229a...](open-telemetry/opentele…

    …metry-js@902229a)
    
      - commit 902229a
      - Author: Amir Blum <[email protected]>
      - Date:   Thu Aug 10 12:23:28 2023 +0300
      -     chore: update blumamir employee name in the README (#4052)
      - ...
    opentelemetrybot committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    dd51d74 View commit details
    Browse the repository at this point in the history
  10. [AutoMerge] ## Merging otel-js-contrib @ [4f11245...](open-telemetry/…

    …opentelemetry-js-contrib@4f11245)
    
      - commit 4f11245
      - Author: Mend Renovate <[email protected]>
      - Date:   Thu Aug 10 14:57:58 2023 +0200
      -     fix(deps): update otel core experimental to v0.41.2 (#1628)
      - ...
    opentelemetrybot committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    88db0fd View commit details
    Browse the repository at this point in the history
  11. Merge pull request open-telemetry#152 from opentelemetrybot/opentelem…

    …etrybot/auto-merge-repo-staging
    
    [AutoMerge][Staging] Merging change(s) from otel-js; otel-js-contrib;
    MSNev authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    44bcf14 View commit details
    Browse the repository at this point in the history
  12. [AutoMerge] staging @ [44bcf14...](open-telemetry@44bcf14)

    ### Moving package from auto-merge/js/api to pkgs/api/
    ### Moving package from auto-merge/js/packages/opentelemetry-semantic-conventions/ to pkgs/semantic-conventions/
    ### Moving package from auto-merge/js/packages/opentelemetry-core/ to pkgs/core/
    ### Moving package from auto-merge/js/packages/opentelemetry-resources/ to pkgs/resources/
    ### Moving package from auto-merge/js/packages/opentelemetry-context-zone-peer-dep/ to pkgs/context/zone-peer-dep/
    ### Moving package from auto-merge/js/packages/opentelemetry-context-zone/ to pkgs/context/zone/
    ### Moving package from auto-merge/js/packages/opentelemetry-propagator-b3/ to pkgs/propagators/b3/
    ### Moving package from auto-merge/js/packages/opentelemetry-sdk-trace-base/ to pkgs/sdk/trace/base/
    ### Moving package from auto-merge/js/packages/opentelemetry-sdk-trace-web/ to pkgs/sdk/trace/web/
    ### Moving package from auto-merge/js/packages/sdk-metrics/ to pkgs/sdk/metrics/
    ### Moving package from auto-merge/js/experimental/packages/sdk-logs/ to pkgs/sdk/logs/
    ### Moving package from auto-merge/js/experimental/packages/otlp-exporter-base to pkgs/exporters/otlp/base/
    ### Moving package from auto-merge/js/experimental/packages/otlp-transformer to pkgs/exporters/otlp/transformer
    ### Moving package from auto-merge/js/experimental/packages/otlp-proto-exporter-base to pkgs/exporters/otlp/proto-base
    ### Moving package from auto-merge/js/packages/opentelemetry-exporter-zipkin/ to pkgs/exporters/zipkin/
    ### Moving package from auto-merge/js/experimental/packages/exporter-trace-otlp-proto to pkgs/exporters/otlp/trace/proto/
    ### Moving package from auto-merge/js/experimental/packages/exporter-trace-otlp-http to pkgs/exporters/otlp/trace/http/
    ### Moving package from auto-merge/js/experimental/packages/opentelemetry-exporter-metrics-otlp-http to pkgs/exporters/otlp/metrics/http/
    ### Moving package from auto-merge/js/experimental/packages/exporter-logs-otlp-proto to pkgs/exporters/otlp/logs/proto/
    ### Moving package from auto-merge/js/experimental/packages/exporter-logs-otlp-http to pkgs/exporters/otlp/logs/http/
    ### Moving package from auto-merge/js/experimental/packages/opentelemetry-instrumentation/ to pkgs/instrumentations/instrumentation/
    ### Moving package from auto-merge/js/experimental/packages/opentelemetry-instrumentation-fetch/ to pkgs/instrumentations/web/fetch
    ### Moving package from auto-merge/js/experimental/packages/opentelemetry-instrumentation-xml-http-request/ to pkgs/instrumentations/web/xhr
    ### Moving package from auto-merge/contrib/plugins/web/opentelemetry-instrumentation-document-load/ to pkgs/instrumentations/web/document-load/
    ### Moving package from auto-merge/contrib/plugins/web/opentelemetry-instrumentation-user-interaction/ to pkgs/instrumentations/web/user-interaction/
    ### Moving package from auto-merge/contrib/plugins/web/opentelemetry-instrumentation-long-task/ to pkgs/instrumentations/web/long-task/
    ### Moving package from auto-merge/contrib/metapackages/auto-instrumentations-web/ to pkgs/instrumentations/web/auto/
    ### Moving package from auto-merge/js/experimental/packages/opentelemetry-browser-detector/ to pkgs/detectors/browser/
    ### Moving package from auto-merge/js/experimental/packages/api-logs/ to pkgs/api-logs/
    ### Moving package from auto-merge/js/experimental/packages/api-events/ to pkgs/api-events/
    ### Moving package from auto-merge/js/examples/opentelemetry-web/ to examples/web/js/
    MSNev committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    600bf22 View commit details
    Browse the repository at this point in the history
  13. [AutoMerge] Merge Staged changes to main

    ### Auto resolving 67 conflicts to select the master repo version
    Summary of changes by file state
    DD (Deleted <=> Deleted): 24
    UA (Updated <=> Added): 3
    AU (Added <=> Updated): 1
    AA (Added <=> Added): 39
    
     - (DD) auto-merge/contrib/metapackages/auto-instrumentations-web/.eslintrc.js - Removed from both
     - (UA) auto-merge/contrib/plugins/node/instrumentation-cucumber/.eslintrc.js - Unmerged, added by them => checkout theirs
     - (UA) auto-merge/contrib/plugins/node/instrumentation-cucumber/src/index.ts - Unmerged, added by them => checkout theirs
     - (DD) auto-merge/contrib/plugins/web/opentelemetry-instrumentation-document-load/tsconfig.esm.json - Removed from both
     - (DD) auto-merge/js/api/tsconfig.esm.json - Removed from both
     - (DD) auto-merge/js/eslint.config.js - Removed from both
     - (DD) auto-merge/js/experimental/packages/api-events/tsconfig.esm.json - Removed from both
     - (DD) auto-merge/js/experimental/packages/exporter-logs-otlp-proto/.eslintrc.js - Removed from both
     - (DD) auto-merge/js/experimental/packages/exporter-trace-otlp-http/.eslintrc.js - Removed from both
     - (DD) auto-merge/js/experimental/packages/exporter-trace-otlp-proto/.eslintrc.js - Removed from both
     - (DD) auto-merge/js/experimental/packages/opentelemetry-browser-detector/.eslintrc.js - Removed from both
     - (DD) auto-merge/js/experimental/packages/opentelemetry-exporter-metrics-otlp-http/.eslintrc.js - Removed from both
     - (DD) auto-merge/js/experimental/packages/opentelemetry-exporter-metrics-otlp-http/src/OTLPMetricExporterOptions.ts - Removed from both
     - (DD) auto-merge/js/experimental/packages/opentelemetry-instrumentation-fetch/.eslintrc.js - Removed from both
     - (DD) auto-merge/js/experimental/packages/opentelemetry-instrumentation-xml-http-request/.eslintrc.js - Removed from both
     - (DD) auto-merge/js/experimental/packages/opentelemetry-instrumentation/.eslintrc.js - Removed from both
     - (DD) auto-merge/js/experimental/packages/opentelemetry-instrumentation/src/platform/index.ts - Removed from both
     - (DD) auto-merge/js/packages/opentelemetry-context-zone-peer-dep/tsconfig.esm.json - Removed from both
     - (DD) auto-merge/js/packages/opentelemetry-core/.eslintrc.js - Removed from both
    ...truncated...
    Identifying and fixing merge issues from staged repos
    MSNev committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    5848bef View commit details
    Browse the repository at this point in the history