zero/healthchecks: add reporter

This commit is contained in:
Denis Mishin 2023-12-13 10:50:39 -05:00
parent 228242e43a
commit 111f794969
17 changed files with 414 additions and 200 deletions

View file

@ -39,6 +39,7 @@ func Run(ctx context.Context, configFile string) error {
controller.WithAPIToken(token),
controller.WithClusterAPIEndpoint(getClusterAPIEndpoint()),
controller.WithConnectAPIEndpoint(getConnectAPIEndpoint()),
controller.WithOTELAPIEndpoint(getOTELAPIEndpoint()),
controller.WithBootstrapConfigFileName(bootstrapConfigFileName),
)
}