-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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-13327 - New MongoDB Router Summary dashboard #1626
Conversation
@YashSartanpara1 FYI |
Hi @igroene when you have a moment, wanted to ask your opinion. See my question above:
WDYT on this topic. Thanks |
in my test env, mongodb_dbstats_fsUsedSize is populated even on mongos routers |
@igroene thanks. Do you have this mongoS colocated with other nodes, perhaps this is the reason why you see data? or are you using the terraform script? from a teoretical point of view, which data should we measure for mongoS? for arbiters (in the replica set summary dashboard) I see the same "no data". Which MongoDB version are you using? I am on 6.0.16 Thanks! |
Hey Santo, this is using the terraform stuff so mongos router is on dedicated machines. For arbiters it makes sense to have no data, as dbstats cannot be run on them but mongos should show you data. Probably from mongos perspective the disk space is not that important so let's remove for now it if it's blocking progress. We can always go to the Node Summary on OS folder to check disk space |
thanks for this clarification. I vote it to keep it as it works for you. |
* New Router Summary dashboard - v1 * name * datasource cleanup * $$hashKey cleanup * warning message * fix name in the chart * yash fixes and improvements * adds experimental tag
* New Router Summary dashboard - v1 * name * datasource cleanup * $$hashKey cleanup * warning message * fix name in the chart * yash fixes and improvements * adds experimental tag Co-authored-by: Santo <[email protected]>
Still todo:
natel-discrete-panel
tostate-timeline
.title
of the first chart (and if needed checkrepeat for
). It should be "Overview - name here" but the name is currently not shown."title": "Overview - $service_name"
. But$service_name
is not printed. If this is changed with"title": "Overview - $node_name"
it works in my environment (does it cover all environments? if yes, good.)mongodb_dbstats_fsUsedSize
) ? No data is being reported in my test. I think this metric is only for conf / shard (non arbiters), and does not apply to mongoS