Skip to content

Stabilize docker readings behavior

Sometimes docker doesn't return any values in the headers. The header just contains the timespan, but not the actual value. In #4 and #5 the behavior is visible. With this pull request we do the following:

  • decode the JWT token and extract the limit contained in there
  • store the current value to re-use it on the next run when it occurs that the header returned from docker is not complete

Merge request reports

Loading