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

[receiver/mongodbatlas] Add additional collected metrics #36525

Open
StefanKurek opened this issue Nov 25, 2024 · 1 comment
Open

[receiver/mongodbatlas] Add additional collected metrics #36525

StefanKurek opened this issue Nov 25, 2024 · 1 comment
Labels
enhancement New feature or request needs triage New item requiring triage receiver/mongodbatlas

Comments

@StefanKurek
Copy link
Contributor

Component(s)

receiver/mongodbatlas

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

There are a number of metrics available that are useful (and that may already be collected from the API as far as I can tell), but not currently being made into metrics. Adding these metrics would help to have parity with the monitoring graphs that MongoDB Atlas has to offer natively.

The list is:

  • mongodbatlas.process.cache.ratio
  • mongodbatlas.disk.partition.throughput
  • mongodbatlas.disk.partition.queue.depth

Metrics for the count of databases & the counts that mongodbatlas.db.counts currently provides but at the Cluster resource level (vs the current Processor/Database level) could also be useful, but I'm not sure how well these would fit within the current pattern for this receiver.

Describe the solution you'd like

  1. Add new metrics:
    mongodbatlas.process.cache.ratio to be placed under a Processor resource.

mongodbatlas.disk.partition.throughput
mongodbatlas.disk.partition.queue.depth to be placed under a Processor/Disk resource.

  1. If I can think of an unobtrusive way, add an aggregate way to show mongodbatlas.db.counts for the entire Cluster as well as a mongodbatlas.db.count type metric which would show the count of databases for the Cluster.

Describe alternatives you've considered

No response

Additional context

No response

@StefanKurek StefanKurek added enhancement New feature or request needs triage New item requiring triage labels Nov 25, 2024
Copy link
Contributor

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage New item requiring triage receiver/mongodbatlas
Projects
None yet
Development

No branches or pull requests

1 participant