microsoft / microsoft/microsoft-performance-toolkit-sdk

Record and expose failures during creation of data processors

Open
#330 0 comments 0 reactions 1 assignee View on GitHub

@mslukebo is already working on this.

Since Sep 27, 2023.

enhancement untriaged
Dominant language
C#
Stars
239
Forks
78
Avg merge
4d 3h
Merged PRs (30d)
2

Description

When we run Engine.Process, errors are logged using an ILogger, but they are also stored and exposed through the RuntimeExecutionResults. However, when creating a data processor (Engine.Create), the errors are logged through ILogger, but not recorded anywhere. This makes it virtually impossible to act programmatically on this knowledge when the Engine is returned.

We need to record this error information in the Engine object.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.