Problem Statement
Is there an easy way to add custom timings in certain requests programmatically?
I think of something like:
You have an action doing data loading from a database using maybe a service or two and then post-processing the data depending on user rights or something.
In my current understanding that would lead to a "long" action timing with multiple possible causes:
- the calls to the services/databases
- the post-processing
Proposed Solution
I think it would be nice to be able to programmatically - maybe even using an annotation or something - add one or more timings for the service method(s).
Alternatives Considered
No response
Scope
Custom metrics API
Additional Context
No response
Problem Statement
Is there an easy way to add custom timings in certain requests programmatically?
I think of something like:
You have an action doing data loading from a database using maybe a service or two and then post-processing the data depending on user rights or something.
In my current understanding that would lead to a "long" action timing with multiple possible causes:
Proposed Solution
I think it would be nice to be able to programmatically - maybe even using an annotation or something - add one or more timings for the service method(s).
Alternatives Considered
No response
Scope
Custom metrics API
Additional Context
No response