Skip to content
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

Bump all the dependencies #1795

Merged
merged 2 commits into from
Jun 5, 2023
Merged

Conversation

jaronoff97
Copy link
Contributor

Another dependabot doesn't know what the hell its doing PR. This bumps all our dependencies that dependabot is trying to bump.

@jaronoff97 jaronoff97 added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Jun 2, 2023
@jaronoff97 jaronoff97 requested review from a team as code owners June 2, 2023 19:02
@@ -6,89 +6,90 @@ require (
github.com/go-logr/logr v1.2.4
github.com/oklog/ulid/v2 v2.1.0
github.com/open-telemetry/opamp-go v0.7.0
github.com/open-telemetry/opentelemetry-operator v1.51.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should retract this version, it's what we have as latest in go.pkg.dev right now.

@@ -122,16 +121,17 @@ func NewMetricReporter(

// Create some metrics that will be reported according to OpenTelemetry semantic
// conventions for process metrics (conventions are TBD for now).
reporter.processCpuTime, err = reporter.meter.Float64ObservableGauge(
reporter.processCpuTime, err = reporter.meter.Float64ObservableCounter(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is changing this metric type a breaking change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see below

)
if err != nil {
return nil, fmt.Errorf("can't create process time metric: %w", err)
}
reporter.processMemoryPhysical, err = reporter.meter.Float64ObservableCounter(

reporter.processMemoryPhysical, err = reporter.meter.Float64ObservableGauge(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is changing this metric type a breaking change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it was previously incorrect, but also no one is using this image yet other than me pretty much because we don't have a way to deploy this yet.

@jaronoff97 jaronoff97 merged commit c19b606 into open-telemetry:main Jun 5, 2023
17 checks passed
@jaronoff97 jaronoff97 deleted the bump-deps-2 branch June 5, 2023 17:52
KitSutliff pushed a commit to KitSutliff/opentelemetry-operator that referenced this pull request Jun 22, 2023
ItielOlenick pushed a commit to ItielOlenick/opentelemetry-operator that referenced this pull request May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants