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

Revert otel instrumentation-http #5481

Merged
merged 2 commits into from
Nov 3, 2024
Merged

Revert otel instrumentation-http #5481

merged 2 commits into from
Nov 3, 2024

Conversation

codyebberson
Copy link
Member

@codyebberson codyebberson commented Nov 3, 2024

Still for open-telemetry/opentelemetry-js#5095

Previous work around didn't fix it.

  1. The error message is not reliably found in err.message
  2. There's more than one error message (Unexpected end of input, Unexpected input, possibly more?)

@codyebberson codyebberson requested a review from a team as a code owner November 3, 2024 02:19
Copy link

vercel bot commented Nov 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
medplum-provider ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 3, 2024 2:28am
medplum-www ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 3, 2024 2:28am
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
medplum-app ⬜️ Ignored (Inspect) Visit Preview Nov 3, 2024 2:28am
medplum-storybook ⬜️ Ignored (Inspect) Visit Preview Nov 3, 2024 2:28am

Copy link

socket-security bot commented Nov 3, 2024

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@opentelemetry/[email protected] Transitive: environment, filesystem, unsafe 19 7.96 MB pichlermarc

🚮 Removed packages: npm/@opentelemetry/[email protected]

View full report↗︎

@ThatOneBro ThatOneBro enabled auto-merge November 3, 2024 02:24
@codyebberson codyebberson disabled auto-merge November 3, 2024 02:25
@codyebberson codyebberson merged commit 0d04f29 into main Nov 3, 2024
24 of 28 checks passed
@codyebberson codyebberson deleted the cody-revert-otel-http branch November 3, 2024 02:26
medplumbot added a commit that referenced this pull request Nov 4, 2024
## What's Changed

* Add stub code systems (#5431)
* Change subscription upload to be an upsert (#5434)
* test(cli): add refing config file names for cleanup (#5435)
* [Photon Health] Add NDC fallback and update MedicationKnowledge when syncing formulary (#5379)
* Fixes #5426 - accounts/compartment on create (#5438)
* Quote sort parameter for ValueSet expansion (#5444)
* fix(patient-intake): `condition` -> `code` search param (#5443)
* Add documentation on setting Windows Agent logLevel (#5440)
* Fix ResearchStudy reference search parameter target (#5450)
* feat: backport `Flag.category` SearchParameter from R5 (#5454)
* docs(useSubscription): add docs page for `useSubscription` (#5442)
* Careers page update (#5452)
* feat: add Questionnaire Bot interaction dropdown (#5449)
* Generate CodeSystems referenced by base spec (#5436)
* fix(react): make `@medplum/react-hooks` peer, mark as `external` in esbuild (#4847)
* Note that referential integrity is not supported for deletes (#5447)
* Enable criteria for wildcard access policies (#5448)
* Enable chained search over canonical references (#5457)
* Use FHIR stringify in server responses (#5437)
* Add opt-in `Project.systemSetting` to perform searches on readers when available (#5461)
* Update 'Install on Ubuntu' docs (#5463)
* fix(react): fix `ValueSetAutocomplete` not iterable (#5466)
* Ignore conflicts in reference lookup table (#5460)
* fix(react/app): don't cast `Bundle.entry` to `BundleEntry[]` (#5470)
* Clean up a lot of as BundleEntry casts (#5472)
* Handle otel parse error (#5477)
* Default additional containers to non-essential (#5478)
* Revert otel instrumentation-http (#5481)
* More updates to 'Install on Ubuntu' (#5471)
* Create and publish .deb file (#5479)
* Remove Literal in favor of Parameter (#5451)
* Fixes #5480 - Deploy deb to apt.medplum.com (#5482)
* Emit performance metrics for Repository interactions (#5474)
* fix(mock): make `MockClient` strip empty values for FHIR compliance (#5473)
* Fix build-deb checksum check (#5485)
* Fix deb and checksum filenames (#5488)
* Dependency upgrades 2024-11-04 (#5483)
* enable send to patient (#5487)
* Fix build-deb import GPG key step (#5489)
* Document use of batch upserts with urn:uuid: replacement (#5458)
* Remove build-deb from publish.yml (#5490)
* Disable S3 ACL in build-deb deb-s3 command (#5491)
* Fix chained search join (#5492)

**Full Changelog**: v3.2.18...v3.2.19
github-merge-queue bot pushed a commit that referenced this pull request Nov 5, 2024
## What's Changed

* Add stub code systems (#5431)
* Change subscription upload to be an upsert (#5434)
* test(cli): add refing config file names for cleanup (#5435)
* [Photon Health] Add NDC fallback and update MedicationKnowledge when syncing formulary (#5379)
* Fixes #5426 - accounts/compartment on create (#5438)
* Quote sort parameter for ValueSet expansion (#5444)
* fix(patient-intake): `condition` -> `code` search param (#5443)
* Add documentation on setting Windows Agent logLevel (#5440)
* Fix ResearchStudy reference search parameter target (#5450)
* feat: backport `Flag.category` SearchParameter from R5 (#5454)
* docs(useSubscription): add docs page for `useSubscription` (#5442)
* Careers page update (#5452)
* feat: add Questionnaire Bot interaction dropdown (#5449)
* Generate CodeSystems referenced by base spec (#5436)
* fix(react): make `@medplum/react-hooks` peer, mark as `external` in esbuild (#4847)
* Note that referential integrity is not supported for deletes (#5447)
* Enable criteria for wildcard access policies (#5448)
* Enable chained search over canonical references (#5457)
* Use FHIR stringify in server responses (#5437)
* Add opt-in `Project.systemSetting` to perform searches on readers when available (#5461)
* Update 'Install on Ubuntu' docs (#5463)
* fix(react): fix `ValueSetAutocomplete` not iterable (#5466)
* Ignore conflicts in reference lookup table (#5460)
* fix(react/app): don't cast `Bundle.entry` to `BundleEntry[]` (#5470)
* Clean up a lot of as BundleEntry casts (#5472)
* Handle otel parse error (#5477)
* Default additional containers to non-essential (#5478)
* Revert otel instrumentation-http (#5481)
* More updates to 'Install on Ubuntu' (#5471)
* Create and publish .deb file (#5479)
* Remove Literal in favor of Parameter (#5451)
* Fixes #5480 - Deploy deb to apt.medplum.com (#5482)
* Emit performance metrics for Repository interactions (#5474)
* fix(mock): make `MockClient` strip empty values for FHIR compliance (#5473)
* Fix build-deb checksum check (#5485)
* Fix deb and checksum filenames (#5488)
* Dependency upgrades 2024-11-04 (#5483)
* enable send to patient (#5487)
* Fix build-deb import GPG key step (#5489)
* Document use of batch upserts with urn:uuid: replacement (#5458)
* Remove build-deb from publish.yml (#5490)
* Disable S3 ACL in build-deb deb-s3 command (#5491)
* Fix chained search join (#5492)

**Full Changelog**: v3.2.18...v3.2.19
@reshmakh reshmakh added this to the November 30, 2024 milestone Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

3 participants