Skip to content

Custom/manual timings #14

@miq

Description

@miq

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions