-
Notifications
You must be signed in to change notification settings - Fork 448
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
MongoDB TSDB Enablement #5281
Comments
I'm currently debugging the replStatus data stream to collect metrics, but I'm running into an error when trying to retrieve data from the oplog.rs collection. |
Managed to run a new instance using docker and obtained the required data. PRs for the replstatus datastream have also been raised. |
@ritalwar, Can we also link to the TSDB-mode dashboard images in these meta issues? That will be a good reference in the review. |
Test Environment Setup
Datastream : collstats
Added dimensions fields to mongodb collStats datastream to enable TSDB. #5945
Added metric_type fields for collstats datastream. #5986
Verification and validation
Datastream : dbstats
Added dimension fields for dbstats datastream to support TSDB. #5987
Added metric_type fields for dbstats datastream. #5998
Verification and validation
Datastream : metrics
Added dimensions fields for metrics datastream to enable TSDB. #6027
Added metric_type fields for metrics datastream. #6042
Verification and validation
Datastream : replstatus
[MongoDB] Added dimension fields for replstatus datastream to support… #6234
[MongoDB] Added metric_type fields for replstatus datastream. #6235
Verification and validation
Datastream : status
Added dimension fields for status datastream to support TSDB. #6100
Added metric_type fields for status datastream. #6103
Verification and validation
Enable TSDB by default: #6978
The text was updated successfully, but these errors were encountered: