fix(observability): remove duplicate no-op observer event arms
This commit is contained in:
parent
18b6ea1e79
commit
43494f8331
1 changed files with 0 additions and 4 deletions
|
|
@ -197,10 +197,6 @@ impl Observer for PrometheusObserver {
|
||||||
} => {
|
} => {
|
||||||
self.errors.with_label_values(&[component]).inc();
|
self.errors.with_label_values(&[component]).inc();
|
||||||
}
|
}
|
||||||
ObserverEvent::ToolCallStart { .. }
|
|
||||||
| ObserverEvent::TurnComplete
|
|
||||||
| ObserverEvent::LlmRequest { .. }
|
|
||||||
| ObserverEvent::LlmResponse { .. } => {}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue