- ALM: Azure DevOps
- CI: Azure DevOps
- Languages of the repository: mainly C#
Use Case
We’re using the webhook to provide data to OpsLevel to use in maturity report rubric checks to analyse the maturity of our services.
Issue
If I understand correctly, the webhook only includes metrics for new code rather than the whole code project. I can see that information is really useful for some use cases, but for ours, where we want to understand the quality of the project as a whole rather than just the last change, we need to understand the metrics for the whole project e.g. the coverage matric rather than new coverage.
Questions
- Is there a way to configure which metrics are sent in the webhook payload?
- If not, how would I request it as a feature to send additional metrics?
Thanks.