obmarg / kazan

Kubernetes API client for Elixir
https://hex.pm/packages/kazan
MIT License
140 stars 35 forks source link

Add operation_id to %Request{} #72

Closed chazsconi closed 5 years ago

chazsconi commented 5 years ago

This field useful to be able to instrument the calls to Kazan.

Do do this we have a wrapper around Kazan.run where we time each request and then group them by operation_id.

obmarg commented 5 years ago

Thanks @chazsconi - seems like a good idea.