mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:07:02 +00:00
bugfix/Switch source_ip/target_ip values at getMetrics endpoint v5.1.0
This commit is contained in:
parent
861b65752f
commit
a35ed55314
@ -625,8 +625,8 @@ object JSONFactory510 extends CustomJsonFormats {
|
||||
implemented_by_partial_function = metric.getImplementedByPartialFunction(),
|
||||
correlation_id = metric.getCorrelationId(),
|
||||
duration = metric.getDuration(),
|
||||
source_ip = metric.getTargetIp(),
|
||||
target_ip = metric.getSourceIp(),
|
||||
source_ip = metric.getSourceIp(),
|
||||
target_ip = metric.getTargetIp(),
|
||||
response_body = metric.getResponseBody()
|
||||
)
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user