We already provide the request count in the aggregation request of the graphqlmetrics collector. We indirectly store that information but if there are no metrics inside of the schema usage, we will lose that information.
We would like to know the total count daily requests per graph and org.
Checklist
[ ] I have discussed my proposed changes in an issue and have received approval to proceed.
[ ] I have followed the coding standards of the project.
[ ] Tests or benchmarks have been added or updated.
Motivation and Context
We already provide the request count in the aggregation request of the graphqlmetrics collector. We indirectly store that information but if there are no metrics inside of the schema usage, we will lose that information.
We would like to know the total count daily requests per graph and org.
Checklist