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

fix: remove dupe ftl.rpc metrics #2242

Merged
merged 3 commits into from
Aug 2, 2024
Merged

fix: remove dupe ftl.rpc metrics #2242

merged 3 commits into from
Aug 2, 2024

Conversation

safeer
Copy link
Contributor

@safeer safeer commented Aug 1, 2024

No description provided.

@ftl-robot ftl-robot mentioned this pull request Aug 1, 2024
@safeer safeer marked this pull request as ready for review August 1, 2024 21:32
@safeer safeer requested a review from alecthomas as a code owner August 1, 2024 21:32
@safeer safeer requested review from a team and worstell and removed request for a team, alecthomas and worstell August 1, 2024 21:32
otelMessageSentSizesAttr.Int64Slice(state.sendSizes),
otelMessageReceivedSizesAttr.Int64Slice(state.receiveSizes),
)...)
if state.error != nil {
span.SetStatus(codes.Error, state.error.Error())
}
span.End()
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this was the potential leak

@safeer safeer requested a review from wesbillman August 1, 2024 21:33
@safeer
Copy link
Contributor Author

safeer commented Aug 1, 2024

tbh, I'm not sure how useful that sizes_bytes stat list is

Copy link
Contributor

@deniseli deniseli left a comment

Choose a reason for hiding this comment

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

niiice

@wesbillman wesbillman merged commit 9c035fd into main Aug 2, 2024
64 checks passed
@wesbillman wesbillman deleted the saf/otel-refine-3 branch August 2, 2024 17:28
alecthomas pushed a commit that referenced this pull request Aug 6, 2024
alecthomas pushed a commit that referenced this pull request Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants