External replica proxy

This commit is contained in:
Alex Ellis
2017-07-27 19:37:55 +01:00
parent 33381a783a
commit f165ce2ca7
5 changed files with 92 additions and 9 deletions

View File

@ -73,6 +73,6 @@ type PrometheusAlert struct {
type Function struct {
Name string `json:"name"`
Image string `json:"image"`
InvocationCount float64 `json:"invocationCount"`
InvocationCount float64 `json:"invocationCount"` // TODO: shouldn't this be int64?
Replicas uint64 `json:"replicas"`
}