Pass stats interval colleciton to executor
This fixes a bug where executor based drivers emit stats every second, regardless of user configuration. When serializing the Stats request across grpc, the nomad agent dropped the Interval value, and then executor uses 1s as a default value.
Showing
+3 -1
Please register or sign in to comment