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:
What's Changed
OTEL_EXPORTER_OTLP_HEADERS
by @pyohannes in [EXPORTER] Support URL-encoded values forOTEL_EXPORTER_OTLP_HEADERS
open-telemetry/opentelemetry-cpp#2579prometheus-cpp::util
when it doesn't exist by @owent in [BUILD] Do not linkprometheus-cpp::util
when it doesn't exist open-telemetry/opentelemetry-cpp#2606Important changes:
#2530
OtlpHttpExporterOptions
andOtlpGrpcExporterOptions
, a newfield called compression has been introduced. This field can be set
to "gzip” to enable gzip compression.
WITH_OTLP_HTTP_COMPRESSION
is introduced to enablegzip compression support for the OTLP HTTP Exporter and includes a
dependency on zlib.
#2558
#2627
CI
in github no longer install a different version ofcmake
.cmake
provided by the platform.ci/setup_cmake.sh
was 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