Skip to content

Commit 40c93ba

Browse files
Provide access to MonitoringPublicURL()
Signed-off-by: Peter Broadhurst <peter.broadhurst@kaleido.io>
1 parent 56722af commit 40c93ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/ffapi/apiserver.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ type APIServer interface {
5353
Started() <-chan struct{}
5454
MuxRouter(ctx context.Context) (*mux.Router, error)
5555
APIPublicURL() string // valid to call after server is successfully started
56+
MonitoringPublicURL() string
5657
}
5758

5859
type apiServer[T any] struct {

0 commit comments

Comments
 (0)