15 Tracing BRM REST Services Manager Cloud Native
Learn how to use Zipkin to trace the flow of API calls made to BRM REST Services Manager in your Oracle Communications Billing and Revenue Management (BRM) cloud native system.
Topics in this document:
About BRM REST Services Manager Tracing
You can trace the flow of REST API calls made to BRM REST Services Manager using Zipkin, an open-source tracing system. For more information, see the Zipkin website: https://zipkin.io/.
To set up tracing in BRM REST Services Manager cloud native:
-
Install Zipkin. See the Zipkin Quickstart documentation: https://zipkin.io/pages/quickstart.html.
-
(Optional) Secure communication between BRM REST Services Manager and Zipkin. See "Securing Communication with Zipkin".
-
Enable Zipkin tracing in BRM REST Services Manager cloud native. See "Enabling Tracing in BRM REST Services Manager".
Afterward, you can start tracing the flow of API calls to BRM REST Services Manager using the Zipkin UI or Zipkin API.
Securing Communication with Zipkin
- Create a client TrustStore that BRM REST Services Manager can use to connect to Zipkin.
- In your override-values.yaml file for oc-cn-helm-chart, set the
following keys:
-
ocrsm.rsm.configEnv.trustStoreFileName: The file name of the BRM REST Services Manager SSL certificate.
-
ocrsm.rsm.secretVal.trustStorePassword: The TrustStore password in Base64 format.
-