From ae910fb0c6a147428c29a0031cf85cddb5fd3041 Mon Sep 17 00:00:00 2001 From: Kazuhito Suda Date: Tue, 16 Jan 2024 21:56:36 +0900 Subject: [PATCH] (JP) ADD deprecatedFeatures counters (#4476) --- doc/manuals.jp/admin/logs.md | 3 +++ doc/manuals.jp/admin/statistics.md | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/doc/manuals.jp/admin/logs.md b/doc/manuals.jp/admin/logs.md index 9697b65ac5..140e29de3a 100644 --- a/doc/manuals.jp/admin/logs.md +++ b/doc/manuals.jp/admin/logs.md @@ -367,6 +367,9 @@ time=2023-06-08T15:14:20.999Z | lvl=WARN | corr=24fd2acc-060f-11ee-94cc-000c2958 time=2023-06-08T15:14:21.176Z | lvl=WARN | corr=2518249e-060f-11ee-9e76-000c29583ca5 | trans=1686237259-703-00000000004 | from=127.0.0.1 | srv=s1 | subsrv=/A | comp=Orion | op=location.cpp[353]:getGeoJson | msg=Deprecated usage of geo:point detected in attribute location at entity update, please use geo:json instead ``` +非推奨機能の使用状況は、`-logDeprecate` CLI (またはログ管理 REST API の同等の `deprecate` パラメータ) が使用されていない場合でも、 +[統計 API の counters ブロック](statistics#counter-block) の `deprecatedFeature` オブジェクトで追跡されます。 + 非推奨の機能とその解決方法の詳細については、[非推奨ドキュメント](../deprecated.md) を参照してください。 [トップ](#top) diff --git a/doc/manuals.jp/admin/statistics.md b/doc/manuals.jp/admin/statistics.md index b20f5234ac..7d5580f380 100644 --- a/doc/manuals.jp/admin/statistics.md +++ b/doc/manuals.jp/admin/statistics.md @@ -42,6 +42,13 @@ Orion Context broker は、`GET /statistics` と `GET /cache/statistics` を介 { ... "counters": { + "deprecatedFeatures": { + "geoFormat": 2, + "metadataLocation": 1, + "ngsiv1Forwarding": 4, + "ngsiv1NotifFormat": 4, + "ngsiv1Requests": 4 + }, "invalidRequests": 2, "jsonRequests": 4, "noPayloadRequests": 250,