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
@@ -103,7 +112,7 @@ export const main = sdk.setupMain(async ({ effects, started }) => {
103
112
runAsInit: true,
104
113
env: {},
105
114
ready: {
106
-
display: 'JSON Exporter',
115
+
display: null,
107
116
fn: ()=>
108
117
sdk.healthCheck.checkPortListening(effects,7979,{
109
118
successMessage: 'JSON Exporter is ready',
@@ -147,14 +156,14 @@ export const main = sdk.setupMain(async ({ effects, started }) => {
147
156
ready: {
148
157
display: 'Grafana',// If null, the health check will NOT be displayed to the user. If provided, this string will be the name of the health check and displayed to the user.
149
158
// The function below determines the health status of the daemon.
0 commit comments