-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: updated collector to v0.36.0 #143
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,13 @@ module github.com/open-telemetry/opentelemetry-lambda/collector/lambdacomponents | |
|
||
go 1.16 | ||
|
||
require go.opentelemetry.io/collector v0.33.0 | ||
require ( | ||
go.opentelemetry.io/collector v0.36.0 | ||
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusremotewriteexporter v0.36.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just wondering where did this list come from? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's based on all the components here that were no longer in the core collector: https://github.com/open-telemetry/opentelemetry-lambda/blob/main/collector/lambdacomponents/default.go#L19-L30 |
||
github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor v0.36.0 | ||
github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor v0.36.0 | ||
github.com/open-telemetry/opentelemetry-collector-contrib/processor/memorylimiter v0.36.0 | ||
github.com/open-telemetry/opentelemetry-collector-contrib/processor/probabilisticsamplerprocessor v0.36.0 | ||
github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor v0.36.0 | ||
github.com/open-telemetry/opentelemetry-collector-contrib/processor/spanprocessor v0.36.0 | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think this file's go.sum isn't updated yet
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be good now.