optimierungen monitoring-Modul und messaging-Modul

This commit is contained in:
stefan
2025-09-04 11:24:17 +02:00
parent a33dd2c28a
commit 3b40cb9c45
4 changed files with 5 additions and 9 deletions
@@ -625,9 +625,7 @@ suspend fun handleMessagingError(error: MessagingError, topic: String) {
```kotlin
// Umfassendes Monitoring einrichten
@Component
class MessagingMetrics(
private val meterRegistry: MeterRegistry
) {
class MessagingMetrics( private val meterRegistry: MeterRegistry ) {
private val publishedEvents = Counter.builder("messaging.events.published")
.register(meterRegistry)