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
The exometer_core application has a dependency on setup. When setup is started as an application it starts a gen_server setup_srv, and calls run_setup/0 on this service API.
Only exometer_core uses setup. The only real use of setup seems to be in finding applications which have exometer_defaults in their environment variables. Most of what setup does is irrelevant to Riak. Rather than troubleshoot log noise like this, perhaps it should be removed from our version of exometer_core.
The text was updated successfully, but these errors were encountered:
The
exometer_core
application has a dependency on setup. When setup is started as an application it starts a gen_serversetup_srv
, and callsrun_setup/0
on this service API.This may crash though:
Only
exometer_core
uses setup. The only real use of setup seems to be in finding applications which haveexometer_defaults
in their environment variables. Most of what setup does is irrelevant to Riak. Rather than troubleshoot log noise like this, perhaps it should be removed from our version of exometer_core.The text was updated successfully, but these errors were encountered: