Skip to content

Commit 5775c95

Browse files
authored
Merge pull request #215 from hyperledger/missing-monitor-url-api
Provide access to MonitoringPublicURL()
2 parents 56722af + 40c93ba commit 5775c95

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)