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

chore: release proposal 1.5.0 / 0.31.0 #3112

Merged
merged 6 commits into from
Jul 26, 2022

Conversation

dyladan
Copy link
Member

@dyladan dyladan commented Jul 25, 2022

1.5.0

🚀 (Enhancement)

  • feat(sdk-trace-base): Improve extensibility of BasicTracerProvider #3023 @rauno56

0.31.0

💥 Breaking Change

  • feature(views): move views registration to MeterProvider constructor #3066 @pichlermarc
  • feat(sdk-metrics-base): split up Singular into Sum and Gauge in MetricData #3079 @pichlermarc
    • removes DataPointType.SINGULAR, and replaces it with DataPointType.SUM and DataPointType.GAUGE
    • removes SingularMetricData and replaces it with SumMetricData (including an additional isMonotonic flag) and GaugeMetricData
  • feat(histogram): align collection of optional Histogram properties with spec #3102 @pichlermarc
    • changes type of sum property on Histogram to number | undefined
    • changes type of min and max properties on Histogram to number | undefined
    • removes hasMinMax flag on the exported Histogram - this is now indicated by min and max being undefined

🚀 (Enhancement)

🐛 (Bug Fix)

  • fix(histogram): fix maximum when only values < -1 are provided #3086 @pichlermarc
  • fix(sdk-metrics-base): fix PeriodicExportingMetricReader keeping Node.js process from exiting
    #3106 @seemk
  • fix(otlp-proto): fixes #2791 otlp proto exporters no longer share a single global proto definition
    #3098 @legendecas

@dyladan dyladan requested a review from a team as a code owner July 25, 2022 18:42
@codecov
Copy link

codecov bot commented Jul 25, 2022

Codecov Report

Merging #3112 (f241e25) into main (37ecb59) will decrease coverage by 0.96%.
The diff coverage is n/a.

❗ Current head f241e25 differs from pull request most recent head 9b59ca0. Consider uploading reports for the commit 9b59ca0 to get more accurate results

@@            Coverage Diff             @@
##             main    #3112      +/-   ##
==========================================
- Coverage   93.11%   92.14%   -0.97%     
==========================================
  Files         189       82     -107     
  Lines        6276     2407    -3869     
  Branches     1319      522     -797     
==========================================
- Hits         5844     2218    -3626     
+ Misses        432      189     -243     
Impacted Files Coverage Δ
...s/opentelemetry-core/src/platform/node/sdk-info.ts 0.00% <0.00%> (-100.00%) ⬇️
...opentelemetry-core/src/platform/node/globalThis.ts 0.00% <0.00%> (-100.00%) ⬇️
...pentelemetry-core/src/platform/node/performance.ts 0.00% <0.00%> (-100.00%) ⬇️
...emetry-api-metrics/src/platform/node/globalThis.ts 0.00% <0.00%> (-100.00%) ⬇️
...lemetry-resources/src/detectors/ProcessDetector.ts 31.81% <0.00%> (-68.19%) ⬇️
...perimental/packages/otlp-exporter-base/src/util.ts 79.41% <0.00%> (-17.65%) ⬇️
...ckages/opentelemetry-exporter-zipkin/src/zipkin.ts 84.48% <0.00%> (-15.52%) ⬇️
...lemetry-resources/src/detectors/BrowserDetector.ts 93.33% <0.00%> (-6.67%) ⬇️
...kages/otlp-exporter-base/src/platform/node/util.ts
.../exporter-trace-otlp-grpc/src/OTLPTraceExporter.ts
... and 105 more

Copy link
Member

@legendecas legendecas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@dyladan dyladan merged commit 776656b into open-telemetry:main Jul 26, 2022
@dyladan dyladan deleted the candidate-1.5.0-0.31.0 branch July 26, 2022 20:40
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.

Using OTLPTraceExporter and OTLPMetricExporter together causes empty data
3 participants