Monitor an application within a tenant #86
@ -51,12 +51,10 @@ impl<T: Topology + PrometheusApplicationMonitoring<CRDPrometheus>> Interpret<T>
|
||||
inventory: &Inventory,
|
||||
topology: &T,
|
||||
) -> Result<Outcome, InterpretError> {
|
||||
//TODO need to pass the receivers, rules, etc. to the config in a generic way that
|
||||
|
||||
topology
|
||||
.install_prometheus(
|
||||
&self.score.sender,
|
||||
&inventory,
|
||||
inventory,
|
||||
Some(self.score.receivers.clone()),
|
||||
)
|
||||
.await
|
||||
|
Loading…
Reference in New Issue
Block a user