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

Drop legacy dbengine support #17315

Merged
merged 1 commit into from Apr 3, 2024

Conversation

stelfrag
Copy link
Collaborator

@stelfrag stelfrag commented Apr 3, 2024

Summary

With the introduction of the multihost database, all children connected to a parent now store metrics in the same database (dbengine).

Previously, each child was storing metrics in a separate folder (i.e., dbengine instance). However, this functionality has not been supported for some time now; in fact, it stopped working properly a while back, affecting both metric storage and querying capabilities.

This pull request removes the code related to that functionality

Copy link
Contributor

@thiagoftsm thiagoftsm left a comment

Choose a reason for hiding this comment

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

PR is working as expected, LGTM!

@stelfrag stelfrag merged commit 0cec40e into netdata:master Apr 3, 2024
146 of 149 checks passed
@stelfrag stelfrag deleted the remove_legacy_dbengine branch April 3, 2024 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants