issues
search
futurewei-cloud
/
merak
Merak: Large-scale cloud emulator
MIT License
5
stars
9
forks
source link
Merak Agent Refactor and Prometheus
#158
Closed
phudtran
closed
1 year ago
phudtran
commented
1 year ago
This PR adds the following
Refactor Merak Agent EVM operations into a new EVM abstraction
Instrument EVM operations with following prometheus metrics
Created a basic metrics abstraction that collects the following metrics
Operation Latency - HistogramVec
Operation Success - CounterVec
Operation Failure - CounterVec
Created Prometheus config to scrape vhost pods
Created Prometheus Kubernetes deployment yaml
This PR adds the following