Jari Kolehmainen
Jari Kolehmainen
Glad that it worked, closing because the issue seems to be resolved.
@starkers Lens should already auto-detect prometheus operator created prometheus installation, see: https://github.com/lensapp/lens/blob/master/src/main/prometheus/operator.ts#L10 .
@bfraterman-tkhsecurity I was facing the same issue but then realized that an URI requires a different mode. Following should work: ```js new sqlite3.Database("file:memdb1?mode=memory&cache=shared", OPEN_READWRITE | OPEN_CREATE | OPEN_FULLMUTEX | OPEN_URI)...
Same here