You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DRAFT: Prometheus_exec receiver *This PR is too big and will be broken into smaller pieces - keeping it here for reference until the rest is merged*
#453
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Description:
PR for prometheus_exec receiver. The README contains lots of info on what this does, and feel free to ask any questions!
Testing:
87% coverage in prometheusexec package with end-to-end test and 90% in the subprocessmanager package. Most, if not all, of untested code lines are simply errors that are hard to reproduce in testing.
Documentation:
Comments are used as documentation, as well as a detailed README.
Description:
PR for
prometheus_exec
receiver. TheREADME
contains lots of info on what this does, and feel free to ask any questions!Testing:
87% coverage in
prometheusexec
package with end-to-end test and 90% in thesubprocessmanager
package. Most, if not all, of untested code lines are simply errors that are hard to reproduce in testing.Documentation:
Comments are used as documentation, as well as a detailed
README
.