[pkg/otlp] Bump to Collector version 0.37#9398
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
f318e4d to
267e22e
Compare
- Rename pdata.AggregationTemporality* to pdata.MetricAggregationTemporality - Rename parserprovider.ParserProvider to parserprovider.MapProvider - Rename config.Map related functions - Refactor configuration creation in terms of MapProvider
267e22e to
f6b3f7d
Compare
KSerrania
approved these changes
Oct 14, 2021
This was referenced Oct 15, 2021
5 tasks
zandrewitte
pushed a commit
to StackVista/stackstate-agent
that referenced
this pull request
Nov 17, 2022
* Bump to collector v0.37 - Rename pdata.AggregationTemporality* to pdata.MetricAggregationTemporality - Rename parserprovider.ParserProvider to parserprovider.MapProvider - Rename config.Map related functions - Refactor configuration creation in terms of MapProvider * Rename `config_parser.go` to `map_provider.go` * Bump go.opentelemetry.io/otel/internal/metric module to fix issue * Add unit test to check that previous hack is unnecessary
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What does this PR do?
go.opentelemetry.io/collectorto 0.37go.opentelemetry.io/otel/internal/metricto fix vanity imports issue (Fix vanity import open-telemetry/opentelemetry-go#2277).Motivation
NewCommandopen-telemetry/opentelemetry-collector#4139)MapProviderhelpersDescribe how to test your changes
General testing of OTLP pipeline.
Checklist
changelog/no-changeloglabel has been applied.need-change/operatorandneed-change/helmlabels has been applied if applicable.team/..label has been applied, if known.Triagemilestone is set.Note: Adding GitHub labels is only possible for contributors with write access.