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
{{ message }}
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.
@Qolzam You can use dockprom/swamprom for getting these statistics. In any case, I think OpenFaaS can't store cpu/memory without cadvisor and /maybe node-exporter. So I think it's more about to how you will configure it. Checkout dockprom/swamprom.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add metrics for resource usage of each function in OFC dashboard.
Expected Behaviour
Display resource usage for function in OFC dashboard.
Current Behaviour
Now OFC dashboard only show the number of function invocation in code status (success, error).
Possible Solution
We can have some metrics like
container_cpu_usage_seconds_total
from Prometheus.The text was updated successfully, but these errors were encountered: