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

[PMM-13141] Expose featureCompatibilityVersion #740

Open
tumd opened this issue Oct 31, 2023 · 0 comments
Open

[PMM-13141] Expose featureCompatibilityVersion #740

tumd opened this issue Oct 31, 2023 · 0 comments

Comments

@tumd
Copy link

tumd commented Oct 31, 2023

Is your feature request related to a problem? Please describe.

  1. Before upgrading to a new major version of a node/replica you must verify that all nodes have correct featureCompatibilityVersion set on all nodes.
    It would be convenient to only have to glance a Grafana dashboard to assert this is correctly set on all nodes before upgrade.
  2. It would be nice to setup an alert that triggers if "featureCompatibilityVersion" and mongodb_version_info{mongodb="x.y.z"} differ, notifying you that you have forgotten to update this after a major version upgrade.

Describe the solution you'd like
Either add a new metric which expose a label with the value of featureCompatibilityVersion, or add this label to the already existing mongodb_version_info metric.

db.adminCommand( { getParameter: 1, featureCompatibilityVersion: 1 } )

Describe alternatives you've considered
None at the moment.

Additional context
None at the moment.

@igroene igroene changed the title Expose featureCompatibilityVersion [PMM-13141] Expose featureCompatibilityVersion May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant