We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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/postgresql
getDatabaseLocks() does not display exclusive locks.
postgresql.database.locks
BEGIN; LOCK TableName;
SELECT * FROM pg_locks;
See lock mode of ExclusiveLock.
mode
ExclusiveLock
We can only see AccessShareLock.
AccessShareLock
v0.112.0
OS: (e.g., "Ubuntu 20.04") Compiler(if manually compiled): (e.g., "go 14.2")
No response
The text was updated successfully, but these errors were encountered:
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself.
Sorry, something went wrong.
Let me know if you need any additional info
@rushat-true-beacon can you submit a PR demonstrating the correct query?
No branches or pull requests
Component(s)
receiver/postgresql
What happened?
Description
getDatabaseLocks() does not display exclusive locks.
Steps to Reproduce
postgresql.database.locks
BEGIN; LOCK TableName;
SELECT * FROM pg_locks;
you can see an exclusive lock.Expected Result
See lock
mode
ofExclusiveLock
.Actual Result
We can only see
AccessShareLock
.Collector version
v0.112.0
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: