Skip to content

Define what is measured instead of all inside the Task #3

@chriswalpen

Description

@chriswalpen

It should be possible to define which part of a Task is measured instead of measuring the whole task.

When measuring webrequests, it should be possible to only measure the time the request takes.

.Task(ctx => {
  // this is not measured
  ctx.Measure(() => {
    // do stuff to measure here
  });
  // this is not measured
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions