opentelemetry-cpp 1.15.0#169703
Closed
BrewTestBot wants to merge 1 commit intomasterfrom
Closed
Conversation
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
|
in progress |
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 |
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:
What's Changed
OTEL_EXPORTER_OTLP_HEADERSby @pyohannes in [EXPORTER] Support URL-encoded values forOTEL_EXPORTER_OTLP_HEADERSopen-telemetry/opentelemetry-cpp#2579prometheus-cpp::utilwhen it doesn't exist by @owent in [BUILD] Do not linkprometheus-cpp::utilwhen it doesn't exist open-telemetry/opentelemetry-cpp#2606Important changes:
#2530
OtlpHttpExporterOptionsandOtlpGrpcExporterOptions, a newfield called compression has been introduced. This field can be set
to "gzip” to enable gzip compression.
WITH_OTLP_HTTP_COMPRESSIONis introduced to enablegzip compression support for the OTLP HTTP Exporter and includes a
dependency on zlib.
#2558
#2627
CIin github no longer install a different version ofcmake.cmakeprovided by the platform.ci/setup_cmake.shwas renamedto
ci/setup_googletest.sh, for clarity, now that this scriptonly installs googletest.
#2622
used to print to std::cout.
as expected, while printing info and debug messages to std::cout.
error log in std::cout may need adjustments, either by looking
at std::cerr instead, or by using a custom log handler.
any message.
compiler warnings.
has changed, which requires to rebuild, as the SDK ABI differs.
New Contributors
Full Changelog: open-telemetry/opentelemetry-cpp@v1.14.2...v1.15.0