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

Setting Innodb_buffer_pool_pages_total to 1, to avoid an issue with Datadog's collector #2431

Merged
merged 1 commit into from Apr 2, 2024

Conversation

fulghum
Copy link
Contributor

@fulghum fulghum commented Apr 2, 2024

Datadog's metric collector errors out with a divide by zero error if the Innodb_buffer_pool_pages_total status variable is 0; changing it to 1 avoids this and allows the agent to collect metrics from Dolt.

…a divide by zero error in Datadog's metric collector
@fulghum fulghum requested a review from jycor April 2, 2024 21:05
Copy link
Contributor

@jycor jycor left a comment

Choose a reason for hiding this comment

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

LGTM

@fulghum fulghum merged commit 10d3bfe into main Apr 2, 2024
8 checks passed
@fulghum fulghum deleted the fulghum/status_vars branch April 2, 2024 21:29
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.

None yet

2 participants