Nitish Malhotra

Results 73 comments of Nitish Malhotra

@jonathan-innis Can we retry this with the migration to helm-controller?

Hey @jbadeau while there is no active development going on (since we consider this to be feature complete for the moment) we still have myself and @jonathan-innis maintaining the project....

I think it makes sense to use orkestra if you want reliable deploy/rollout/rollbacks.Plus the ecosystem that is extendible like the Flux CD, keptn and we have plans for Flux flagger...

> Hi, > > Yes, I am pretty much in favor of orkestra so a call would be great. Another colleague is on vacation till the 20th so what about...

Error thrown from https://github.com/Azure/orkestra/blob/main/pkg/helpers/status.go#L192-L198 , invoked by the defer func() at https://github.com/Azure/orkestra/blob/main/controllers/appgroup_controller.go#L95-L101 Seems like we need to check if this was a delete or update (change in spec/status)

@jonathan-innis are we good to merge this?

Exporting metrics to prometheus using promauto should be a straight-forward task. https://godoc.org/github.com/prometheus/client_golang/prometheus/promauto

@ryanhartje From what I recall, I wanted to capture the metrics live through the `AttackFn` as shown here https://github.com/nitishm/vegeta-server/blob/v1.0.0/pkg/vegeta/vegeta.go#L68-L102 Prior to encoding the result, we can use the members of...

@andrysds Heads up. I have changed the entire implementation from go-swagger to gin-gonic. Most, if not all, of the backend code has been refactored. With the new structure it should...