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
Currently, we hardcoded the DB connectoin name to default which makes sense in 99 % of the cases for most applications.
But we should make the DB connection name configurable through a config setting, so we can a) check connectons other than default and b) re-use the sensor for checking multiple connections (where available).
For this, I propose a new sensor config sub key called config or settings for providing sensor classes with such dynamic data.
This can then be used like this to check muliple DB connections in the same application:
Currently, we hardcoded the DB connectoin name to
default
which makes sense in 99 % of the cases for most applications.But we should make the DB connection name configurable through a config setting, so we can a) check connectons other than
default
and b) re-use the sensor for checking multiple connections (where available).For this, I propose a new sensor config sub key called
config
orsettings
for providing sensor classes with such dynamic data.This can then be used like this to check muliple DB connections in the same application:
@orca-services/developers what do you think of this enhancement?
The text was updated successfully, but these errors were encountered: