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

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

Commits on Aug 23, 2023

  1. chore(sdk-node): deprecate methods in favor of constructor options (#…

    …3996) (#4076)
    
    Co-authored-by: Daniel Dyla <[email protected]>
    shashi3kiran3 and dyladan authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    863c4d4 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update prettier to v3 and prettier-plugin-eslint to v5 (…

    …#4075)
    
    * chore(deps): update dependency prettier to v3
    
    * chore: bump prettier-plugin-eslint and apply rules
    
    ---------
    
    Co-authored-by: Mend Renovate <[email protected]>
    Co-authored-by: Daniel Dyla <[email protected]>
    3 people authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    dfe9bdd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c230076 View commit details
    Browse the repository at this point in the history
  4. [AutoMerge] ## Merging otel-js @ [c230076...](open-telemetry/opentele…

    …metry-js@c230076)
    
      - commit c230076
      - Author: Mend Renovate <[email protected]>
      - Date:   Wed Aug 23 20:42:58 2023 +0200
      -     chore(deps): update dependency gh-pages to v6 (#4058)
      - ...
    opentelemetrybot committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    399f251 View commit details
    Browse the repository at this point in the history
  5. Merge pull request open-telemetry#174 from opentelemetrybot/opentelem…

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

Commits on Aug 24, 2023

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

Commits on Aug 26, 2023

  1. fix(mongodb): remove broken type export V4Connection (#1644)

    The type `V4Connection` re-introduced in #1170 is missing any type
    definitions or imports for `Document`, breaking the build with
    Typescript strict mode.
    `V4Connection` in `types.ts` is not referenced anywhere (the type
    definition in `internal-types.ts` is used. So lets just drop this type
    definition.
    
    BREAKING CHANGE: removes the broken exported type `V4Connection`.
    Fixes #1639
    
    Signed-off-by: Simon Berz <[email protected]>
    sberz authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    ff29576 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3308a54 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Configuration menu
    Copy the full SHA
    808e614 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fbacba View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. chore(deps): update dependency semver to v7.5.4 (#1646)

    * chore(deps): update dependency semver to v7.5.4
    
    * chore(deps): align semver versions across repo
    
    * chore(deps): pin semver version v7.5.4
    AasthaMehtaTech authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a556179 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9cd8d7 View commit details
    Browse the repository at this point in the history
  3. fix(renovate): remove faulty '@types/node' rule and explicitly apply …

    …it to the whole repo (#4091)
    pichlermarc authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    0cc9a0b View commit details
    Browse the repository at this point in the history
  4. feat: update PeriodicExportingMetricReader and PrometheusExporter to …

    …accept optional metric producers (#4077)
    
    Co-authored-by: Daniel Dyla <[email protected]>
    Co-authored-by: Marc Pichler <[email protected]>
    3 people authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a793321 View commit details
    Browse the repository at this point in the history
  5. fix(deps): update dependency axios to v1.5.0 (#4089)

    Co-authored-by: Marc Pichler <[email protected]>
    renovate-bot and pichlermarc authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    6e7df29 View commit details
    Browse the repository at this point in the history
  6. chore(deps): update all patch versions (#4087)

    Co-authored-by: Marc Pichler <[email protected]>
    renovate-bot and pichlermarc authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    d8a14ea View commit details
    Browse the repository at this point in the history
  7. chore(sdk-node): add notice to manually install '@opentelemetry/expor…

    …ter-jaeger' (#4068)
    
    Co-authored-by: Daniel Dyla <[email protected]>
    pichlermarc and dyladan authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    432d439 View commit details
    Browse the repository at this point in the history
  8. fix(exporter-logs-otlp-http): add @opentelemetry/api-logs as dependen…

    …cy (#3968)
    
    Co-authored-by: Daniel Dyla <[email protected]>
    pichlermarc and dyladan authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c84637f View commit details
    Browse the repository at this point in the history
  9. fix(fastify): Make sure consturctor patching works with esm (#1624)

    * fix(fastify): Make sure consturctor patching works with esm
    
    * ref: Streamline fastify wrapping
    
    Align this with how other instrumentations wrap.
    
    * Revert "ref: Streamline fastify wrapping"
    
    This reverts commit cbffbc731fe81a559d355d3e6b2e726b8a3509ec.
    
    * fix linting
    
    ---------
    
    Co-authored-by: Marc Pichler <[email protected]>
    Co-authored-by: Amir Blum <[email protected]>
    3 people authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    67f66d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    0b1f5b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78472a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd4998a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1da2b1b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

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

    …metry-js@1da2b1b)
    
      - commit 1da2b1b
      - Author: Mend Renovate <[email protected]>
      - Date:   Wed Aug 30 16:05:51 2023 +0200
      -     chore(deps): update dependency prettier to v3.0.3 (#4092)
      - ...
    opentelemetrybot committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    6743d8b View commit details
    Browse the repository at this point in the history
  2. [AutoMerge] ## Merging otel-js-contrib @ [78472a7...](open-telemetry/…

    …opentelemetry-js-contrib@78472a7)
    
      - commit 78472a7
      - Author: Amir Blum <[email protected]>
      - Date:   Wed Aug 30 11:08:00 2023 +0300
      -     chore: align @types/node to core repo and disable renovate (#1653)
      - ...
    opentelemetrybot committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0b34534 View commit details
    Browse the repository at this point in the history
  3. chore: release main (#1651)

    dyladan authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d1436eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b7f619 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Merge pull request open-telemetry#175 from opentelemetrybot/opentelem…

    …etrybot/auto-merge-repo-staging
    
    [AutoMerge][Staging] Merging change(s) from otel-js; otel-js-contrib;
    MSNev authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    2f5c50e View commit details
    Browse the repository at this point in the history
  2. [AutoMerge] ## Merging otel-js @ [5b7f619...](open-telemetry/opentele…

    …metry-js@5b7f619)
    
      - commit 5b7f619
      - Author: Mend Renovate <[email protected]>
      - Date:   Thu Aug 31 13:04:59 2023 +0200
      -     chore(deps): update dependency @babel/preset-env to v7.22.14 (#4103)
      - ...
    opentelemetrybot committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    cecd053 View commit details
    Browse the repository at this point in the history
  3. [AutoMerge] ## Merging otel-js-contrib @ [d1436eb...](open-telemetry/…

    …opentelemetry-js-contrib@d1436eb)
    
      - commit d1436eb
      - Author: Daniel Dyla <[email protected]>
      - Date:   Thu Aug 31 02:35:52 2023 -0400
      -     chore: release main (#1651)
      - ...
    opentelemetrybot committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    d59e890 View commit details
    Browse the repository at this point in the history
  4. Merge pull request open-telemetry#177 from opentelemetrybot/opentelem…

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

    ### 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/
    opentelemetrybot committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    77fdb6b View commit details
    Browse the repository at this point in the history
  6. [AutoMerge] Merge Staged changes to main

    Identifying and fixing merge issues from staged repos
    opentelemetrybot committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    d357a05 View commit details
    Browse the repository at this point in the history