(paths ...string)
| 301 | } |
| 302 | |
| 303 | func (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. |
| 308 | func (s *Service) InstantQuery(query string) (string, error) { |