opentelemetry-cpp 1.10.0#136563
Merged
BrewTestBot merged 2 commits intoJul 20, 2023
Merged
Conversation
Member
Author
|
Contributor
|
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 |
Member
|
SMillerDev
approved these changes
Jul 17, 2023
This comment was marked as resolved.
This comment was marked as resolved.
opentelemetry-cpp: remove deprecated option opentelemetry-cpp: fix test Co-authored-by: Rui Chen <rui@chenrui.dev> Co-authored-by: Sean Molenaar <smillerdev@me.com>
329f115 to
ddab36d
Compare
Contributor
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 bumpCreated with
brew bump-formula-pr.Details
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_FOUNDinto 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
OtlpRecordableattributes#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_PREVIEWwas added.Breaking changes
[REMOVAL] Remove the jaeger exporter
#2031
WITH_JAEGERoption has been removedWITH_JAEGERfrom user scripts and makefiles.[SDK] MeterProvider should own MeterContext, not share it
#2218
MeterProviderconstructor now takes aunique_ptronMeterContext, instead of ashared_ptr.[SDK] TracerProvider should own TracerContext, not share it
#2221
TracerProviderconstructor now takes aunique_ptronTracerContext, instead of ashared_ptr.LoggerProviderconstructor now takes aunique_ptronLoggerContext, instead of ashared_ptr.All Deprecations
see DEPRECATED for details.
New Contributors
OtlpRecordableattributes open-telemetry/opentelemetry-cpp#2166Full Changelog: open-telemetry/opentelemetry-cpp@v1.9.1...v1.10.0