From: halil.cakal Date: Thu, 10 Apr 2025 13:02:54 +0000 (+0100) Subject: Scrape all metrics and add them to cps documentation X-Git-Tag: 3.6.3~41^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=cba3ae8d48b36ed0d96eba4f1dd3ca411c560d4d;p=cps.git Scrape all metrics and add them to cps documentation - add a new dummy annotation (TimedCustom) for Gauge metrics (cm handle state) - add a description field for the counter annotation (CountCmHandleSearchExecution) - add a python script (with tests) to scrape the metrics mentioned above using a single regex for all - remove redundancies (distribution management) from pom.xml of checkstyle module since there is no artifact released from checkstyle - import and display the output (metrics.cvs) in admin-guide docs Issue-ID: CPS-2709 Change-Id: Iaee23f0a20c05e5aea033baacad1f23cb61e8b34 Signed-off-by: halil.cakal --- diff --git a/.gitignore b/.gitignore index a721cb4489..f7e2bf7aa8 100755 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,9 @@ cps-ncmp-rest-stub/dependency-reduced-pom.xml cps-application/archunit_store cps-ri/src/main/resources/changelog/db/changes/data/dmi/generated-csv/generated_yang_resource_* +checkstyle/src/main/__pycache__/ +docs/venv/ +docs/__pycache__/ target/ log/ diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 114c3257e6..b54f2290c4 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -2,7 +2,7 @@