Skip to content

Conversation

renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@opentelemetry/semantic-conventions (source) ~1.3.0 -> ~1.17.0 age adoption passing confidence

Release Notes

open-telemetry/opentelemetry-js (@​opentelemetry/semantic-conventions)

v1.17.0

Compare Source

🐛 (Bug Fix)
  • Revert "feat(api): add attributes argument to recordException API #​4071"
    • This feature was an unintentional breaking change introduced with API 1.5.0
    • This PR updates all SDK packages to allow API 1.6.0, where this change has been reverted.

v1.16.0

Compare Source

🚀 (Enhancement)
  • feat(sdk-metrics): implement MetricProducer specification #​4007
  • feat: update PeriodicExportingMetricReader and PrometheusExporter to accept optional metric producers #​4077 @​aabmass
🐛 (Bug Fix)
  • fix(exporter-zipkin): rounding duration to the nearest int to be compliant with zipkin protocol #​4064 @​n0cloud
  • fix(sdk-metrics): metric names should be case-insensitive
📚 (Refine Doc)
  • docs(guidelines): add dependencies guidelines #​4040

v1.15.2

Compare Source

🐛 (Bug Fix)

v1.15.1

Compare Source

🐛 (Bug Fix)

v1.15.0

Compare Source

🐛 (Bug Fix)
  • fix(opentelemetry-exporter-prometheus): Update default PrometheusExporter to not append a timestamp to match the text based exposition format #​3961 @​JacksonWeber
  • fix(sdk-metrics): Update default Histogram's boundary to match OTEL's spec #​3893 @​chigia001
  • fix(sdk-metrics): preserve startTime for cumulative ExponentialHistograms #​3934 @​aabmass
  • fix(sdk-trace-web): add secureConnectionStart to https only #​3879 @​Abinet18
🏠 (Internal)
  • feat(minification): [Minification] Add noEmitHelpers, importHelpers and tslib as a dependency #​3913 @​MSNev

v1.14.0

Compare Source

🚀 (Enhancement)

v1.13.0

Compare Source

🚀 (Enhancement)
🐛 (Bug Fix)

v1.12.0

Compare Source

🚀 (Enhancement)
  • feat(tracing): log span name and IDs when span end is called multiple times #​3716
  • feat(core): add logs environment variables; add timeout utils method. #​3549 @​fuaiyi
🐛 (Bug Fix)
  • fix(instrumentation-http): fixed description for http.server.duration metric #​3710
  • fix(opentelemetry-sdk-trace-web): don't crash in runtimes where location isn't defined #​3715

v1.11.0

Compare Source

🚀 (Enhancement)
🐛 (Bug Fix)
📚 (Refine Doc)

v1.10.1

Compare Source

🐛 (Bug Fix)

v1.10.0

Compare Source

🚀 (Enhancement)
🐛 (Bug Fix)
  • fix(core): added falsy check to make otel core work with browser where webpack config had process as false or null #​3613 @​ravindra-dyte
  • fix(instrumentation-http): include query params in http.target #​3646 @​kobi-co
📚 (Refine Doc)
🏠 (Internal)

v1.9.1

Compare Source

🐛 (Bug Fix)
🏠 (Internal)

v1.9.0

Compare Source

🚀 (Enhancement)
  • feat(instrumentation-grpc): set net.peer.name and net.peer.port on client spans #​3430
  • feat(exporter-trace-otlp-proto): Add protobuf otlp trace exporter support for browser #​3208 @​pkanal
🐛 (Bug Fix)
  • fix(sdk-metrics): use default Resource to comply with semantic conventions #​3411 @​pichlermarc
    • Metrics exported by the SDK now contain the following resource attributes by default:
      • service.name
      • telemetry.sdk.name
      • telemetry.sdk.language
      • telemetry.sdk.version
  • fix(sdk-metrics): use Date.now() for instrument recording timestamps #​3514 @​MisterSquishy
  • fix(sdk-trace): make spans resilient to clock drift #​3434 @​dyladan
  • fix(selenium-tests): updated webpack version for selenium test issue #​3456 @​SaumyaBhushan
  • fix(sdk-metrics): collect metrics when periodic exporting metric reader flushes #​3517 @​legendecas
  • fix(sdk-metrics): fix duplicated registration of metrics for collectors #​3488 @​legendecas
  • fix(core): fix precision loss in numberToHrtime #​3480 @​legendecas
🏠 (Internal)

v1.8.0

Compare Source

  • @opentelemetry/sdk-metrics has been promoted to stable
  • @opentelemetry/api-metrics has been merged into @opentelemetry/api and deprecated
💥 Breaking Change
🚀 (Enhancement)
🐛 (Bug Fix)
  • fix(sdk-trace): enforce consistent span durations
    #​3327 @​dyladan
  • fix(resources): fix EnvDetector throwing errors when attribute values contain spaces
    #​3295
  • fix(trace): fix an issue which caused negative span durations in web based spans
    #​3359 @​dyladan
  • fix(resources): strict OTEL_RESOURCE_ATTRIBUTES baggage octet decoding
    #​3341 @​legendecas
📚 (Refine Doc)
🏠 (Internal)

v1.7.0

Compare Source

🐛 (Bug Fix)
  • fix(sdk-trace-base): make span start times resistant to hrtime clock drift
    #​3129

  • fix(sdk-trace-base): validate maxExportBatchSize in BatchSpanProcessorBase
    #​3232

📚 (Refine Doc)
  • docs(metrics): add missing metrics packages to SDK reference documentation #​3239 @​dyladan
🏠 (Internal)

v1.6.0

Compare Source

🚀 (Enhancement)
🐛 (Bug Fix)
  • fix(context-async-hooks): Ensure listeners added using once can be removed using removeListener
    #​3133
📚 (Refine Doc)

v1.5.0

Compare Source

🚀 (Enhancement)

v1.4.0

Compare Source

🚀 (Enhancement)
🏠 (Internal)

Configuration

📅 Schedule: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate-bot renovate-bot requested review from a team as code owners September 12, 2023 13:17
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 12, 2023
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Sep 12, 2023
@yoshi-approver yoshi-approver added the automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit label Sep 12, 2023
@product-auto-label product-auto-label bot added the api: pubsub Issues related to the googleapis/nodejs-pubsub API. label Sep 12, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 12, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 12, 2023
@gcf-merge-on-green gcf-merge-on-green bot merged commit 679c6b8 into googleapis:main Sep 12, 2023
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge: exact Summon MOG for automerging, but approvals need to be against the latest commit label Sep 12, 2023
@renovate-bot renovate-bot deleted the renovate/opentelemetry-js-monorepo branch September 12, 2023 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: pubsub Issues related to the googleapis/nodejs-pubsub API. size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants