Skip to content

Fix instances collector

Tomasz Maczukin requested to merge fix-instances-collector into master

Fixes two bugs in instances collector:

  1. panic: nil pointer reference when Collect() is called before the collector was fully initialized.

  2. Instances not being listed, and throwing instead an error, because of wrong if statement.

Edited by Tomasz Maczukin

Merge request reports