Skip to content

[connector/servicegraphconnector] Fix collect Client latency metrics bug #39184

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

Merged
merged 3 commits into from
Apr 7, 2025

Conversation

Frapschen
Copy link
Contributor

@Frapschen Frapschen commented Apr 6, 2025

Description

fix collectClientLatencyMetrics method bug.

The collectClientLatencyMetrics method need to loop reqClientDurationSecondsCount var instead of reqServerDurationSecondsCount.

@atoulme atoulme changed the title [exporter/servicegraphconnector] Fix collect Client latency metrics bug [connector/servicegraphconnector] Fix collect Client latency metrics bug Apr 7, 2025
@atoulme
Copy link
Contributor

atoulme commented Apr 7, 2025

@JaredTan95 @mapno please review.

note: Fix collectClientLatencyMetrics method bug

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
issues: [39184]
Copy link
Member

Choose a reason for hiding this comment

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

Is this issue num?

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's PR number

@JaredTan95 JaredTan95 added bug Something isn't working and removed waiting-for-code-owners labels Apr 7, 2025
@atoulme atoulme added the ready to merge Code review completed; ready to merge by maintainers label Apr 7, 2025
@songy23 songy23 merged commit 5f88714 into open-telemetry:main Apr 7, 2025
180 checks passed
@github-actions github-actions bot added this to the next release milestone Apr 7, 2025
@Frapschen Frapschen deleted the fix-servicegraph-bug branch April 8, 2025 03:13
dmathieu pushed a commit to dmathieu/opentelemetry-collector-contrib that referenced this pull request Apr 8, 2025
…bug (open-telemetry#39184)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
fix `collectClientLatencyMetrics` method bug.

The `collectClientLatencyMetrics` method need to loop
`reqClientDurationSecondsCount` var instead of
`reqServerDurationSecondsCount`.
LucianoGiannotti pushed a commit to LucianoGiannotti/opentelemetry-collector-contrib that referenced this pull request Apr 9, 2025
…bug (open-telemetry#39184)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
fix `collectClientLatencyMetrics` method bug.

The `collectClientLatencyMetrics` method need to loop
`reqClientDurationSecondsCount` var instead of
`reqServerDurationSecondsCount`.
Fiery-Fenix pushed a commit to Fiery-Fenix/opentelemetry-collector-contrib that referenced this pull request Apr 24, 2025
…bug (open-telemetry#39184)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
fix `collectClientLatencyMetrics` method bug.

The `collectClientLatencyMetrics` method need to loop
`reqClientDurationSecondsCount` var instead of
`reqServerDurationSecondsCount`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working connector/servicegraph ready to merge Code review completed; ready to merge by maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants