You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are seeing panic: assignment to entry in nil map when running ./postgresql-prometheus-adapter for the first time. The offending line appears to be this:
We are seeing
panic: assignment to entry in nil map
when running./postgresql-prometheus-adapter
for the first time. The offending line appears to be this:Are we initialising
vMetricIDMap
properly?The text was updated successfully, but these errors were encountered: