-
Notifications
You must be signed in to change notification settings - Fork 28
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] Add Container Metrics on running containers in OpenRMF #83
Comments
global: scrape_configs:
|
Elastic Stack persistenceelasticserver: NATS message server for publish/subscribe and request/reply messagesnatsserver: natspromexporter: Metrics Serversnode-exporter: cadvisor: prometheus: grafana: jaeger: put all the volume listings here for persistent datavolumes: networks: |
Is your feature request related to a problem? Please describe.
We need to show metrics on running containers inside the application. This is different then how the APIs or MSGs are used. This is system level metrics that something like cAdvisor can give.
Describe the solution you'd like
Show all metrics on the containers running inside Docker or inside K8s.
Additional context
Use something like https://github.com/google/cadvisor linked to Prometheus possibly.
The text was updated successfully, but these errors were encountered: