-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
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
opentelemetry-cpp 1.10.0 #136563
Merged
BrewTestBot
merged 2 commits into
Homebrew:master
from
chenrui333:bump-opentelemetry-cpp-1.10.0
Jul 20, 2023
Merged
opentelemetry-cpp 1.10.0 #136563
BrewTestBot
merged 2 commits into
Homebrew:master
from
chenrui333:bump-opentelemetry-cpp-1.10.0
Jul 20, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
bump-formula-pr
PR was created using `brew bump-formula-pr`
boost
Boost use is a significant feature of the PR or issue
labels
Jul 14, 2023
|
github-actions
bot
added
the
autosquash
Automatically squash pull request commits according to Homebrew style.
label
Jul 14, 2023
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a |
|
SMillerDev
approved these changes
Jul 17, 2023
This comment was marked as resolved.
This comment was marked as resolved.
chenrui333
removed
stale
No recent activity
autosquash
Automatically squash pull request commits according to Homebrew style.
labels
Jul 20, 2023
opentelemetry-cpp: remove deprecated option opentelemetry-cpp: fix test Co-authored-by: Rui Chen <[email protected]> Co-authored-by: Sean Molenaar <[email protected]>
chenrui333
force-pushed
the
bump-opentelemetry-cpp-1.10.0
branch
from
July 20, 2023 05:24
329f115
to
ddab36d
Compare
chenrui333
added
ready to merge
PR can be merged once CI is green
in progress
Stale bot should stay away
labels
Jul 20, 2023
github-actions
bot
added
the
CI-published-bottle-commits
The commits for the built bottles have been pushed to the PR branch.
label
Jul 20, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
boost
Boost use is a significant feature of the PR or issue
bump-formula-pr
PR was created using `brew bump-formula-pr`
CI-published-bottle-commits
The commits for the built bottles have been pushed to the PR branch.
in progress
Stale bot should stay away
outdated
PR was locked due to age
ready to merge
PR can be merged once CI is green
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
and exporter packages:
REMOVAL
#2031
CI
[CI] Add a C++11 build
#2152
[CI] Add Include what you use
#2214
[CI] opentelemetry-cpp project CI
#2071
[CI] Do not tag pull_request with the "need-triage" label
#2228
BUILD
[BUILD] Fixing CMake to build GTest on Windows
#1887
[BUILD] Remove option WITH_OTLP
#2161
[BUILD] Link to opentelemetry_logs even without OTLP
#2177
[BUILD] Avoid dependency on protobuf from the OTLP HTTP metrics exporter header
#2179
[BUILD] Add ctime header to metrics_exporter.cc
#2187
[BUILD] Fix the exported symbol name for 32-bit win32 DLL
#2190
[BUILD] Upgrade to opentelemetry-proto 0.20.0
#2195
[BUILD] SDK Header files cleanup, use forward declarations
#2182
[BUILD] Enable building otel-cpp extensions from main repo
#1937
[BUILD] Fix if check on environment variable and add CMake variable
#2207
[BUILD] Add
OPENTELEMETRY_CPP_FOUND
into cmake CONFIG file#2215
[BUILD] Upgrade opentelemetry-proto to 1.0.0
#2216
[BUILD] Include nostd/string_view which is used in severity.h
#2219
TEST
#2164
API
[API] Remove include_trace_context
#2194
[API] Remove Meters
#2205
SDK
[SDK] Add AdaptingCircularBufferCounter for exponential histograms
#2158
[SDK] Add base2 exponential histogram indexer
#2173
[SDK] Simplify SDK version
#2180
[SDK] Add benchmark for base2 exponential histogram indexer
#2181
[SDK] Provide builders to avoid exposing Metrics SDK internals
#2189
[SDK] MeterProvider should own MeterContext, not share it
#2218
[SDK] TracerProvider should own TracerContext, not share it
#2221
EXPORTER
[EXPORTER] Change OTLP Json field name to camelCase
#2162
[EXPORTER] Support empty arrays in
OtlpRecordable
attributes#2166
[EXPORTER] set is_monotonic only for instrument type kCounter
#2171
[EXPORTER] Fixed HTTP CURL for 32bits platforms
#2178
[EXPORTER] Fix OTLP HTTP exporting in sync mode
#2193
[EXPORTER] Prometheus exporter sanitizes invalid characters
#1934
[EXPORTER] Prometheus: Error on ingesting samples
with different value but same timestamp
#2200
[EXPORTER] OTLP GRPC mTLS support
#2120
DOC
[DOC] Small fix for Histogram documentation
#2156
[DOC] Move Reiley Yang to emeritus
#2198
Important changes
#2205
WITH_REMOVE_METER_PREVIEW
was added.Breaking changes
[REMOVAL] Remove the jaeger exporter
#2031
WITH_JAEGER
option has been removedWITH_JAEGER
from user scripts and makefiles.[SDK] MeterProvider should own MeterContext, not share it
#2218
MeterProvider
constructor now takes aunique_ptr
onMeterContext
, instead of ashared_ptr
.[SDK] TracerProvider should own TracerContext, not share it
#2221
TracerProvider
constructor now takes aunique_ptr
onTracerContext
, instead of ashared_ptr
.LoggerProvider
constructor now takes aunique_ptr
onLoggerContext
, instead of ashared_ptr
.All Deprecations
see DEPRECATED for details.
New Contributors
OtlpRecordable
attributes open-telemetry/opentelemetry-cpp#2166Full Changelog: open-telemetry/opentelemetry-cpp@v1.9.1...v1.10.0