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

Create sync resource with some attributes that resolve asynchronously #3460

Merged

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    9615a79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0c6044 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Merge branch 'main' of https://github.com/samimusallam/opentelemetry-js

    … into feat/sync-resource-detectors
    
    � Conflicts:
    �	experimental/packages/opentelemetry-sdk-node/test/sdk.test.ts
    �	packages/opentelemetry-resources/src/platform/node/detect-resources.ts
    �	packages/opentelemetry-sdk-trace-base/src/export/SimpleSpanProcessor.ts
    �	packages/sdk-metrics/src/export/PeriodicExportingMetricReader.ts
    samimusallam committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    a2f77f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b80ab0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40957fb View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    7f63622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c360f8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60f763d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8279b7c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

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

Commits on Dec 7, 2022

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

Commits on Dec 11, 2022

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

Commits on Dec 12, 2022

  1. Update packages/sdk-metrics/src/export/PeriodicExportingMetricReader.ts

    removed unnecessary await
    
    Co-authored-by: Chengzhong Wu <legendecas@gmail.com>
    samimusallam and legendecas committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    876a978 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. feat(sync-resource-detectors): _asyncAttributesPromise merged .catch …

    …with .then to always return an object even on rejection
    samimusallam committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    e27b6b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11e4955 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    ab9e481 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c29f97 View commit details
    Browse the repository at this point in the history
  3. feat(sync-resource-detectors): documented waitForAsyncAttributes retu…

    …rns promise that is never rejected
    samimusallam committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    bb89113 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc16c50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ad492a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5dc4d31 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ab49fb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    721bf45 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    508739f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d14a7d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    952cbf4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    da7adc9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    16d223a View commit details
    Browse the repository at this point in the history
  14. feat(sync-resource-detectors): updated merge() to check if promise ha…

    …s not resolved to prevent multiple merge of the same async attributes
    samimusallam committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    881645e View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

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

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    692ef0e View commit details
    Browse the repository at this point in the history
  2. feat(sync-resource-detectors): fixed merge() where attribute overridi…

    …ng wasnt working properly
    samimusallam committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    61964a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c56bff4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67e8756 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04c6b2f View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    86de5b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5baca81 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    270d67e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d5b588 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    551ed5d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c635de1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    94bfcea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e719e90 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

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

Commits on Jan 9, 2023

  1. feat(sync-resource-detectors): await unresolved resources in forceFlu…

    …sh() SimpleSpanProcessor.ts
    samimusallam committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    19817f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

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

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    76ce6f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc24162 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    754810d View commit details
    Browse the repository at this point in the history
  4. Update Resource's asyncAttributesHaveResolved description

    Co-authored-by: Amir Blum <amirgiraffe@gmail.com>
    samimusallam and blumamir committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    321f295 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    1c48e83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85d8dbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97eb9fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8121a4d View commit details
    Browse the repository at this point in the history
  5. Update packages/opentelemetry-sdk-trace-base/src/export/BatchSpanProc…

    …essorBase.ts
    
    Co-authored-by: Amir Blum <amirgiraffe@gmail.com>
    samimusallam and blumamir committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    9e85a43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05a83df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ad81025 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce2e87c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Configuration menu
    Copy the full SHA
    8d9c4a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1a3795 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62546b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. feat(sync-resource-detectors): Added new interface for sync detector …

    …and updated resource detectors to use it
    samimusallam committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    70f47a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e87de6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    588d93c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4414ba5 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

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

Commits on Jan 19, 2023

  1. Update packages/opentelemetry-resources/src/types.ts

    Co-authored-by: Amir Blum <amirgiraffe@gmail.com>
    samimusallam and blumamir committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    79a8321 View commit details
    Browse the repository at this point in the history
  2. Update packages/opentelemetry-resources/src/Resource.ts

    Co-authored-by: Amir Blum <amirgiraffe@gmail.com>
    samimusallam and blumamir committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    1800c53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c92412f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

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

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    680f955 View commit details
    Browse the repository at this point in the history
  2. feat(sync-resource-detectors): added compatibility tests and renamed …

    …asyncAttributesHaveResolved to asyncAttributesPending
    samimusallam committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    b49a1d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1117c1e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9e6614 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0eefbdf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d070c0c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

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

Commits on Jan 26, 2023

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

Commits on Jan 29, 2023

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

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    f66ebad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c20294 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96230d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

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

Commits on Feb 2, 2023

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

Commits on Feb 3, 2023

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

Commits on Feb 5, 2023

  1. feat(sync-resource-detectors): reverted detectors to the old detector…

    … interface. Created new sync detectors
    samimusallam committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    0ff2427 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    031461e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2d6760 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f1dff0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f14271f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

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

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    33eee0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7334f64 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

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

Commits on Feb 12, 2023

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

Commits on Feb 13, 2023

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