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

Add support for pg_stat_statements to MetricBeat Postgresql module #7048

Closed
zinefer opened this issue May 8, 2018 · 1 comment
Closed

Add support for pg_stat_statements to MetricBeat Postgresql module #7048

zinefer opened this issue May 8, 2018 · 1 comment

Comments

@zinefer
Copy link
Contributor

zinefer commented May 8, 2018

MetricBeat statements metricset

I think adding support for pg_stat_statements to the postgresql module would be a useful improvement. With this metricset I can:

  • Calculate a Query Per Second
  • Calculate CPU usage per query
  • Identify long running queries
  • Count unique queries
  • Get query run count
  • Get block data per query

I will attempt a Pull Request but this will be my first time writing GO.

Postgresql pg_stat_statments
Forum Discussion

@zinefer zinefer changed the title Add support for pg_stat_statements to MetricBeat Postgresql Add support for pg_stat_statements to MetricBeat Postgresql module May 8, 2018
@ruflin
Copy link
Contributor

ruflin commented Aug 31, 2018

Closing as #7060 was merged.

@ruflin ruflin closed this as completed Aug 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants