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/postgresql] Add More Table Metrics #13228

Closed
schmikei opened this issue Aug 11, 2022 · 1 comment · Fixed by #13229
Closed

[receiver/postgresql] Add More Table Metrics #13228

schmikei opened this issue Aug 11, 2022 · 1 comment · Fixed by #13229

Comments

@schmikei
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Looking to add these metrics:

  • postgresql.database.count
  • postgresql.table.count
  • postgresql.table.size
  • postgresql.table.vacuum.count

Describe the solution you'd like
Adds a top level metric for the number of databases: postgresql.database.count

Adds a database level metric for number of tables: postgresql.table.count

Adds two metrics for tables: postgresql.table.size and postgresql.table.vacuum.count

Describe alternatives you've considered
Plan is to hide behind the receiver.postgresql.emitMetricsWithResourceAttributes featuregate.

Additional context
Initial Issue #12338

@schmikei
Copy link
Contributor Author

I will be working on this

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

Successfully merging a pull request may close this issue.

1 participant