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

Update thanos objstore library to pull object duration metric fix #96

Merged
merged 6 commits into from
Nov 13, 2024

Conversation

yulong-db
Copy link
Collaborator

@yulong-db yulong-db commented Nov 6, 2024

Changes.

Pull in this fix to fix the wrong metrics instrumented from objstore.

Also fixed API breakage due to this version bump.

Verification

Deployed to integration test cluster.

Before the fix, the all reported number are in nanosecond quantity but reported as seconds (A difference of 10^9 multiplier) so many of them fall into the +inf bucket.

image

Now, after this fix, the GET duration is much more reasonable. Most are fall into the 0.01 or 0.1 bucket.
image

Deployed to dev-azure-koreacentral too, is able to run.
image

@yulong-db yulong-db force-pushed the yulong-db/fix-objstore-metrics branch from 0afa397 to ef4fb20 Compare November 7, 2024 00:43
@yulong-db yulong-db force-pushed the yulong-db/fix-objstore-metrics branch from ef4fb20 to 84da98c Compare November 7, 2024 00:47
@yulong-db yulong-db changed the title Bump objstore to latest master to get metrics fix Update thanos objstore library to pull object duration metric fix Nov 7, 2024
@yulong-db yulong-db requested review from a team, christopherzli, jnyi, hczhu-db and yuchen-db and removed request for a team November 7, 2024 21:03
Copy link
Collaborator

@jnyi jnyi left a comment

Choose a reason for hiding this comment

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

lgtm, thank you for bumping up new version

@yulong-db
Copy link
Collaborator Author

jenkins merge

@jnyi jnyi merged commit 3756f5c into db_main Nov 13, 2024
14 checks passed
@jnyi jnyi deleted the yulong-db/fix-objstore-metrics branch November 14, 2024 01:15
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.

2 participants