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

[feature-request] Support Prometheus in Pouch #16

Closed
allencloud opened this issue Oct 25, 2017 · 5 comments
Closed

[feature-request] Support Prometheus in Pouch #16

allencloud opened this issue Oct 25, 2017 · 5 comments
Assignees
Labels
areas/monitoring kind/feature-request This is a feature request from community for PouchContainer

Comments

@allencloud
Copy link
Collaborator

Issue Description
Prometheus has been very popular in the container ecosystem. And it is also a project in cncf.
We have a feature request to support Prometheus in native Pouch.

Describe what happened:
Support Prometheus in native Pouch

Describe what you expected to happen:
Support Prometheus in native Pouch

How to reproduce it (as minimally and precisely as possible):
NONE

Anything else we need to know?:
NONE

Environment:

  • pouch version (use pouch version):
  • OS (e.g. from /etc/os-release):
  • Kernel (e.g. uname -a):
  • Install tools:
  • Others:
@allencloud allencloud added kind/feature-request This is a feature request from community for PouchContainer areas/monitoring labels Oct 25, 2017
@allencloud
Copy link
Collaborator Author

Do you have any experience in Prometheus?
Maybe this would be helpful to Pouch.
ping @YaoZengzeng @jintingying @zzchun 🦁

@WIZARD-CXY
Copy link
Contributor

Get, I will take a lead for this.

@WIZARD-CXY
Copy link
Contributor

Things we need to monitor using prometheus:

  • Any api duration or request count, for example: latency for pulling a image. Ideally, we will monitor all the apis we serve, but we only monitor the image and container related stuff for now.

  • Any daemon operation or data we think important that we must record.

  • Some go-related metrics like gc duration, #goroutines we currently have.

@WIZARD-CXY
Copy link
Contributor

Plan to open separated issue and pr for tracking the above three area.

@allencloud
Copy link
Collaborator Author

I think this could be closed, since @WIZARD-CXY has put forward pr and docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
areas/monitoring kind/feature-request This is a feature request from community for PouchContainer
Projects
None yet
Development

No branches or pull requests

2 participants