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/mongodbreceiver]: Add lock metrics #13661

Closed
sohampachpande opened this issue Aug 29, 2022 · 4 comments
Closed

[receiver/mongodbreceiver]: Add lock metrics #13661

sohampachpande opened this issue Aug 29, 2022 · 4 comments
Assignees
Labels

Comments

@sohampachpande
Copy link
Contributor

Enhancement
Add the following metrics for the mongodbeceiver:

Name Description Unit Type Attributes
mongodb.locks.acquire_count Number of times the lock was acquired in the specified mode. {count} Sum(Int)
  • database
  • lock_type
  • lock_mode
mongodb.locks.acquire_wait_count Number of times the lock acquisitions encountered waits because the locks were held in a conflicting mode. {count} Sum(Int)
  • database
  • lock_type
  • lock_mode
mongodb.locks.deadlock_count Number of times the lock acquisitions encountered deadlocks. {count} Sum(Int)
  • database
  • lock_type
  • lock_mode
mongodb.locks.time_acquiring_micros Cumulative wait time in microseconds for the lock acquisitions. {count} Sum(Int)
  • database
  • lock_type
  • lock_mode
@sohampachpande
Copy link
Contributor Author

Creating PR #13662 to add this feature enhancement

@github-actions
Copy link
Contributor

github-actions bot commented Sep 1, 2022

Pinging code owners: @djaglowski @schmikei. See Adding Labels via Comments if you do not have permissions to add labels yourself.

@github-actions
Copy link
Contributor

This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.

Pinging code owners:

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

@github-actions github-actions bot added the Stale label Nov 10, 2022
@djaglowski
Copy link
Member

Closed by #13662

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants