-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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] Update otel, fix tests #35701
[chore] Update otel, fix tests #35701
Conversation
@@ -546,7 +546,7 @@ func TestFilterMetricProcessorTelemetry(t *testing.T) { | |||
IsMonotonic: true, | |||
DataPoints: []metricdata.DataPoint[int64]{ | |||
{ | |||
Value: 4, | |||
Value: 5, |
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.
Out of curiosity: where is this from? Is it intentional?
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.
I believe this is because of open-telemetry/opentelemetry-collector#11360, right?
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.
It is intentional, see open-telemetry/opentelemetry-collector#11360 (comment)
Signed-off-by: Dan Jaglowski <[email protected]>
Signed-off-by: Dan Jaglowski <[email protected]>
No description provided.