chore(cleanup): remove unused FallbackController and outdated GatewayDependencies.txt
- Deleted `FallbackController` as it is no longer required, with alternatives already in place. - Removed `GatewayDependencies.txt` to clean up outdated and redundant dependency tracking files.
This commit is contained in:
@@ -27,6 +27,11 @@ management:
|
||||
web:
|
||||
exposure:
|
||||
include: health,info,prometheus
|
||||
tracing:
|
||||
sampling:
|
||||
probability: 1.0 # 100% der Requests tracen (für Dev/Test sinnvoll, in Prod reduzieren)
|
||||
propagation:
|
||||
type: w3c # Standard W3C Trace Context (kompatibel mit OpenTelemetry)
|
||||
|
||||
# Gateway-spezifische Einstellungen
|
||||
gateway:
|
||||
|
||||
Reference in New Issue
Block a user