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

[Snyk] Upgrade @opentelemetry/instrumentation from 0.33.0 to 0.35.1 #199

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pacostas
Copy link
Member

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade @opentelemetry/instrumentation from 0.33.0 to 0.35.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 3 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2023-01-30.
Release notes
Package name: @opentelemetry/instrumentation
  • 0.35.1 - 2023-01-30

    🐛 (Bug Fix)

    • fix: remove JSON syntax error and regenerate tsconfig files #3566 @ Flarna
      • Fixes an error where the generated JS files were not included in the esnext package due to a failure of the tsconfig generation
    • fix(sdk-node): register instrumentations early #3502 @ Flarna
    • fix: include tracestate in export #3569 @ Flarna
  • 0.35.0 - 2023-01-11

    🚀 (Enhancement)

    • feat(instrumentation-http): monitor error events with events.errorMonitor #3402 @ legendecas
    • feat(instrumentation-grpc): added grpc metadata client side attributes in instrumentation #3386
    • feat(instrumentation): add new _setMeterInstruments protected method that update the meter instruments every meter provider update.
    • feat(api-logs): add the SeverityNumber enumeration. #3443 @ fuaiyi
    • feat(sdk-node): configure no-op sdk with OTEL_SDK_DISABLED environment variable #3485 @ RazGvili

    🐛 (Bug Fix)

    • fix(instrumentation-xhr): http.url attribute should be absolute #3200 @ t2t2
    • fix(instrumentation-grpc): always set grpc semcov status code attribute with numeric value #3076 @ blumamir
    • fix(instrumentation): only call onRequire for full matches on core modules with sub-paths #3451 @ mhassan1
    • fix(instrumentation): add back support for absolute paths via require-in-the-middle #3457 @ mhassan1
    • fix(prometheus-sanitization): replace repeated _ with a single _ 3470 @ samimusallam
    • fix(prometheus-serializer): correct string used for NaN #3477 @ JacksonWeber
    • fix(instrumentation-http): close server span when response finishes #3407 @ legendecas
    • fix(instrumentation-fetch): make spans resilient to clock drift by using Date.now #3434 @ dyladan
    • fix(instrumentation-xml-http-request): make spans resilient to clock drift by using Date.now #3434 @ dyladan
    • fix(sdk-node): fix exporter to be read only OTEL_TRACES_EXPORTER is set to a valid exporter [3492] @ svetlanabrennan

    🏠 (Internal)

    • chore(otlp-proto-exporter-base): upgrade protobufjs to 7.1.2 and relax versioning #3433 @ seemk
  • 0.34.0 - 2022-11-09
    • @ opentelemetry/sdk-metrics moved to packages/sdk-metrics
    • @ opentelemetry/api-metrics deprecated and merged into api

    🚀 (Enhancement)

    🐛 (Bug Fix)

    • fix(node-sdk): move @ opentelemetry/semantic-conventions to dependencies #3283 @ mhassan1
    • fix(exporters): do not append trailing '/' when URL contains path #3274 @ pichlermarc
    • fix(instrumentation): debug log on no modules defined for instrumentation #3308 @ legendecas

    📚 (Refine Doc)

    🏠 (Internal)

  • 0.33.0 - 2022-09-16

    💥 Breaking Change

    • Add resourceDetectors option to NodeSDK #3210

      • NodeSDK.detectResources() function is no longer able to receive config as a parameter.
        Instead, the detectors are passed to the constructor.
    • chore(metrics-sdk): clean up exports #3197 @ pichlermarc

      • removes export for:
        • AccumulationRecord
        • Aggregator
        • AggregatorKind
        • Accumulation
        • createInstrumentDescriptor
        • createInstrumentDescriptorWithView
        • isDescriptorCompatibleWith
    • chore(api-metrics): clean up exports #3198 @ pichlermarc

      • removes export for:
        • NOOP_COUNTER_METRIC
        • NOOP_HISTOGRAM_METRIC
        • NOOP_METER_PROVIDER
        • NOOP_OBSERVABLE_COUNTER_METRIC
        • NOOP_OBSERVABLE_GAUGE_METRIC
        • NOOP_OBSERVABLE_UP_DOWN_COUNTER_METRIC
        • NOOP_UP_DOWN_COUNTER_METRIC
        • NoopCounterMetric
        • NoopHistogramMetric
        • NoopMeter
        • NoopMeterProvider
        • NoopMetric
        • NoopObservableCounterMetric
        • NoopObservableGaugeMetric
        • NoopObservableMetric
        • NoopObservableUpDownCounterMetric
        • NoopUpDownCounterMetric
    • feat(sdk-metrics): align MetricReader with specification and other language implementations #3225 @ pichlermarc

    • chore(sdk-metrics): remove accidental export of the SDK Meter class #3243 @ pichlermarc

    🚀 (Enhancement)

    📚 (Refine Doc)

    🏠 (Internal)

from @opentelemetry/instrumentation GitHub release notes
Commit messages
Package name: @opentelemetry/instrumentation
  • 279458e Release 1.9.1 / 0.35.1 (#3573)
  • 4978743 fix(http): remove outgoing headers normalization (#3557)
  • d1f9594 chore(deps): update dependency rimraf to v4 (#3532)
  • e0abcc0 fix: remove JSON syntax error and regenerate tsconfig files (#3566)
  • a90c558 fix(sdk-node): register instrumentations early (#3502)
  • 5b070b8 fix: include TraceState in trace exports (#3569)
  • dcb09b7 chore(deps): update dependency gh-pages to v5 (#3571)
  • 3bc93a9 feat: exponential histogram - part 1 - mapping functions (#3504)
  • 3670071 fix: avoid grpc types dependency (#3551)
  • b5ef0e4 chore: fix proto generation (#3567)
  • 77f7753 chore(deps): update dependency mkdirp to v2 (#3554)
  • bcfb1b6 Match Accept header with Content-Type in the proto exporter (#3562)
  • 9589d54 feat: browser support for exporter-trace-otlp-proto (#3208)
  • 652d167 fix(typo): Fix typo in Resource.default docstring (#3547)
  • 5127371 chore: fix cross project links and missing implicitly exported types (#3533)
  • a42e4ed fix(sdk-metrics): use Date.now() for instrument recording timestamps
  • c87a304 fix(sdk-metrics): collect metrics when periodic exporting metric reader flushes (#3517)
  • 49c75b8 Fix changelog link (#3536)
  • 07b1438 fix(metrics): export MetricsAPI type (#3535)
  • 08f597f chore: release API 1.4.0 / SDK 1.9.0 / 0.35.0 (#3516)
  • 969bb62 fix(tracing): make spans resilient to performance clock drift (#3434)
  • 2dcc898 Document repo settings (#3519)
  • 475e401 docs(sdk-metrics): fix badge and reword introductory sentence (#3484)
  • 126ae93 fix(sdk-node): fix exporter to be read only OTEL_TRACES_EXPORTER is set to a valid exporter (#3492)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants