MCPcopy Create free account
hub / github.com/efficientgo/e2e / OpenUserInterfaceInBrowser

Method OpenUserInterfaceInBrowser

monitoring/monitoring.go:303–305  ·  view source on GitHub ↗
(paths ...string)

Source from the content-addressed store, hash-verified

301}
302
303func (s *Service) OpenUserInterfaceInBrowser(paths ...string) error {
304 return e2einteractive.OpenInBrowser("http://" + s.p.Endpoint("http") + strings.Join(paths, "/"))
305}
306
307// InstantQuery evaluates instant PromQL queries against monitoring service.
308func (s *Service) InstantQuery(query string) (string, error) {

Callers

nothing calls this directly

Calls 1

EndpointMethod · 0.65

Tested by

no test coverage detected