Export DevOps ACR Metrics from Pega 7
In our company we implement DevOps pipeline for Pega 7 (Jenkins + PrpcUtils).
Now we want count and monitor some metrics.
How info about ACR and Commits can be exported from Pega?:
1) Reports from Guardrail (analog SonarCube)
2) Info about Commits (analog BitBucket/Git)
I think it can be done by settings some logger into Debug, and then we read SystemOut by Logstash (and Elastic+Kibana).
But we don't know which logger responsible for commits and Guardrail Tasks?
Thank you for help in advance.