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.
This release includes a new
Resource
auto-detector interface and a generation of the OTLP locally.Needed for open-telemetry/opentelemetry-proto#173
Added
internal/opentelemetry-proto-gen
. (Create protobuf generation GitHub action #938)open-telemetry/opentelemetry-proto
imported as a git submodule underinternal/opentelemetry-proto
. References togithub.com/open-telemetry/opentelemetry-proto
changed togo.opentelemetry.io/otel/internal/opentelemetry-proto-gen
. (Import open-telemetry/opentelemetry-proto submodule and generate protobuf bindings locally #942)Changed
struct
s for key-value pairs will be marshalled using JSON rather thanSprintf
. (supports marshaling values as json #948)Removed
github.com/open-telemetry/opentelemetry-collector
. (Remove github.com/open-telemetry/opentelemetry-collector dependency #943)