-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Start of PostgreSQL module #2253
Conversation
- module: postgresql | ||
metricsets: ["activity"] | ||
enabled: true | ||
period: 1s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we set the default here also to 10s like the other metricsets?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's one of the the TODOs above :)
LGTM |
} | ||
|
||
// Fetch methods implements the data gathering and data conversion to the right format | ||
// It returns the event which is then forward to the output. In case of an error, a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You could also remove the generator comments here and above for init and New.
da73af5
to
6abea48
Compare
A start for the Metricbeat Postgresql module. The core functionality for connecting and an `activity` metricset is done.
6abea48
to
770f303
Compare
A start for the Metricbeat Postgresql module.
The activity metricset (with data about the currently running processes) is done.