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

Function NewPrometheus

db/db.go:57–64  ·  view source on GitHub ↗
(env e2e.Environment, name string, opts ...Option)

Source from the content-addressed store, hash-verified

55const AccessPortName = "http"
56
57func NewPrometheus(env e2e.Environment, name string, opts ...Option) *e2emon.Prometheus {
58 o := options{}
59 for _, opt := range opts {
60 opt(&o)
61 }
62
63 return e2emon.NewPrometheus(env, name, o.image, o.flagOverride)
64}
65
66func NewParca(env e2e.Environment, name string, opts ...Option) *e2eprof.Parca {
67 o := options{}

Callers

nothing calls this directly

Calls 1

optStruct · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…